summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-30 09:53:29 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-30 09:53:29 +0100
commitf790c76a18dc677fd58e6b9c3bdf8fefde2f95ed (patch)
tree04f69dab1d7690a4f58271a1cc538b8a837ffa53 /bin
parent70b2b809f29f8bf674b32147a449e79a42a81f41 (diff)
downloadjenkins.debian.net-f790c76a18dc677fd58e6b9c3bdf8fefde2f95ed.tar.xz
r-housekeeping: it's ok to build a package for 24h...
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_housekeeping.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_housekeeping.sh b/bin/reproducible_housekeeping.sh
index b2d0e982..f7682245 100755
--- a/bin/reproducible_housekeeping.sh
+++ b/bin/reproducible_housekeeping.sh
@@ -34,7 +34,7 @@ if [ ! -f reproducible_$DATE.db.xz ] ; then
fi
# find and warn about old temp directories
-OLDSTUFF=$(find $REP_RESULTS -type d -name "tmp.*" -mtime +1 -exec ls -lad {} \;)
+OLDSTUFF=$(find $REP_RESULTS -type d -name "tmp.*" -mtime +2 -exec ls -lad {} \;)
if [ ! -z "$OLDSTUFF" ] ; then
echo
echo "Warning: old temp directories found in $REP_RESULTS"