summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-19 17:47:22 +0100
committerErich Eckner <git@eckner.net>2019-01-19 17:47:22 +0100
commit42e62f3857d98f304e9a10ac5696cf15be80c5b8 (patch)
tree3f6345a28e7e59b724272e563ad61e72b14e92ed
parenta8eb18abe0ead861f5e362bec6716ecfb635118f (diff)
downloadbuilder-42e62f3857d98f304e9a10ac5696cf15be80c5b8.tar.xz
max_testing_duration is now an integer (days)
-rwxr-xr-xconf/master.conf.example4
-rwxr-xr-xlib/load-configuration2
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