Merge "Use curl to download u-c"
This commit is contained in:
commit
ade6c0e8e0
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user