Ok, it's an idea.
I am against using a third party resource as primary development
resource, but we can easily set the github relay to clone our main repo,
right?
Anyone volunteering to set it up?
gian.
Sorry I have both hands full but the following extract from a
conversation in gentoo-dev may be helpful
Q)
is there a way to do a way or two way sync between a repo on github and
on g.o.g.o?
A)
Alex Alexander wi...@gentoo.org
For every secondary repo you want to keep synced, add a pushurl entry
pushurl = <git-repo-url>
below your main "url =" line in the repo's .git/config file.
Git will automatically push to all pushurl entries automatically when
you "git push".
We do this in the Qt overlay (with gitorious atm):
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://git.overlays.gentoo.org/proj/qt.git
pushurl = g...@gitorious.org:gentoo-qt/qt.git
Regards,
--
You received this message because you are subscribed to the Google Groups "FalconPL" group.
To post to this group, send email to falc...@googlegroups.com.
To unsubscribe from this group, send email to falconpl+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/falconpl?hl=en.