build_release_tarball: Remove local_settings.py overwrite hack.

This commit is contained in:
Tim Abbott 2016-07-19 20:49:20 -07:00
parent 78a0c7c557
commit 28fa4e8346

View File

@ -47,9 +47,6 @@ cd "$TMP_CHECKOUT"
# create var/log directory in the new temporary checkout
mkdir -p "var/log"
# Use default settings so there is no chance of leaking secrets
cp zproject/local_settings_template.py zproject/local_settings.py
# Some settings need to be updated for update-prod-static to work
#
# TODO: Would be much better to instead run the below tools with some