index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-09-08 13:40:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-08 13:40:52 +0200 |
commit | fbbb282fd5eb26b2c6f66c24e62ab98625ae3c3a (patch) | |
tree | 14621ebec07897e9cac36b4a28d63ec3df2360d3 /conf | |
parent | 7ce25b7eb99c8e2fa536d2842f012ebba4f40b55 (diff) |
-rwxr-xr-x | conf/master.conf.example | 3 |
diff --git a/conf/master.conf.example b/conf/master.conf.example index 2eafb88..1623307 100755 --- a/conf/master.conf.example +++ b/conf/master.conf.example @@ -35,8 +35,9 @@ #mysql_command='mysql buildmaster' #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" +#sanity_check_lock_file="${work_dir}/sanity-check.lock" +#status_lock_file="${work_dir}/status.lock" # how long should packages be in [community-testing]/[testing] before # automatically being marked as tested |