summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-08-26 23:22:37 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-08-26 23:22:37 +0200
commited699d444a2cbcdf7372382ed604f00997d2a7ff (patch)
tree1fe6a157f58c5fa72ce166631b5e90e69bf81050
parentAvoid preserving libraries, since we have no way to properly deal with them (diff)
downloadflameeyes-tinderbox-ed699d444a2cbcdf7372382ed604f00997d2a7ff.tar.gz
flameeyes-tinderbox-ed699d444a2cbcdf7372382ed604f00997d2a7ff.tar.bz2
flameeyes-tinderbox-ed699d444a2cbcdf7372382ed604f00997d2a7ff.zip
Reduce from 10 to 5 weeks the time-to-remerge period.
-rwxr-xr-xtinderbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox.py b/tinderbox.py
index b35bc98..f5e5355 100755
--- a/tinderbox.py
+++ b/tinderbox.py
@@ -2,7 +2,7 @@
seconds_per_week = 7 * 24 * 60 * 60
# reinstall_period = None
-reinstall_period = 10 * seconds_per_week
+reinstall_period = 5 * seconds_per_week
import os
import sys