From: Galen Charlton Date: Wed, 5 Sep 2018 20:36:53 +0000 (-0400) Subject: LP#1790923: make_release no longer munges STAMP_ID in the README X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e3032ad3cd1fe2e684c949613b82841efd401867;p=evergreen%2Fpines.git 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 Signed-off-by: Bill Erickson --- diff --git a/build/tools/make_release b/build/tools/make_release index 9ebc43267f..c3fd2ed505 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