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 --- push.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'push.sh') 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