[DHG_packages] 02/03: Get rid of mass-upload

Joachim Breitner nomeata at moszumanska.debian.org
Tue Aug 11 20:30:03 UTC 2015


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

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 9e9001fd1b6716020c63feef2b46f1ffbb87ea43
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Aug 11 22:13:28 2015 +0200

    Get rid of mass-upload
---
 mass-upload.sh | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/mass-upload.sh b/mass-upload.sh
deleted file mode 100755
index bd02d4f..0000000
--- a/mass-upload.sh
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-if [ -z "$1" -o "$1" = '--help' ]
-then
-	echo "Usage: $0 [-k keyid] file.changes file.changes..."
-	echo
-	echo "For each of the changes, will"
-	echo " * sign it"
-	echo " * dput it"
-	echo " * and renames the file to file.changes-done"
-	exit
-fi
-
-if [ "$1" = "-k" ];
-then
-	shift;
-	debsignarg="-k $1";
-	shift;
-fi
-
-set -e
-status=0
-
-while [ -n "$1" ]
-do
-	changes=$1
-	shift
-
-	#pkg="$(grep-dctrl '' -s Source -n "$changes")"
-	pkg="$(grep ^Source $changes | cut -c9-)"
-
-	debsign --re-sign $debsignarg "$changes"
-	dput ssh-upload "$changes"
-	mv "$changes" "$changes-done"
-
-done
-
-exit $status

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



More information about the Pkg-haskell-commits mailing list