diff options
author | B. Watson <yalhcru@gmail.com> | 2021-03-16 23:49:08 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-03-16 23:49:08 -0400 |
commit | 56539fae202e2d64d6465105b0a1de34cfd2e44b (patch) | |
tree | 3726f0344bd55f8e626d2c51d3ef9feecac09d2b | |
parent | 5ac4f17f4d3556e40590b7fb18b22cf8365dfa5b (diff) | |
download | taipan-56539fae202e2d64d6465105b0a1de34cfd2e44b.tar.gz |
Finish migrating to slackware.uk
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.txt | 4 | ||||
-rw-r--r-- | push.sh | 5 |
3 files changed, 5 insertions, 6 deletions
@@ -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)" @@ -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. @@ -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" |