diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-30 09:53:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-30 09:53:29 +0100 |
commit | f790c76a18dc677fd58e6b9c3bdf8fefde2f95ed (patch) | |
tree | 04f69dab1d7690a4f58271a1cc538b8a837ffa53 | |
parent | 70b2b809f29f8bf674b32147a449e79a42a81f41 (diff) | |
download | jenkins.debian.net-f790c76a18dc677fd58e6b9c3bdf8fefde2f95ed.tar.xz |
r-housekeeping: it's ok to build a package for 24h...
-rwxr-xr-x | bin/reproducible_housekeeping.sh | 2 |
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" |