Merge "Use curl to download u-c"

This commit is contained in:
Zuul 2022-12-30 18:56:53 +00:00 committed by Gerrit Code Review
commit ade6c0e8e0
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ case "${ID,,}" in
pkg_list="python38 python38-devel redhat-lsb-core"
;;
9)
pkg_list="python3 python3-devel"
pkg_list="python3 python3-devel curl"
;;
esac
;;

View File

@ -181,7 +181,7 @@ REQS_REPO_HOME="${TESTING_HOME}/src/opendev.org/openstack/requirements"
if [[ -d "${REQS_REPO_HOME}" ]]; then
cp "${REQS_REPO_HOME}/upper-constraints.txt" /tmp/upper-constraints.txt
else
wget "${TOX_CONSTRAINTS_FILE:-https://opendev.org/openstack/requirements/raw/${SERVICES_BRANCH}/upper-constraints.txt}" -O /tmp/upper-constraints.txt
curl -L "${TOX_CONSTRAINTS_FILE:-https://opendev.org/openstack/requirements/raw/${SERVICES_BRANCH}/upper-constraints.txt}" -o /tmp/upper-constraints.txt
fi
# Filter out pip/wheel from OpenStack upper constraints