[DRE-commits] [pkg-ruby-extras] 01/01: Fix signing for sponsor uploads
zeha at debian.org
zeha at debian.org
Fri Mar 4 20:54:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository pkg-ruby-extras.
commit f14dbce9b07d9ca97369b4cc973b005ee8f41504
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Fri Mar 4 21:54:11 2016 +0100
Fix signing for sponsor uploads
---
build-and-upload | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build-and-upload b/build-and-upload
index 011e3a3..5131bc4 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -196,7 +196,8 @@ if [ $(grep -c "^${source}\s" debian/changelog) -eq 1 ]; then
fi
if [ $SOURCE = yes ]; then
- $gbp_buildpackage -S "$@"
+ # Don't try to sign here, as we'll call debsign on our own. Fixes sponsor uploads.
+ $gbp_buildpackage -S -us -uc "$@"
changes=${changes%%_${arch}.changes}_source.changes
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git
More information about the Pkg-ruby-extras-commits
mailing list