Improve alpine compatibility by changing the mktemp call in
python-tools-install.sh to be compatible with both GNU mktemp as well
as BusyBox mktemp (which is used in alpine).
Change-Id: I7123d8928415c163ec26540c42fa0a96108b84e4
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
--- /dev/null
+---
+fixes:
+ - |
+ Improve alpine compatibility by changing the mktemp call in
+ python-tools-install.sh to be compatible with both GNU mktemp as well as
+ BusyBox mktemp (which is used in alpine).
# This script will typically be called during pre-build & post-build.
# Create the user venv during pre-build.
if [[ ! -f /tmp/pre-build-complete ]]; then
- requirements_file=$(mktemp /tmp/requirements-XXXX.txt)
+ requirements_file=$(mktemp /tmp/requirements-XXXXXX)
# Note: To test lftools master branch change the lftools configuration below in
# the requirements file from "lftools[openstack]~=#.##.#" to