[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup previous commit

Holger Levsen holger at moszumanska.debian.org
Sat Aug 1 09:54:19 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 f9bd0b31511be12d5b06fae97f8e98b210b7aaea
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Aug 1 09:51:46 2015 +0000

    reproducible: fixup previous commit
---
 bin/reproducible_maintenance.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 3bb003a..38dd749 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -81,6 +81,7 @@ if [ ! -z "$FAILED_BUILDS" ] ; then
 		REASON="maintenance reschedule: reschedule builds which failed due to network errors"
 		CANDIDATES=$(for PKG in $(echo $FAILED_BUILDS | sed "s# #\n#g" | grep "/$SUITE/" | cut -d "/" -f10 | cut -d "_" -f1) ; do echo "$PKG" ; done)
 		# double check those builds actually failed
+		TO_SCHEDULE=""
 		for pkg in $CANDIDATES ; do
 			QUERY="SELECT s.name FROM sources AS s JOIN results AS r ON r.package_id=s.id WHERE s.suite='$SUITE' AND r.status='FTBFS' AND s.name='$pkg'"
 			TO_SCHEDULE=${TO_SCHEDULE:+"$TO_SCHEDULE "}$(sqlite3 $INIT $PACKAGES_DB "$QUERY")

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