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://u...@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
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to