[cairo-commit] 2 commits - Makefile.am
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Nov 2 18:17:33 PST 2006
Makefile.am | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
New commits:
diff-tree e759959fd6a59d439fe5fe147326401619cb939b (from 91ffb36faa121ccfaa57d8857c239dd3a6bb3e95)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Nov 2 21:15:41 2006 -0500
[Makefile.am] Pass tag message to git-tag in release-publish
(cherry picked from 7cac87c8041f63fac2e0a2f5a29e36ed80d8d51a commit)
diff --git a/Makefile.am b/Makefile.am
index 97694fc..3525812 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -137,7 +137,7 @@ release-upload: release-check $(tar_file
scp $(tar_file) $(sha1_file) $(gpg_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR)
mv $(tar_file) $(sha1_file) $(gpg_file) releases
ssh $(RELEASE_UPLOAD_HOST) "rm -f $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-[0-9]* && ln -s $(tar_file) $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-$(VERSION)"
- git tag -s $(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO)
+ git tag -s $(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO) -m "cairo $(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO) release"
release-publish-message: releases/$(sha1_file)
@echo "Pleas push the new tag with a command such as:"
diff-tree 91ffb36faa121ccfaa57d8857c239dd3a6bb3e95 (from 16bc72feafac4f78552cd003680ae7133562b6f4)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Nov 2 21:13:49 2006 -0500
[Makefile.am] Minor fixes in release-publish output
(cherry picked from 953332d128120e7c4f4197390984be11a80a368b commit)
diff --git a/Makefile.am b/Makefile.am
index d3a67c3..97694fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -162,6 +162,7 @@ release-publish-message: releases/$(sha1
@echo ""
@echo " $(RELEASE_URL_BASE)/$(gpg_file)"
@echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
+ @echo ""
@echo " Additionally, a git clone of the source tree:"
@echo ""
@echo " git clone git://git.cairographics.org/git/cairo"
@@ -177,12 +178,12 @@ release-publish-message: releases/$(sha1
@echo ""
@echo "============================== CUT HERE =============================="
@echo "Also, please add the new entries from the NEWS file as well as the detailed"
- @echo "change log sent to the cairo-announce list when the tag is pushed."
+ @echo "change log sent to the cairo-commit list when the tag is pushed."
@echo ""
@echo "The same NEWS entries should be posted on the cairographics.org wiki as well."
@echo ""
@echo "Last but not least, do not forget to bump up the micro"
- @echo "version component to the next (odd) number and commit."
+ @echo "version component to the next (odd) number, commit, and push."
release-publish: release-upload release-publish-message
More information about the cairo-commit
mailing list