Pin gettext to < 3.3.0

Also pinning gettext as version 3.3.0 is not compatible with the ruby
version in CentOS7.

Change-Id: I8d226aa2218eafc07119f88eca5be24c3514b717
(cherry picked from commit c86f30c1dd)
This commit is contained in:
Alfredo Moralejo 2020-01-08 12:11:06 +01:00
parent bfd3214483
commit 3be5458f4b
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ if [ "${INSTALL_FROM_SOURCE}" = true ]; then
fi fi
export PUPPETFILE_DIR=/usr/share/openstack-puppet/modules export PUPPETFILE_DIR=/usr/share/openstack-puppet/modules
export GEM_HOME=/tmp/packstackgems export GEM_HOME=/tmp/packstackgems
$SUDO gem install gettext -v 3.2.9 --no-ri --no-rdoc
$SUDO gem install r10k -v 2.6.4 --no-ri --no-rdoc $SUDO gem install r10k -v 2.6.4 --no-ri --no-rdoc
# make sure there is no puppet module pre-installed # make sure there is no puppet module pre-installed
$SUDO rm -rf "${PUPPETFILE_DIR:?}/"* $SUDO rm -rf "${PUPPETFILE_DIR:?}/"*