commit:     2c2ac24268b32a1cbc30ce083fdff77389b48340
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 17:52:35 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 14 17:52:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/api.git/commit/?id=2c2ac242

Repositories: make sure anonymous URIs go first

Make sure that anonymous git URIs go before authenticated ones.
Otherwise tools that are unable of fallbacks will fail to sync
repositories.

 files/overlays/repositories.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 1dc78e9..f6a15e3 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1611,8 +1611,8 @@ FIN
       <email>[email protected]</email>
       <name><![CDATA[François-Xavier Payet]]></name>
     </owner>
-    <source type="git">[email protected]:foux/fouxlay.git</source>
     <source type="git">https://github.com/foux/fouxlay.git</source>
+    <source type="git">[email protected]:foux/fouxlay.git</source>
     <feed>https://github.com/foux/fouxlay/commits/master.atom</feed>
   </repo>
   <repo quality="experimental" status="unofficial">
@@ -2699,8 +2699,8 @@ FIN
       <email>[email protected]</email>
       <name>Julian Ospald</name>
     </owner>
-    <source type="git">[email protected]:gentoo/libressl.git</source>
     <source type="git">https://github.com/gentoo/libressl.git</source>
+    <source type="git">[email protected]:gentoo/libressl.git</source>
     <feed>http://github.com/feeds/gentoo/commits/libressl/master</feed>
   </repo>
   <repo quality="experimental" status="unofficial">

Reply via email to