[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: fix syntax
Holger Levsen
holger at layer-acht.org
Fri Feb 17 12:21:52 UTC 2017
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 72b154291266914cb121eb901a9a30d6fb6ebc27
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Feb 17 13:19:02 2017 +0100
reproducible debian: fix syntax
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
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 0991985..8a4d79e 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -192,6 +192,7 @@ if [ ! -z "$OLDSTUFF" ] ; then
echo "These old directories have been deleted."
echo
DIRTY=true
+fi
# delete old temp directories
echo "$(date -u) - Deleting temp directories, older than 3 days."
OLDSTUFF=$(find $REP_RESULTS/rbuild-debian -maxdepth 1 -type d -mtime +2 -name "tmp.*" -exec ls -lad {} \; || true)
@@ -360,7 +361,6 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
fi
rm $PACKAGES
- find $REP_RESULTS/rbuild-debian -maxdepth 1 -type d -mtime +2 -name "tmp.*" -exec rm -rv {} \; || true
#
# delete jenkins html logs from reproducible_builder_* jobs as they are mostly redundant
# (they only provide the extended value of parsed console output, which we dont need here.)
--
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