]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Update tag portion of release script.
authorChris Wright <chrisw@osdl.org>
Mon, 15 Aug 2005 05:35:59 +0000 (22:35 -0700)
committerChris Wright <chrisw@osdl.org>
Mon, 15 Aug 2005 05:35:59 +0000 (22:35 -0700)
scripts/dorelease

index f97ea981250ddefdb6e208b8ee40af7fbe7f7c6a..3956829492e1e80da669ebd776cbda34324f82f1 100755 (executable)
@@ -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)"