Anope IRC Services

Anope.org => Anope General => Topic started by: Christian on September 13, 2010, 01:24:46 PM

Title: GitHub
Post by: Christian on September 13, 2010, 01:24:46 PM
Hi,

just a quick question ... since you moved to Git as SCM (which is a very big step forwards) - could you think about pushing a mirror of your repository to GitHub (http://github.com)? Makes watching of branches and contributing to those a lot easier than gitweb of sf.net does.

cheers,
Chris
Title: Re: GitHub
Post by: Charles Kingsley on September 14, 2010, 06:56:36 AM
Yes, no problem.

Looking at methods to automate this now.
Title: Re: GitHub
Post by: Christian on September 14, 2010, 01:21:30 PM
Git Hooks is probably the best way. I'm doing that for a couple of my Git-Repos actually - and it's really working great.

- add a github remote on your sf.net repo (git remote add --mirror github git@github.com:anope/anope.git)
- update your post-update hook to contain things like `git push github --mirror`

may be that helps a bit.

cheers,
Chris
Title: Re: GitHub
Post by: Charles Kingsley on September 14, 2010, 01:30:11 PM
Hi there,

Thanks for that, have sorted this out and we'll find out over the next couple of days if it wants to play.

http://github.com/anope/anope/tree