Skip to content

Commit

Permalink
Merge pull request #198 from antonym/FLEEK-125
Browse files Browse the repository at this point in the history
FLEEK-125 Fix syntax error
  • Loading branch information
antonym authored Jul 2, 2018
2 parents 8fb487b + 46681bb commit 67f22d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre_leap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "python-ldap==2.5.2" >> /opt/rpc-openstack/openstack-ansible/global-require

# FLEEK-125 six module exceptions on 34.1.0 so if we find this in pins, use the one set in mitaka-eol
if grep '^setuptools==34.1.0' /opt/rpc-openstack/openstack-ansible/global-requirement-pins.txt; then
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
fi

# RLM-1375 Skip certain hardening tags during leap
Expand Down

0 comments on commit 67f22d9

Please sign in to comment.