From 2b6a62c318ff52486bc20751a64b21f357e7fd5c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 5 Sep 2018 16:36:53 -0400 Subject: [PATCH] LP#1790923: make_release no longer munges STAMP_ID in the README (As that text no longer exists; the installation instructions simply will not mention the old staff client.) Signed-off-by: Galen Charlton --- build/tools/make_release | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/tools/make_release b/build/tools/make_release index f82ff3ddcb..d588ad683c 100755 --- a/build/tools/make_release +++ b/build/tools/make_release @@ -199,8 +199,6 @@ if [ "$PREV_BRANCH" != "PACKAGE" ]; then fi echo "Applying to README:" - echo "STAMP_ID with $UNDER_VERSION" - sed -i -e "s/STAMP_ID=rel_[^ ]*/STAMP_ID=rel_$UNDER_VERSION/" $GIT_ABS/README if [ "$PREV_BRANCH" != "TAG" ]; then if [ "$(grep "$RELEASE_PREAMBLE_HEAD" $GIT_ABS/README )" ]; then -- 2.11.0