Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/conf/master.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'conf/master.conf.example')
-rwxr-xr-xconf/master.conf.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/master.conf.example b/conf/master.conf.example
index 2234dfd..5cf9c90 100755
--- a/conf/master.conf.example
+++ b/conf/master.conf.example
@@ -3,7 +3,7 @@
# configurable variables used on the build master
# default values are given as comments
-# To change variables from their default, copy this file to common.conf,
+# To change variables from their default, copy this file to master.conf,
# uncomment and change the desired variables.
#repo_key='0xdeadbeef'
@@ -36,10 +36,12 @@
#mirror_refresh_trigger_urls=''
# command to access the mysql database
-#mysql_command='mysql buildmaster'
+#mysql_command='mariadb buildmaster'
#build_list_lock_file="${work_dir}/build-list.lock"
+#check_mirrors_lock_file="${work_dir}/check-mirrors.lock"
#harvest_commit_times_lock_file="${work_dir}/harvest-commit-times.lock"
+#intentions_lock_file="${work_dir}/intentions.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"