Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: GitHub  (Read 5269 times)

0 Members and 1 Guest are viewing this topic.

Christian

  • Anope User
  • Offline Offline
  • Posts: 2
GitHub
« 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? Makes watching of branches and contributing to those a lot easier than gitweb of sf.net does.

cheers,
Chris
Logged
Software never has bugs, it just develops random features.

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: GitHub
« Reply #1 on: September 14, 2010, 06:56:36 AM »

Yes, no problem.

Looking at methods to automate this now.
Logged

Christian

  • Anope User
  • Offline Offline
  • Posts: 2
Re: GitHub
« Reply #2 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
Logged
Software never has bugs, it just develops random features.

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: GitHub
« Reply #3 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
Logged
Pages: [1]   Go Up