[Calypso-commits] [calypso] 03/03: Remove Keith-specific scripts for releasing and uploading.

Jelmer Vernooij jelmer at moszumanska.debian.org
Sat Apr 9 11:52:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

jelmer pushed a commit to branch master
in repository calypso.

commit b3d71430fa1e53e61c2581b3d331a8457010c55a
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Sat Apr 9 11:50:17 2016 +0000

    Remove Keith-specific scripts for releasing and uploading.
---
 release.sh | 9 ---------
 upload.sh  | 9 ---------
 2 files changed, 18 deletions(-)

diff --git a/release.sh b/release.sh
deleted file mode 100644
index 3412008..0000000
--- a/release.sh
+++ /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
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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/calypso/calypso.git



More information about the Calypso-commits mailing list