Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 491798

Summary: -9999 policy ebuilds, add another git path to eclass
Product: Gentoo Linux Reporter: Amadeusz Sławiński <amade>
Component: SELinuxAssignee: Sven Vermeulen (RETIRED) <swift>
Status: RESOLVED FIXED    
Severity: normal CC: selinux
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Amadeusz Sławiński 2013-11-20 19:06:48 UTC
Occasionally I can't connect to git://git.overlays.gentoo.org/proj/hardened-refpolicy.git while https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git seems to work

it seems that git-2 eclass allows multiple external repositories paths, so can https one be also added as fallback?

Like this:

EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/hardened-refpolicy.git https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git";

Reproducible: Always
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2013-11-25 20:15:00 UTC
Does it work like that?
Comment 2 Amadeusz Sławiński 2013-11-25 20:27:51 UTC
According to http://devmanual.gentoo.org/eclass-reference/git-2.eclass/index.html it's allowed to have multiple urls in EGIT_REPO_URI.

It worked when I added another one.
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2013-12-16 14:31:12 UTC
Done