[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian maintenance: cleanup more task related temp dir names (see 7ed09046)
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Oct 24 12:27:39 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
53e3f678 by Holger Levsen at 2022-10-24T13:27:25+02:00
reproducible Debian maintenance: cleanup more task related temp dir names (see 7ed09046)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -47,7 +47,7 @@ fi
# delete old temp directories in $REP_RESULTS/rbuild-debian
#
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 {} \; 2>/dev/null|| true)
+OLDSTUFF=$(find $REP_RESULTS/rbuild-debian -maxdepth 1 -type d -mtime +2 -name "tmp.*" -o -name "r-b-build.*" -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/53e3f678935898c72ea772c0cd2e85528ce50a02
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/53e3f678935898c72ea772c0cd2e85528ce50a02
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/20221024/2a16f44f/attachment.htm>
More information about the Qa-jenkins-scm
mailing list