changeset in /hg/icedtea6: Use node|short instead of rev.

Andrew John Hughes gnu_andrew at member.fsf.org
Fri Nov 7 06:51:03 PST 2008


changeset 26c630b5f91d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=26c630b5f91d
description:
	Use node|short instead of rev.

	2008-11-07  Andrew John Hughes  <ahughes at redhat.com>

		* Makefile.am: Use 'node|short' instead of 'rev'
		for Mercurial revision number.

diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog   |    5 +++++
Makefile.am |    2 +-

diffs (24 lines):

diff -r cb1f68e8019a -r 26c630b5f91d ChangeLog
--- a/ChangeLog	Fri Nov 07 13:54:54 2008 +0100
+++ b/ChangeLog	Fri Nov 07 14:48:58 2008 +0000
@@ -1,3 +1,8 @@ 2008-10-29  Mark Wielaard  <mark at klomp.o
+2008-11-07  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am: Use 'node|short' instead of 'rev'
+	for Mercurial revision number.
+	
 2008-10-29  Mark Wielaard  <mark at klomp.org>
 
 	* patches/icedtea-6761856-freetypescaler.patch: New patch.
diff -r cb1f68e8019a -r 26c630b5f91d Makefile.am
--- a/Makefile.am	Fri Nov 07 13:54:54 2008 +0100
+++ b/Makefile.am	Fri Nov 07 14:48:58 2008 +0000
@@ -642,7 +642,7 @@ stamps/patch.stamp: stamps/patch-fsg.sta
 	fi
 
 	if [ -e $(abs_top_srcdir)/.hg ] && which $(HG) >/dev/null; then \
-	  revision="-r`(cd $(abs_top_srcdir); $(HG) tip --template '{rev}')`" ; \
+	  revision="-r`(cd $(abs_top_srcdir); $(HG) tip --template '{node|short}')`" ; \
 	fi ; \
 	icedtea_version="$(PACKAGE_VERSION)$${revision}" ; \
 	if [ -n "$(PKGVERSION)" ]; then \



More information about the distro-pkg-dev mailing list