index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-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 |