index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-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" |