index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-30 09:54:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-30 09:54:33 +0200 |
commit | 510edadf1d9fb89c021dc568ca671b64f59e5525 (patch) | |
tree | ef5d069ffc2e510c71026cacb9043f4f24ff1d35 /lib | |
parent | 76b43092f15494a0c7b26cf13a625893fc077044 (diff) |
-rwxr-xr-x | lib/load-configuration | 6 |
diff --git a/lib/load-configuration b/lib/load-configuration index b5936d9..d39f89e 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -104,12 +104,6 @@ mysql_command='mysql buildmaster' # possibly pull in custom modifications -# TODO: remove this legacy part here -if [ -r "${base_dir}/conf/local.conf" ]; then - # shellcheck source=/dev/null - . "${base_dir}/conf/local.conf" -fi - if [ -r "${base_dir}/conf/common.conf" ]; then # shellcheck source=/dev/null . "${base_dir}/conf/common.conf" |