index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-01-19 14:34:56 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-19 14:34:56 +0100 |
commit | 2079d087514a884302b06de9bd61f91ca3984cd4 (patch) | |
tree | dbf8d2dba46d53db31696b7f37e83a133e389149 /conf/default.conf | |
parent | cc35dfaf2cf4c73c1c12129e6942bfb084db10a8 (diff) |
-rwxr-xr-x | conf/default.conf | 3 |
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 |