[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: drop warning+notifications when rescheduling packages due to network failures

Holger Levsen holger at moszumanska.debian.org
Sat May 16 12:12:24 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 82c8b6ea99065a234482ecc0c6e27c8828b2b2e0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat May 16 14:12:15 2015 +0200

    reproducible: drop warning+notifications when rescheduling packages due to network failures
---
 bin/reproducible_maintenance.sh | 2 +-
 logparse/reproducible.rules     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 527d4ae..34aca03 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -72,7 +72,7 @@ fi
 FAILED_BUILDS=$(find $BASE/rbuild -type f ! -name "*None.rbuild.log" ! -mmin +300 -exec egrep -l -e 'E: Failed to fetch.*(Connection failed|Size mismatch|Cannot initiate the connection to|Bad Gateway)' {} \; || true)
 if [ ! -z "$FAILED_BUILDS" ] ; then
 	echo
-	echo "Warning: the following failed builds have been found"
+	echo "The following builds have failed due to network problems and will be rescheduled now:"
 	echo "$FAILED_BUILDS"
 	echo
 	echo "Rescheduling packages: "
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules
index f2d04fd..60e3c1e 100644
--- a/logparse/reproducible.rules
+++ b/logparse/reproducible.rules
@@ -12,7 +12,6 @@ warning /Warning: packages found where the build was started more than.+/
 warning /Warning: Found files with bad permissions.+/
 warning /Warning: .+ could not be fully removed./
 warning /Warning: could not download.+/
-warning /Warning: the following failed builds have been found/
 warning /Warning: cannot update html pages for.+/
 warning /Warning: package .+is probably already building elsewhere, exiting./
 warning /Warning: too much difference for .+, aborting. Please investigate and update manually./

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