X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=inline;f=shell%2Fpython-tools-install.sh;h=578923c87ebabb40882157434fb85ff7d82d44eb;hb=b9eb4581940562effcf67863704a3ec2c47ceca0;hp=adcca1c5cbbbb7d454df123e69b8b0d019cdbc53;hpb=8e52d0538f6d9897ea601544a3a22a409b7de20e;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index adcca1c5..578923c8 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -15,7 +15,7 @@ set -eufo pipefail # 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