From 8b2119f758d925466c340cd71754d9e1cd33db43 Mon Sep 17 00:00:00 2001 From: mickael e Date: Wed, 10 Jul 2019 10:55:12 -0400 Subject: [PATCH] Fix update_version.sh update_version.sh was attempting to bump strings in files that no longer exist. (cherry picked from commit 267c3be51df6080eefb2017a94489e9ba3fa0c21) --- update_version.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/update_version.sh b/update_version.sh index cbdf7773f1..76322a80f2 100755 --- a/update_version.sh +++ b/update_version.sh @@ -65,9 +65,6 @@ if [[ ! $NEW_VERSION == *~rc* ]]; then # Upgrade docs to Ubuntu 16.04 reference current stable version explicitly. # Where we're talking about the 0.12 _series_ (the first to support Xenial), # the phrase "0.12 series" is used, so this regex is safe to run. - sed -i "s@$(echo "${OLD_RELEASE}" | sed 's/\./\\./g')@$NEW_VERSION@g" docs/upgrade/xenial_upgrade_in_place.rst - sed -i "s@$(echo "${OLD_RELEASE}" | sed 's/\./\\./g')@$NEW_VERSION@g" docs/upgrade/xenial_prep.rst - sed -i "s@$(echo "${OLD_RELEASE}" | sed 's/\./\\./g')@$NEW_VERSION@g" docs/upgrade/xenial_backup_install_restore.rst fi # Update the changelog