From: Sergey Matveev Date: Tue, 22 Feb 2022 15:20:06 +0000 (+0300) Subject: Mention Yggdrasil accessible entrypoint X-Git-Tag: v8.6.0^2~21 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=0ed43747344437800094782e78313b1c41c2cc1c Mention Yggdrasil accessible entrypoint --- diff --git a/doc/mirrors.texi b/doc/mirrors.texi index e940240..d6ccac6 100644 --- a/doc/mirrors.texi +++ b/doc/mirrors.texi @@ -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/} diff --git a/makedist.sh b/makedist.sh index 0c90ba8..3d00aed 100755 --- a/makedist.sh +++ b/makedist.sh @@ -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 ))