[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: shut up the maintenance job a bit more: do not notify when you catch package that are building since >36 hours ago
Holger Levsen
holger at moszumanska.debian.org
Mon Jun 22 21:07:53 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 55d016e0c207129d2b7fb76608e9660e091fcb4f
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Jun 20 09:44:20 2015 +0000
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 2303897..d9765ed 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 42ae37a..1e86d31 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.+/
--
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