From 0ed43747344437800094782e78313b1c41c2cc1c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 22 Feb 2022 18:20:06 +0300 Subject: [PATCH] Mention Yggdrasil accessible entrypoint --- doc/mirrors.texi | 3 +++ makedist.sh | 1 + 2 files changed, 4 insertions(+) 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 )) -- 2.44.0