The move to git!

Josh Stone jistone at redhat.com
Fri Jul 30 16:14:08 UTC 2010


Thanks for dist-git -- one step closer to banishing CVS from my life! :)

A git trick I'd like fedpkg to learn is to use separate url/pushurl,
e.g. in .git/config:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git://pkgs.fedoraproject.org/foo
	pushurl = ssh://user@pkgs.fedoraproject.org/foo

This way it will fetch over the faster git protocol and still push over
ssh.  I expect that will lessen the load on Fedora infrastructure too.

Thanks!

Josh


More information about the devel mailing list