From 2079d087514a884302b06de9bd61f91ca3984cd4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 19 Jan 2018 14:34:56 +0100 Subject: move mysql_command to conf/default.conf --- conf/default.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/default.conf b/conf/default.conf index 69e15ad..b2882ac 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -108,6 +108,9 @@ mirror_update_command='' # list of urls to trigger updates of the respective mirrors (used on build master only) mirror_refresh_trigger_urls='' +# command to access the mysql database +mysql_command='mysql buildmaster' + # possibly pull in custom modifications # shellcheck source=/dev/null -- cgit v1.2.3