[Qa-jenkins-scm] [jenkins.debian.net] 01/01: everything is fine
Holger Levsen
holger at moszumanska.debian.org
Tue Aug 4 13:33:35 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 d7a76772d48bd523c8d2ba62f331f84423d9a2e9
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Aug 4 15:32:29 2015 +0200
everything is fine
---
bin/reproducible_maintenance.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index b70ea67..655e2e5 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -232,7 +232,7 @@ fi
# remove artifacts older than 3 days
-ARTIFACTS=$(find $BASE/artifacts/* -maxdepth 1 -type d -mtime +3 -exec ls -lad {} \; || true)
+ARTIFACTS=$(find $BASE/artifacts/* -maxdepth 1 -type d -mtime +3 -exec ls -lad {} \; 2>/dev/null|| true)
if [ ! -z "$ARTIFACTS" ] ; then
echo
echo "Removed old artifacts:"
--
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