Merge "Fix spelling of ADITIONAL_VENV_PACKAGES"

This commit is contained in:
Zuul
2024-01-03 19:03:37 +00:00
committed by Gerrit Code Review

View File

@@ -207,8 +207,9 @@ fi
USE_VENV=$(trueorfalse False USE_VENV) USE_VENV=$(trueorfalse False USE_VENV)
# Add packages that need to be installed into a venv but are not in any # Add packages that need to be installed into a venv but are not in any
# requirmenets files here, in a comma-separated list # requirements files here, in a comma-separated list.
ADDITIONAL_VENV_PACKAGES=${ADITIONAL_VENV_PACKAGES:-""} # Currently only used when USE_VENV is true (individual project venvs)
ADDITIONAL_VENV_PACKAGES=${ADDITIONAL_VENV_PACKAGES:-""}}
# This can be used to turn database query logging on and off # This can be used to turn database query logging on and off
# (currently only implemented for MySQL backend) # (currently only implemented for MySQL backend)