[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: maintenance: fix syntax

Holger Levsen holger at moszumanska.debian.org
Fri Jun 12 07:49:57 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 2f4342bbe0913329a6fd58427a88998ca51a5769
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu Jun 11 22:47:27 2015 +0200

    reproducible: maintenance: fix syntax
---
 bin/reproducible_maintenance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index f5c6771..63e8398 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -128,7 +128,7 @@ fi
 rm $HAYSTACK $RESULT $TOKILL
 # There are naughty processes spawning childs and leaving them to their grandparents
 PSCALL=""
-for i in "$PBUIDS" ; do
+for i in $PBUIDS ; do
 	for p in $(pgrep -u $i) ; do
 		AGE=$(ps -p $p -o etimes= || echo 0)
 		# let's be generous and consider 14 hours here...

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