From f790c76a18dc677fd58e6b9c3bdf8fefde2f95ed Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 30 Oct 2014 09:53:29 +0100 Subject: r-housekeeping: it's ok to build a package for 24h... --- bin/reproducible_housekeeping.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_housekeeping.sh') 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" -- cgit v1.2.3-70-g09d2