commit:     1caca59daf511561567732514519cdee749fa892
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  7 14:35:14 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep  7 14:35:41 2017 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=1caca59d

repositories: Update templates

Remove the unsecure git:// protocol from all templates, and unify
SSH use to git+ssh:// syntax.

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 43876e6..d4433c9 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -25,7 +25,6 @@ SYN
       <name>XXXXX</name>
     </owner>
     <source type="git">https://anongit.gentoo.org/git/XXXX/xxxx.git</source>
-    <source type="git">git://anongit.gentoo.org/XXXX/xxxx.git</source>
     <source type="git">git+ssh://g...@git.gentoo.org/XXXX/xxxx.git</source>
     <feed>https://cgit.gentoo.org/XXXX/xxxx/atom/</feed>
   </repo>
@@ -39,8 +38,7 @@ SYN
       <name>XXXXX</name>
     </owner>
     <source type="git">https://github.com/XXXX/xxxx.git</source>
-    <source type="git">git://github.com/XXXX/xxxx.git</source>
-    <source type="git">g...@github.com:XXXX/xxxx.git</source>
+    <source type="git">git+ssh://g...@github.com/XXXX/xxxx.git</source>
     <feed>https://github.com/XXXX/xxxx/commits/master.atom</feed>
   </repo>
 * BITBUCKET TEMPLATE

Reply via email to