@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
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}
@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}).
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
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
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")