From: Sergey Matveev Date: Thu, 18 Jul 2024 13:18:09 +0000 (+0300) Subject: Move to cypherpunks.su X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=aa8953db9ec9d2af4048411c62777344822bfcc6;p=gocheese.git Move to cypherpunks.su --- diff --git a/doc/index.texi b/doc/index.texi index 490d242..293e2c8 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -90,7 +90,7 @@ GoCheese is @url{https://www.gnu.org/philosophy/free-sw.html, free software} licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3}. -Please send questions, bug reports and patches to @url{mailto:gocheese@@cypherpunks.ru}. +Please send questions, bug reports and patches to @url{mailto:gocheese@@cypherpunks.su}. @insertcopying diff --git a/doc/install.texi b/doc/install.texi index 7e0c644..000b330 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -10,8 +10,8 @@ Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example -$ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst -$ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst.@{asc,sig@} +$ [fetch|wget] http://www.gocheese.cypherpunks.su/download/gocheese-@value{VERSION}.tar.zst +$ [fetch|wget] http://www.gocheese.cypherpunks.su/download/gocheese-@value{VERSION}.tar.zst.@{asc,sig@} [verify signature] $ zstd -d < gocheese-@value{VERSION}.tar.zst | tar xf - $ cd gocheese-@value{VERSION} @@ -22,5 +22,5 @@ $ go build -mod=vendor @include integrity.texi You can obtain development source code with -@command{git clone git://git.cypherpunks.ru/gocheese.git} -(also you can use @url{https://git.cypherpunks.ru/gocheese.git}). +@command{git clone git://git.cypherpunks.su/gocheese.git} +(also you can use @url{https://git.cypherpunks.su/gocheese.git}). diff --git a/doc/www.do b/doc/www.do index f669379..3ff1560 100644 --- a/doc/www.do +++ b/doc/www.do @@ -15,8 +15,8 @@ cp ../PUBKEY-* $html/ cd $html/download export ATOM_ID="f9e3d8b1-9da7-4ec0-adf9-82aef5bfcc29" export NAME=GoCheese - export BASE_URL=http://www.gocheese.cypherpunks.ru/download - export AUTHOR_EMAIL=gocheese@cypherpunks.ru + export BASE_URL=http://www.gocheese.cypherpunks.su/download + export AUTHOR_EMAIL=gocheese@cypherpunks.su ~/work/releases-feed/releases.atom.zsh ) perl -i -npe 'print "\n" if /^<\/head>/' $html/Install.html diff --git a/makedist b/makedist index 834bcf0..0fb1d74 100755 --- a/makedist +++ b/makedist @@ -15,7 +15,7 @@ go mod vendor cat > doc/download.texi < "$tarball".meta4 + http://www.gocheese.cypherpunks.su/download/"$tarball" \ + http://y.www.gocheese.cypherpunks.su/download/"$tarball" < "$tarball" > "$tarball".meta4 size=$(( $(stat -f %z $tarball) / 1024 )) release_date=$(date "+%Y-%m-%d")