Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconf/master.conf.example2
-rwxr-xr-xlib/load-configuration2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/master.conf.example b/conf/master.conf.example
index a11e415..38419ef 100755
--- a/conf/master.conf.example
+++ b/conf/master.conf.example
@@ -36,7 +36,7 @@
#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"
diff --git a/lib/load-configuration b/lib/load-configuration
index 3c5d599..cc9fe7f 100755
--- a/lib/load-configuration
+++ b/lib/load-configuration
@@ -124,7 +124,7 @@ mirror_update_command=''
mirror_refresh_trigger_urls=''
# command to access the mysql database
-mysql_command='mysql buildmaster'
+mysql_command='mariadb buildmaster'
# how long should packages be in [community-testing]/[testing] before
# automatically being marked as tested