]> Cypherpunks repositories - gocheese.git/commitdiff
Move to cypherpunks.su
authorSergey Matveev <stargrave@stargrave.org>
Thu, 18 Jul 2024 13:18:09 +0000 (16:18 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 18 Jul 2024 13:18:09 +0000 (16:18 +0300)
doc/index.texi
doc/install.texi
doc/www.do
makedist

index 490d242b5825f58e3597c9c8753b9bd50b3caf84..293e2c8aa773f73cca062abfb298bf558f39cf30 100644 (file)
@@ -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
 
index 7e0c64464cd517c3f7a7251d239eed1c11ed2863..000b330ad0a9030e69165409fd3d09813adc6e21 100644 (file)
@@ -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}).
index f669379b18b264d22135047fb41e8b888cc0c17b..3ff1560191c72ffbe235a1bb02bad52122c65cee 100644 (file)
@@ -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 "<link rel=\"alternate\" title=\"Releases\" href=\"download/releases.atom\" type=\"application/atom+xml\">\n" if /^<\/head>/' $html/Install.html
index 834bcf0df043a57b0c8f46d7f74cbc2fcffb066b..0fb1d745eadba2c315e2703400deac3e5004528b 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -15,7 +15,7 @@ go mod vendor
 
 cat > doc/download.texi <<EOF
 You can obtain releases source code prepared tarballs on
-@url{http://www.gocheese.cypherpunks.ru/}.
+@url{http://www.gocheese.cypherpunks.su/}.
 EOF
 redo doc/gocheese.info
 
@@ -55,8 +55,8 @@ ssh-keygen -Y sign -f ~/.ssh/sign/gocheese@cypherpunks.ru -n file $tarball
 gpg --armor --detach-sign --sign --local-user CD5CD01F55343D88 $tarball
 meta4-create -fn "$tarball" -mtime "$tarball" \
     -sig-pgp "$tarball".asc -sig-ssh "$tarball".sig \
-    http://www.gocheese.cypherpunks.ru/download/"$tarball" \
-    http://y.www.gocheese.cypherpunks.ru/download/"$tarball" < "$tarball" > "$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")