commit: 8ca708833305a36da4d939cc4581f6f5f4db7d89 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 29 06:28:01 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 29 06:28:38 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=8ca70883
repositories: Add https & ssh to mozilla Closes: https://bugs.gentoo.org/707050 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 16654e2..8355e89 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2924,7 +2924,9 @@ <owner type="project"> <email>[email protected]</email> </owner> + <source type="git">https://anongit.gentoo.org/git/proj/mozilla.git</source> <source type="git">git://anongit.gentoo.org/proj/mozilla.git</source> + <source type="git">git+ssh://[email protected]/proj/mozilla.git</source> <feed>https://cgit.gentoo.org/proj/mozilla.git/atom/</feed> </repo> <repo quality="experimental" status="official">
