diff options
-rwxr-xr-x | conf/master.conf.example | 4 | ||||
-rwxr-xr-x | lib/load-configuration | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/master.conf.example b/conf/master.conf.example index 96631d5..130444e 100755 --- a/conf/master.conf.example +++ b/conf/master.conf.example @@ -41,5 +41,5 @@ #status_lock_file="${work_dir}/status.lock" # how long should packages be in [community-testing]/[testing] before -# automatically being marked as tested -#max_testing_duration="14 00:00:00" +# automatically being marked as tested [days] +#max_testing_duration="14" diff --git a/lib/load-configuration b/lib/load-configuration index b4f0474..6005b6c 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -108,7 +108,7 @@ mysql_command='mysql buildmaster' # how long should packages be in [community-testing]/[testing] before # automatically being marked as tested -max_testing_duration="14 00:00:00" +max_testing_duration="14" # possibly pull in custom modifications |