[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible maintenance: silence harmless error

Holger Levsen gitlab at salsa.debian.org
Mon Mar 4 15:56:06 GMT 2019


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
37544eb9 by Holger Levsen at 2019-03-04T15:54:41Z
reproducible maintenance: silence harmless error

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_maintenance.sh


Changes:

=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -78,7 +78,7 @@ fi
 # delete old temp directories
 #
 echo "$(date -u) - Deleting temp directories in $REP_RESULTS/rbuild-debian, older than 3 days."
-OLDSTUFF=$(find $REP_RESULTS/rbuild-debian -maxdepth 1 -type d -mtime +2 -name "tmp.*" -exec ls -lad {} \; || true)
+OLDSTUFF=$(find $REP_RESULTS/rbuild-debian -maxdepth 1 -type d -mtime +2 -name "tmp.*" -exec ls -lad {} \; 2>/dev/null|| true)
 if [ ! -z "$OLDSTUFF" ] ; then
 	echo
 	echo "Old temp directories found in $REP_RESULTS/rbuild-debian"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/37544eb9def307b166a4c927384f9a3480b8ba81

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/37544eb9def307b166a4c927384f9a3480b8ba81
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190304/15a18266/attachment.html>


More information about the Qa-jenkins-scm mailing list