[Pkg-haskell-commits] [tools] 01/01: debsign: --re-sign

Joachim Breitner nomeata at moszumanska.debian.org
Sun Jun 14 21:15:18 UTC 2015


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

nomeata pushed a commit to branch master
in repository tools.

commit f90b93376e5374476152d5f4214e75872a93b7fb
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Jun 14 23:15:12 2015 +0200

    debsign: --re-sign
---
 mass-upload.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mass-upload.sh b/mass-upload.sh
index 299031d..5cda50f 100755
--- a/mass-upload.sh
+++ b/mass-upload.sh
@@ -40,7 +40,7 @@ do
 		continue
 	fi
 
-	debsign $debsignarg "$changes"
+	debsign --re-sign $debsignarg "$changes"
 	dput ssh-upload "$changes"
 	darcs push --repo="$repodir/$pkg" -a
 	mv "$changes" "$changes-done"

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



More information about the Pkg-haskell-commits mailing list