[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup 00daf62a: reproducible Debian: use sudo -H
Holger Levsen
holger at layer-acht.org
Thu Dec 22 20:48:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 2fdef175d0677d2365608c67e94e44dcfe1c75b8
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Dec 22 21:47:54 2016 +0100
fixup 00daf62a: reproducible Debian: use sudo -H
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index a39cdb7..7d0810f 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -711,7 +711,7 @@ EOF
explain "$(date) - Generated GPG key but could not parse key ID"
else
explain "$(date) - Generated GPG key $GPG_KEY_ID - submitting to keyserver"
- sudo -u jenkins gpg --send-keys $GPG_KEY_ID
+ sudo -H -u jenkins gpg --send-keys $GPG_KEY_ID
fi
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list