Stop editing README header
authorThomas Berezansky <tsbere@mvlc.org>
Tue, 19 Jun 2012 20:43:42 +0000 (16:43 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 20 Jun 2012 13:24:37 +0000 (09:24 -0400)
We no longer have the version in the README header, so we don't need to
update it with a new value.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dan@coffeecode.net>

build/tools/make_release

index 583e7bf..03f09a5 100755 (executable)
@@ -165,9 +165,8 @@ if [ $PREV_BRANCH != "PACKAGE" ]; then
     fi
 
     echo "Applying to README:"
-    echo "Header with $VERSION"
     echo "STAMP_ID with $UNDER_VERSION"
-    sed -i -e "1 s/Evergreen.*/Evergreen $VERSION/;s/STAMP_ID=rel_[^ ]*/STAMP_ID=rel_$UNDER_VERSION/;1h;2g;2 s/./=/g" $GIT_ABS/README
+    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