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 /conf/master.conf.example | |
parent | b0a1c7e0aff57ff754929b7508203eec9e80a092 (diff) |
-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" |