commit: db92047ed4b9cab7e2684c05db8539779200db71 Author: Alex Legler <alex <AT> a3li <DOT> li> AuthorDate: Sat Apr 25 00:59:29 2015 +0000 Commit: Alex Legler <a3li <AT> gentoo <DOT> org> CommitDate: Sat Apr 25 00:59:29 2015 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=db92047e
Fix lists _posts/2015-04-25-anongit-overlays.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2015-04-25-anongit-overlays.md b/_posts/2015-04-25-anongit-overlays.md index e23f30a..26f9174 100644 --- a/_posts/2015-04-25-anongit-overlays.md +++ b/_posts/2015-04-25-anongit-overlays.md @@ -17,12 +17,14 @@ traffic is permitted to the authenticated Git server. If you have anonymous Git checkouts from any of the affected hostnames, you should switch them to using one of these new URLs: + - `https://anongit.gentoo.org/git/$REPO` - `http://anongit.gentoo.org/git/$REPO` - `git://anongit.gentoo.org/$REPO` If you have authenticated Git checkouts from the same hosts, you should switch them to this new URL: + - `git+ssh://[email protected]/$REPO` In either case, you can trivially update any existing checkout with:
