On Fri, 2010-07-30 at 11:15 -0700, Jesse Keating wrote:
> On 07/30/2010 09:14 AM, Josh Stone wrote:
> > 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.

> Hrm, not sure this is something we should do by default, are there any
> drawbacks?

You need two network protocols to do work on the package. That might be
difficult in some restricted networks.

For everyone with actual proper internet access, this looks like it
could work quite well.


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to