Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-07-13 20:28:17 +0200
committerErich Eckner <git@eckner.net>2023-07-13 20:28:17 +0200
commite527624aa0efd648f8bdacaaac62ec566ba6c8d8 (patch)
tree0eae4ac494299f8c081fc4c1c5d79eaab4141bec
parent8d532f1366905b8af4e79fc7bf15f4b7ff633da2 (diff)
mysql -> mariadb
* get rid of the deprecation warning
-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