[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: maintenance: reduce logparse noise when deleting old directories in /srv/reproducible-results

Holger Levsen holger at moszumanska.debian.org
Sun Aug 16 16:29:02 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 c726f17a2da51fabf13441513712397e16cf3710
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Aug 15 22:39:05 2015 +0000

    reproducible: maintenance: reduce logparse noise when deleting old directories in /srv/reproducible-results
---
 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 dd935b3..9b302b4 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -44,7 +44,7 @@ fi
 OLDSTUFF=$(find $REP_RESULTS -maxdepth 1 -type d -name "tmp.*" -mtime +2 -exec ls -lad {} \;)
 if [ ! -z "$OLDSTUFF" ] ; then
 	echo
-	echo "Warning: old temp directories found in $REP_RESULTS"
+	echo "Old temp directories found in $REP_RESULTS"
 	find $REP_RESULTS -maxdepth 1 -type d -name "tmp.*" -mtime +2 -exec rm -rv {} \;
 	echo "These old directories have been deleted."
 	echo
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules
index a53704a..37bedbd 100644
--- a/logparse/reproducible.rules
+++ b/logparse/reproducible.rules
@@ -4,7 +4,6 @@
 warning /Warning: .+ is not a source package, or was removed or renamed. Please investigate./
 warning /Warning: Download of .+ sources failed./
 warning /Warning: .+ contains invalid yaml, please fix./
-warning /Warning: old temp directories found in .+/
 warning /Warning: lock .+ still exists, exiting./
 warning /Warning: Tried, but failed to delete these:/
 warning /Warning: processes found which should not be there/

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