From e527624aa0efd648f8bdacaaac62ec566ba6c8d8 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 13 Jul 2023 20:28:17 +0200 Subject: mysql -> mariadb * get rid of the deprecation warning --- conf/master.conf.example | 2 +- lib/load-configuration | 2 +- 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 -- cgit v1.2.3-54-g00ecf