LP#1790923: make_release no longer munges STAMP_ID in the README
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 5 Sep 2018 20:36:53 +0000 (16:36 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Sep 2018 21:27:25 +0000 (17:27 -0400)
(As that text no longer exists; the installation instructions simply
 will not mention the old staff client.)

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
build/tools/make_release

index 9ebc432..c3fd2ed 100755 (executable)
@@ -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