Hi all
I've just updated the repos on github and enabled notifications hooks there, so the switch to github is done.
All you need to do is point your repositories to pull/push to github, for main repository it can be done using:
git remote set-url origin git@github.com:phpmyadmin/phpmyadmin.git
If you are using just read only access then use following:
git remote set-url origin git://github.com/phpmyadmin/phpmyadmin.git
For other repositories just replace last part of the URL with repository name (they have not changed).
Everything should work as before, pushes should be now faster, because all notifications are done in background on github and they don't block pushing.
Hi
I believe all git repo references should be now pointing to github. If still run into something pointing to sf.net please let me know.
Also you might have noticed changed format of git notification emails, they no longer include diffs itself, but rather link to that. In the end I think it's better way to do this, because in previous setup, many bigger merges did not create mail because it was too huge.
Michal Čihař a écrit :
Hi
I believe all git repo references should be now pointing to github. If still run into something pointing to sf.net please let me know.
Also you might have noticed changed format of git notification emails, they no longer include diffs itself, but rather link to that. In the end I think it's better way to do this, because in previous setup, many bigger merges did not create mail because it was too huge.
I have updated ohloh.net enlistments to point to github and removed the old ones.
Hi
Dne Tue, 07 Feb 2012 13:46:20 -0500 Marc Delisle marc@infomarc.info napsal(a):
Michal Čihař a écrit :
Hi
I believe all git repo references should be now pointing to github. If still run into something pointing to sf.net please let me know.
Also you might have noticed changed format of git notification emails, they no longer include diffs itself, but rather link to that. In the end I think it's better way to do this, because in previous setup, many bigger merges did not create mail because it was too huge.
I have updated ohloh.net enlistments to point to github and removed the old ones.
Thanks, I was sure I'll forget something :-).