From 55d016e0c207129d2b7fb76608e9660e091fcb4f Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 20 Jun 2015 09:44:20 +0000 Subject: reproducible: shut up the maintenance job a bit more: do not notify when you catch package that are building since >36 hours ago --- 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 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.+/ -- cgit v1.2.3-54-g00ecf