[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: maintenance: be silent when succesfully deleting old schroot

Holger Levsen holger at moszumanska.debian.org
Tue Jul 28 11:34:56 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 ca3a8b95192457ecc8ae5cf7f125a8a27efe3c59
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Tue Jul 28 11:19:20 2015 +0000

    reproducible: maintenance: be silent when succesfully deleting old schroot
---
 bin/reproducible_maintenance.sh | 2 +-
 logparse/reproducible.rules     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index f36e3e1..bc6ccb1 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -51,7 +51,7 @@ fi
 OLDSTUFF=$(find /schroots/ -maxdepth 1 -type d -regextype posix-extended -regex "/schroots/reproducible-.*-[0-9]{1,5}" -mtime +2 -exec ls -lad {} \;)
 if [ ! -z "$OLDSTUFF" ] ; then
 	echo
-	echo "Warning: old schroots found in /schroots, which have been deleted:"
+	echo "Old schroots found in /schroots, which have been deleted:"
 	find /schroots/ -maxdepth 1 -type d -regextype posix-extended -regex "/schroots/reproducible-.*-[0-9]{1,5}" -mtime +2 -exec sudo rm -rf --one-file-system {} \;
 	echo "$OLDSTUFF"
 	OLDSTUFF=$(find /schroots/ -maxdepth 1 -type d -regextype posix-extended -regex "/schroots/reproducible-.*-[0-9]{1,5}" -mtime +2 -exec ls -lad {} \;)
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules
index 1e86d31..a53704a 100644
--- a/logparse/reproducible.rules
+++ b/logparse/reproducible.rules
@@ -6,7 +6,7 @@ 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: old schroots found in /schroots, which have been deleted:/
+warning /Warning: Tried, but failed to delete these:/
 warning /Warning: processes found which should not be there/
 warning /Warning: Found files with bad permissions.+/
 warning /Warning: .+ could not be fully removed./

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