summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-20 09:44:20 +0000
committerHolger Levsen <holger@layer-acht.org>2015-06-22 23:07:02 +0200
commit55d016e0c207129d2b7fb76608e9660e091fcb4f (patch)
tree9e965386fce1b2aa354d3d45dab9cded3da275d0
parentf4748cb9e9f179011c8548adfce48a5737fe277e (diff)
downloadjenkins.debian.net-55d016e0c207129d2b7fb76608e9660e091fcb4f.tar.xz
reproducible: shut up the maintenance job a bit more: do not notify when you catch package that are building since >36 hours ago
-rwxr-xr-xbin/reproducible_maintenance.sh2
-rw-r--r--logparse/reproducible.rules1
2 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 23038974..d9765ed3 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -153,7 +153,7 @@ PACKAGES=$(mktemp --tmpdir=$TEMPDIR maintenance-XXXXXXXXXXXX)
sqlite3 -init $INIT ${PACKAGES_DB} "$QUERY" > $PACKAGES 2> /dev/null || echo "Warning: SQL query '$QUERY' failed."
if grep -q '|' $PACKAGES ; then
echo
- echo "Warning: packages found where the build was started more than 36h ago:"
+ echo "Packages found where the build was started more than 36h ago:"
printf ".width 0 25 \n $QUERY ; " | sqlite3 -init $INIT -header -column ${PACKAGES_DB} 2> /dev/null || echo "Warning: SQL query '$QUERY' failed."
echo
for PKG in $(cat $PACKAGES | cut -d "|" -f1) ; do
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules
index 42ae37a6..1e86d319 100644
--- a/logparse/reproducible.rules
+++ b/logparse/reproducible.rules
@@ -8,7 +8,6 @@ warning /Warning: old temp directories found in .+/
warning /Warning: lock .+ still exists, exiting./
warning /Warning: old schroots found in /schroots, which have been deleted:/
warning /Warning: processes found which should not be there/
-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.+/