From 5740a31a9ee223ff9f329dc1fa82c72cc89752ee Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 16 Aug 2022 14:05:47 +0900 Subject: [PATCH] Remove workaround to unpin modulesync ... because the pinning in puppet-modulesync-configs has been removed. Depends-on: https://review.opendev.org/845529 Change-Id: Ic9f848e8ae007beb7e6551a8f831bb0215d6c4e0 --- contrib/bootstrap.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/contrib/bootstrap.sh b/contrib/bootstrap.sh index 1b9f987..7841cbc 100644 --- a/contrib/bootstrap.sh +++ b/contrib/bootstrap.sh @@ -146,13 +146,6 @@ else fi pushd x/puppet-modulesync-configs/ -# TODO(tkajinam): Remove this once we remove pinning from -# puppet-modulesync-configs -if grep -q "gem 'modulesync', " ./Gemfile ; then - sed -i "s/^gem 'modulesync', .*/gem 'modulesync'/" ./Gemfile - find moduleroot/ -type f -exec git mv {} {}.erb \; -fi - # Purge .git to make sure the git command in the subdirectory does not look up # the git infomation at the top directory. rm -rf .git