summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-17 14:11:47 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-17 14:11:47 +0100
commit91a16d07476d5ace067954d836ad4b094b6f58e8 (patch)
treebab55abf61ac68f6d781e213fc65b046dbe5b919 /bin/reproducible_maintenance.sh
parent6359bc23b416366868ceddd26a6fe3e2be096361 (diff)
downloadjenkins.debian.net-91a16d07476d5ace067954d836ad4b094b6f58e8.tar.xz
reproducible maintenance: fix output
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index d7350e08..44b070f8 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -132,7 +132,7 @@ if [ -d /srv/workspace/pbuilder/ ] ; then
OLDSTUFF=$(find /srv/workspace/pbuilder/ -maxdepth 1 -regex '.*/[0-9]+' -type d -mtime +1 -exec ls -lad {} \; || true)
if [ ! -z "$OLDSTUFF" ] ; then
echo
- echo "Old temp directories found in $REP_RESULTS"
+ echo "Old pbuilder build directories found in /srv/workspace/pbuilder/"
echo -n "$OLDSTUFF"
find /srv/workspace/pbuilder/ -maxdepth 1 -regex '.*/[0-9]+' -type d -mtime +1 -exec sudo rm -rf --one-file-system {} \; || true
echo