What is the recommended way to change the repository location from /srv/gitosis in Gitosis installed via apt-get (on Ubuntu Server 11.04)? I have currently solved it by changing the home dir for the gitosis user and relinking the "git" symlink found in /srv/gitosis/git to match the new location. I am a bit concerned what will happen when Gitosis is updated using apt-get, will this reset these paths?
Thanks in advance!