index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | conf/master.conf.example | 4 |
diff --git a/conf/master.conf.example b/conf/master.conf.example index 488f7ce..2eafb88 100755 --- a/conf/master.conf.example +++ b/conf/master.conf.example @@ -37,3 +37,7 @@ #build_list_lock_file="${work_dir}/build-list.lock" #sanity_check_lock_file="${work_dir}/sanity-check.lock" #package_database_lock_file="${work_dir}/package-database.lock" + +# how long should packages be in [community-testing]/[testing] before +# automatically being marked as tested +#max_testing_duration="14 00:00:00" |