We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fb487b + 46681bb commit 67f22d9Copy full SHA for 67f22d9
scripts/pre_leap.sh
@@ -45,7 +45,7 @@ echo "python-ldap==2.5.2" >> /opt/rpc-openstack/openstack-ansible/global-require
45
46
# FLEEK-125 six module exceptions on 34.1.0 so if we find this in pins, use the one set in mitaka-eol
47
if grep '^setuptools==34.1.0' /opt/rpc-openstack/openstack-ansible/global-requirement-pins.txt; then
48
- sed -i 's|^setuptools.*|setuptools==33.1.1/g' /opt/rpc-openstack/openstack-ansible/global-requirement-pins.txt
+ sed -i 's|^setuptools.*|setuptools==33.1.1|g' /opt/rpc-openstack/openstack-ansible/global-requirement-pins.txt
49
fi
50
51
# RLM-1375 Skip certain hardening tags during leap
0 commit comments