index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-07-19 10:02:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-19 10:02:18 +0200 |
commit | ef40561a3c463328e86d94397df1e88372778c49 (patch) | |
tree | bb1c994b4a58868b55af48a92db11690ae26ff63 /lib/load-configuration | |
parent | b0a1c7e0aff57ff754929b7508203eec9e80a092 (diff) |
-rwxr-xr-x | lib/load-configuration | 4 |
diff --git a/lib/load-configuration b/lib/load-configuration index 8f7b86b..d54d8b5 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -90,6 +90,10 @@ mirror_refresh_trigger_urls='' # command to access the mysql database 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" + # possibly pull in custom modifications if [ -r "${base_dir}/conf/common.conf" ]; then |