aboutsummaryrefslogtreecommitdiff
path: root/push.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-04-14 04:32:41 -0400
committerB. Watson <yalhcru@gmail.com>2021-04-14 04:32:41 -0400
commitdd7c555edd18256203fd153210fc0739bcf573ac (patch)
tree4d7020c2d7576af18ce9512458f1ab58d37618af /push.sh
parent3a5074edcf8c19825f509c4a19407dad1a0e659b (diff)
downloadtaipan-dd7c555edd18256203fd153210fc0739bcf573ac.tar.gz
Use IPv4 for slackware.uk
Diffstat (limited to 'push.sh')
-rw-r--r--push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/push.sh b/push.sh
index 26db1b7..63d26c3 100644
--- a/push.sh
+++ b/push.sh
@@ -4,7 +4,7 @@
# and print the short git hash (for copy/pasting into irc).
# "sluk" is a shell script that you don't have :)
-git push && make distclean all || exit 1
+git push -4 && make distclean all || exit 1
URL="$( sluk taipan.xex )"
REV="$( git rev-parse --short HEAD )"