summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--RELEASING22
2 files changed, 13 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 77c9d616..2cf692d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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"
diff --git a/RELEASING b/RELEASING
index 5e7cec14..3ad0c2df 100644
--- 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.
+