Gitosis with wildcard support
At OpenSky I wanted a way to put config files into git. I started using gitosis for the git server. This was all great but for each new server I had to add the following
servers/host.domain.com
Now that just stinks if you want to do it for a lot of servers. By default gitosis does not support wildcards. So we can’t use servers/* and anything pushing to git@ip:servers/hostn.domain.com.git would be accepted. I found the following patch online. I then forked gitosis to on GitHub to support this and updated the README file. So you can follow it there.
Comments
3 Responses to “Gitosis with wildcard support”Trackbacks
Check out what others are saying about this post...GitTools…
There are a couple of different companion tools that can be paired with Git and these are starting to become more frequently used with clients who do their own repository hosting…….
GitTools…
There are a couple of different companion tools th…
Git Tools…
There are a couple of different companion tools th…