From: Chris Wright Date: Mon, 15 Aug 2005 05:35:59 +0000 (-0700) Subject: Update tag portion of release script. X-Git-Tag: v2.6.12.6~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=098916de13f738bbf79daad1cab40f717b781667;p=thirdparty%2Fkernel%2Fstable-queue.git Update tag portion of release script. --- diff --git a/scripts/dorelease b/scripts/dorelease index f97ea981250..3956829492e 100755 --- a/scripts/dorelease +++ b/scripts/dorelease @@ -50,8 +50,7 @@ RELEASE_COMMIT=$(echo "Linux $RELEASE" | git-commit-tree $(git-write-tree) -p HE echo $RELEASE_COMMIT > .git/HEAD # tag it -TAG=$(echo "This is the $RELEASE stable release" | git-tag-script v$RELEASE) -echo $TAG > .git/refs/tags/v$RELEASE +git-tag-script -s -m "This is the $RELEASE stable release" v$RELEASE BASE_COMMIT="$(git-cat-file tag $(cat .git/refs/tags/v${BASE}) | grep object | cut -d" " -f2)" LAST_COMMIT="$(git-cat-file tag $(cat .git/refs/tags/v${LAST_REL}) | grep object | cut -d" " -f2)"