[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: maintenance: auto-rescheduled depwait problems due to network failures

Holger Levsen holger at moszumanska.debian.org
Sat Aug 1 14:12:00 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 8654be99250d36fd3b8f83e2e547da7c3e4d5436
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Aug 1 13:28:22 2015 +0000

    reproducible: maintenance: auto-rescheduled depwait problems due to network failures
---
 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 72e00cd..49ef8ec 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -83,7 +83,7 @@ if [ ! -z "$FAILED_BUILDS" ] ; then
 		# 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'"
+			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' OR r.status='depwait') AND s.name='$pkg'"
 			TO_SCHEDULE=${TO_SCHEDULE:+"$TO_SCHEDULE "}$(sqlite3 -init $INIT $PACKAGES_DB "$QUERY")
 		done
 		schedule_packages $TO_SCHEDULE

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