]> Cypherpunks.ru repositories - nncp.git/commitdiff
Mention Yggdrasil accessible entrypoint
authorSergey Matveev <stargrave@stargrave.org>
Tue, 22 Feb 2022 15:20:06 +0000 (18:20 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 22 Feb 2022 15:21:50 +0000 (18:21 +0300)
doc/mirrors.texi
makedist.sh

index e94024045f5b47f8dc0cfc74f23d25bd2fdfe3e2..d6ccac65911a14d9c2a56dee5fce47315ecb4eea 100644 (file)
@@ -18,6 +18,9 @@ signed with @code{CF60 E89A 5923 1E76 E263 6422 AE1A 8109 E498 57EF}
 @url{https://en.wikipedia.org/wiki/OpenPGP, OpenPGP}
 @url{http://www.stargrave.org/Contacts.html, public key}.
 
+Also there is @url{https://yggdrasil-network.github.io/, Yggdrasil}
+accessible address: @url{http://y.www.nncpgo.org/}.
+
 @table @asis
 
 @item @url{https://nncp.mirrors.quux.org/}
index 0c90ba8fd034cb37ae417c20c82b1d0e92e32e0a..3d00aed205835b4d31da2276fd18afadcc9add6c 100755 (executable)
@@ -128,6 +128,7 @@ gpg --enarmor < "$tarball".sig |
     sed "/^Comment:/d ; s/ARMORED FILE/SIGNATURE/" > "$tarball".asc
 meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \
     http://www.nncpgo.org/download/"$tarball" \
+    http://y.www.nncpgo.org/download/"$tarball" \
     https://nncp.mirrors.quux.org/download/"$tarball" > "$tarball".meta4
 
 size=$(( $(stat -f %z $tarball) / 1024 ))