From 56539fae202e2d64d6465105b0a1de34cfd2e44b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Mar 2021 23:49:08 -0400 Subject: Finish migrating to slackware.uk --- Makefile | 2 +- README.txt | 4 ++-- push.sh | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index adbbb7d..fb07e76 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ help: echo " Fenders 3-sector Loader floppy image [*]" @echo @echo "[*] floppy image targets require 'axe' utility, from:" - @echo " http://urchlay.naptime.net/~urchlay/src/axe-0.2.0.tar.gz" + @echo " https://slackware.uk/~urchlay/src/axe-0.2.0.tar.gz" @echo @echo "Useful variables to add to the make command:" @echo " CC - path to cl65 binary (default: cl65, searches PATH)" diff --git a/README.txt b/README.txt index ce099d9..6d9738b 100644 --- a/README.txt +++ b/README.txt @@ -7,11 +7,11 @@ Currently the game is playable and complete, but has a few known bugs (see "Bugs" section below) and probably a few unknown ones too. The latest version of the source can be found here: -http://urchlay.naptime.net/repos/taipan/ +https://slackware.uk/~urchlay/repos/taipan A binary of the game can be found here: -http://urchlay.naptime.net/~urchlay/src/taipan.xex +https://slackware.uk/~urchlay/src/taipan.xex ...though it might be outdated. diff --git a/push.sh b/push.sh index 69c9cae..26db1b7 100644 --- a/push.sh +++ b/push.sh @@ -2,11 +2,10 @@ # push to git, create a new build from scratch, post it on webserver, # and print the short git hash (for copy/pasting into irc). -# "naptime" is a shell script that you don't have :) +# "sluk" is a shell script that you don't have :) git push && make distclean all || exit 1 -#URL="$( naptime taipan.xex | sed 's,urchlay.naptime.net,204.9.204.226,' )" -URL="$( naptime taipan.xex )" +URL="$( sluk taipan.xex )" REV="$( git rev-parse --short HEAD )" echo "build ID $REV at $URL" -- cgit v1.2.3