[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: sudo !!

Holger Levsen holger at moszumanska.debian.org
Thu Mar 19 09:29:20 UTC 2015


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 ad36e84f217711b6c053c43ce21c3f330f71e51a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Mar 19 10:27:06 2015 +0100

    reproducible: sudo !!
---
 bin/reproducible_maintainance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index aaad5e6..e36d446 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -123,7 +123,7 @@ if [ -s $RESULT ] ; then
 	cat $RESULT
 	echo
 	ZOMBIES=$(cat $RESULT | cut -d " " -f1 | xargs echo)
-	kill -9 $(echo $ZOMBIES)
+	sudo kill -9 $(echo $ZOMBIES)
 	echo "'kill -9 $(echo $ZOMBIES)' done."
 	echo
 	DIRTY=true

-- 
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