Remove Keith-specific scripts for releasing and uploading.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 9 Apr 2016 11:50:17 +0000 (11:50 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sat, 9 Apr 2016 11:50:17 +0000 (11:50 +0000)
release.sh [deleted file]
upload.sh [deleted file]

diff --git a/release.sh b/release.sh
deleted file mode 100644 (file)
index 3412008..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-VERSION=`python ./calypso.py --version`
-
-git-buildpackage --git-debian-branch=debian
-
-git archive --format=tar.gz --prefix=calypso-$VERSION/ -o ../calypso-$VERSION.tar.gz master
diff --git a/upload.sh b/upload.sh
deleted file mode 100644 (file)
index 73f46f2..0000000
--- a/upload.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-VERSION=`python ./calypso.py --version`
-
-(cd ../build-area && dput calypso_$VERSION_*.changes)
-
-scp ../calypso-$VERSION.tar.gz keithp.com:/var/www/calypso