Pin down mailman release versions.

This commit is contained in:
Abhilash Raj
2017-05-28 12:54:52 -07:00
committed by GitHub
parent d24bac22fe
commit f60511bc45
2 changed files with 3 additions and 7 deletions

View File

@@ -94,9 +94,7 @@ python manage.py migrate
if [[ ! -v UWSGI_LOGTO ]]; then
echo "No UWSGI_LOGTO defined, logging uwsgi to /opt/mailman-web-data/logs/uwsgi.log ..."
export UWSGI_LOGTO='/opt/mailman-web-data/logs/uwsgi.log'
if [[ ! -e "$UWSGI_LOGTO" ]]; then
touch "$UWSGI_LOGTO"
fi
touch "$UWSGI_LOGTO"
fi
if [[ ! -v UWSGI_WSGI_FILE ]]; then