summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-16 14:12:15 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-16 14:12:15 +0200
commit82c8b6ea99065a234482ecc0c6e27c8828b2b2e0 (patch)
treea76a00b67f8a9fb5654aec115b5318483d643cc8 /bin/reproducible_maintenance.sh
parent1e12993d648097785ba6ad3f179f9ac005ef726d (diff)
downloadjenkins.debian.net-82c8b6ea99065a234482ecc0c6e27c8828b2b2e0.tar.xz
reproducible: drop warning+notifications when rescheduling packages due to network failures
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 527d4ae2..34aca03a 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: "