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

diff --git a/README b/README
index 22489faa05a8cee3b1a8f29b68fb0757f215043d..9359a37d4380464d536e955167a49496d86fa96d 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
 Go implementation of djb's redo, Makefile replacement that sucks less.
 See goredo.info and INSTALL for more information.
 goredo is free software: see the file COPYING for copying conditions.
-Home page: http://www.goredo.cypherpunks.ru/
+Home page: http://www.goredo.cypherpunks.su/
index 703cd3145bbf5670b762f7cd9c33c1ca423cfbab..26c57e3d20866a9ed6a5ddb105cc444b5bf6dd4e 100644 (file)
@@ -46,7 +46,7 @@ It should work on all
 @cindex bugs
 @cindex patches
 Please send questions, bug reports and patches to
-@url{http://lists.cypherpunks.ru/goredo_002ddevel.html, goredo-devel}
+@url{http://lists.cypherpunks.su/goredo_002ddevel.html, goredo-devel}
 maillist. Announcements also go to this mailing list.
 
 @insertcopying
index fa926685171543ca55b66f6e5090c5de7863d367..055f6f2280f9fbe69fc0dadb8b922d80050d7510 100644 (file)
@@ -40,8 +40,8 @@ Possibly @command{goredo} package already exists for your distribution:
 Preferable way is to download tarball with the signature from website:
 
 @example
-$ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}.tar.zst
-$ [fetch|wget] http://www.goredo.cypherpunks.ru/download/goredo-@value{VERSION}.tar.zst.@{asc,sig@}
+$ [fetch|wget] http://www.goredo.cypherpunks.su/download/goredo-@value{VERSION}.tar.zst
+$ [fetch|wget] http://www.goredo.cypherpunks.su/download/goredo-@value{VERSION}.tar.zst.@{asc,sig@}
 [verify signature]
 $ zstd -d < goredo-@value{VERSION}.tar.zst | tar xf -
 $ cd goredo-@value{VERSION}/src
@@ -62,15 +62,15 @@ $ goredo -symlinks
 
 @vindex GOPRIVATE
 If you have problems with @code{*.golang.org}'s inability to verify
-authenticity of @code{go.cypherpunks.ru} TLS connection, then you can
-disable their usage by setting @env{$GOPRIVATE=go.cypherpunks.ru}. You
+authenticity of @code{go.cypherpunks.su} TLS connection, then you can
+disable their usage by setting @env{$GOPRIVATE=go.cypherpunks.su}. You
 can override CA certificate file path with @env{$SSL_CERT_FILE} and
 @env{$GIT_SSL_CAINFO} environment variables.
 
 @cindex git
 You can obtain development source code with
-@command{git clone git://git.cypherpunks.ru/goredo.git}
-(also you can use @url{https://git.cypherpunks.ru/goredo.git}).
+@command{git clone git://git.cypherpunks.su/goredo.git}
+(also you can use @url{https://git.cypherpunks.su/goredo.git}).
 
 Also there is @url{https://yggdrasil-network.github.io/, Yggdrasil}
-accessible address: @url{http://y.www.goredo.cypherpunks.ru/}.
+accessible address: @url{http://y.www.goredo.cypherpunks.su/}.
index d58adace7e87c7b096ad31214862508d4f151c18..add049de9293d38714da36e926fc0f5353569286 100644 (file)
@@ -15,8 +15,8 @@ cp ../PUBKEY-* $html/
     cd $html/download
     export ATOM_ID="d089a6f2-cd88-47e5-aa11-55f60adfb977"
     export NAME=goredo
-    export BASE_URL=http://www.goredo.cypherpunks.ru/download
-    export AUTHOR_EMAIL=goredo@cypherpunks.ru
+    export BASE_URL=http://www.goredo.cypherpunks.su/download
+    export AUTHOR_EMAIL=goredo@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 ba5f8ceb1a59d59a0e04050a50db58147ef9edef..f464f57f9ae261f6190916d3bf5d4bf33c3de8cd 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -16,7 +16,7 @@ redo-ifchange VERSION
 cd doc
 cat > download.texi <<EOF
 You can obtain releases source code prepared tarballs on
-@url{http://www.goredo.cypherpunks.ru/}.
+@url{http://www.goredo.cypherpunks.su/}.
 EOF
 
 mkinfo() {
@@ -89,8 +89,8 @@ ssh-keygen -Y sign -f ~/.ssh/sign/goredo@cypherpunks.ru -n file $tarball
 gpg --armor --detach-sign --sign --local-user 3A528DDE952C7E93 "$tarball"
 meta4-create -fn "$tarball" -mtime "$tarball" \
     -sig-pgp "$tarball".asc -sig-ssh "$tarball".sig \
-    http://www.goredo.cypherpunks.ru/download/"$tarball" \
-    http://y.www.goredo.cypherpunks.ru/download/"$tarball" < "$tarball" > "$tarball".meta4
+    http://www.goredo.cypherpunks.su/download/"$tarball" \
+    http://y.www.goredo.cypherpunks.su/download/"$tarball" < "$tarball" > "$tarball".meta4
 
 size=$(( $(stat -f %z $tarball) / 1024 ))
 release_date=$(date "+%Y-%m-%d")
@@ -122,21 +122,21 @@ The main improvements for that release are:
 
 ------------------------ >8 ------------------------
 
-goredo's home page is: http://www.goredo.cypherpunks.ru/
+goredo's home page is: http://www.goredo.cypherpunks.su/
 
 Source code and its signature for that version can be found here:
 
-    http://www.goredo.cypherpunks.ru/download/goredo-${release}.tar.zst ($size KiB)
-    http://www.goredo.cypherpunks.ru/download/goredo-${release}.tar.zst.{asc,sig}
+    http://www.goredo.cypherpunks.su/download/goredo-${release}.tar.zst ($size KiB)
+    http://www.goredo.cypherpunks.su/download/goredo-${release}.tar.zst.{asc,sig}
 
 OpenPGP key: 7531 BB84 FAF0 BF35 960C  63B9 3A52 8DDE 952C 7E93
              goredo releases <goredo@cypherpunks.ru>
 OpenSSH key: SHA256:ddOaswnUBtNbuoEBYQtfcF59sR3Bvzo9pIfSlw9sKx8
 
 Please send questions regarding the use of goredo, bug reports and patches
-to mailing list: http://lists.cypherpunks.ru/goredo_002ddevel.html
+to mailing list: http://lists.cypherpunks.su/goredo_002ddevel.html
 EOF
 
 echo mutt -s \"goredo $release release announcement\" \
-    goredo-devel@lists.cypherpunks.ru \
+    goredo-devel@lists.cypherpunks.su \
     -a $cur/doc/goredo.html/download/"$tarball".meta4