Update RELEASING and release targets in Makefile.am
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Thu, 17 Jul 2008 18:13:34 +0000 (14:13 -0400)
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Thu, 17 Jul 2008 18:13:34 +0000 (14:13 -0400)
Makefile.am
RELEASING

index 77c9d61..2cf692d 100644 (file)
@@ -114,7 +114,7 @@ release-publish-message: $(sha1_tgz) $(md5_tgz) $(sha1_tbz2) $(md5_tbz2) ensure-
        @echo ""
        @echo "GPG signature:"
        @echo " $(RELEASE_CAIRO_URL)/$(gpg_file)"
-       @echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
+       @echo " (signed by `git config --get user.name` <`git config --get user.email`>)"
        @echo ""
        @echo "Git:"
        @echo " git://git.freedesktop.org/git/pixman"
index 5e7cec1..3ad0c2d 100644 (file)
--- a/RELEASING
+++ b/RELEASING
@@ -37,16 +37,7 @@ Here are the steps to follow to create a new pixman release:
 
        make GPGKEY=<your gpg key id> release-publish
 
-7) Increment pixman_micro to the next larger (odd) number in
-   configure.ac. Commit this change, and push all commits created
-   during this process using
-
-       git push --tags
-
-   You must use "--tags" here; otherwise the new tag will not
-   be pushed out. This is because technobable.
-
-8) Run 
+6) Run 
 
        make release-publish-message
 
@@ -58,3 +49,14 @@ Here are the steps to follow to create a new pixman release:
    and 
 
        xorg-announce@lists.freedesktop.org
+
+
+7) Increment pixman_micro to the next larger (odd) number in
+   configure.ac. Commit this change, and push all commits created
+   during this process using
+
+       git push --tags
+
+   You must use "--tags" here; otherwise the new tag will not
+   be pushed out. This is because technobabble.
+