summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-07 16:35:14 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-07 16:35:41 +0200
commit1caca59daf511561567732514519cdee749fa892 (patch)
treef49013f661598f3d5c7a81f3cca60d803a7ac69a
parentrepositories: Add linxon (diff)
downloadapi-1caca59daf511561567732514519cdee749fa892.tar.gz
api-1caca59daf511561567732514519cdee749fa892.tar.bz2
api-1caca59daf511561567732514519cdee749fa892.zip
repositories: Update templates
Remove the unsecure git:// protocol from all templates, and unify SSH use to git+ssh:// syntax.
-rw-r--r--files/overlays/repositories.xml4
1 files changed, 1 insertions, 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://git@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">git@github.com:XXXX/xxxx.git</source>
+ <source type="git">git+ssh://git@github.com/XXXX/xxxx.git</source>
<feed>https://github.com/XXXX/xxxx/commits/master.atom</feed>
</repo>
* BITBUCKET TEMPLATE