/hg/icedtea6: Bump to latest revision of hs19 (b09).

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Nov 3 03:52:59 PDT 2010


changeset ef8a301ba119 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ef8a301ba119
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Nov 03 10:52:50 2010 +0000

	Bump to latest revision of hs19 (b09).

	2010-11-02 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (replace-hotspot): Don't hardcode
	'master' as the top-level directory, extract it from
	the url.
		* hotspot.map: Move to latest hs19 (currently only on baseline
	tree)


diffstat:

3 files changed, 14 insertions(+), 3 deletions(-)
ChangeLog   |    9 +++++++++
Makefile.am |    6 ++++--
hotspot.map |    2 +-

diffs (39 lines):

diff -r 119d733ccf0a -r ef8a301ba119 ChangeLog
--- a/ChangeLog	Tue Nov 02 23:28:02 2010 +0000
+++ b/ChangeLog	Wed Nov 03 10:52:50 2010 +0000
@@ -1,3 +1,12 @@ 2010-11-02  Pavel Tisnovsky  <ptisnovs at r
+2010-11-02  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(replace-hotspot): Don't hardcode 'master'
+	as the top-level directory, extract it
+	from the url.
+	* hotspot.map: Move to latest hs19 (currently
+	only on baseline tree)
+
 2010-11-02  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* Makefile.am:
diff -r 119d733ccf0a -r ef8a301ba119 Makefile.am
--- a/Makefile.am	Tue Nov 02 23:28:02 2010 +0000
+++ b/Makefile.am	Wed Nov 03 10:52:50 2010 +0000
@@ -873,8 +873,10 @@ if WITH_ALT_HSBUILD
 	  if test -e ${HOTSPOT_SRC_ZIP} ; \
 	  then \
 	    $(TAR) xf $(HOTSPOT_SRC_ZIP) ; \
-	    chmod -R ug+w master-* ; \
-	    mv master-$$($(AWK) 'version==$$1 {print $$3}' version=$(HSBUILD) \
+	    dir=$$($(AWK) 'version==$$1 {print gensub(/.*\/([^/]*)$$/,"\\1","g",$$2)}' \
+	      version=hs19 $(abs_top_srcdir)/hotspot.map) ; \
+	    chmod -R ug+w $$dir-* ; \
+	    mv $$dir-$$($(AWK) 'version==$$1 {print $$3}' version=$(HSBUILD) \
 	      $(abs_top_srcdir)/hotspot.map) openjdk/hotspot ; \
 	  fi ; \
 	fi ;
diff -r 119d733ccf0a -r ef8a301ba119 hotspot.map
--- a/hotspot.map	Tue Nov 02 23:28:02 2010 +0000
+++ b/hotspot.map	Wed Nov 03 10:52:50 2010 +0000
@@ -1,2 +1,2 @@
 # version url changeset md5sum
-hs19 http://hg.openjdk.java.net/hsx/hsx19/master 0803c0f69b51 f174d20d004c5e1ad08929895dbee21c
+hs19 http://hg.openjdk.java.net/hsx/hsx19/baseline 13edc857b967 f174d20d004c5e1ad08929895dbee21c



More information about the distro-pkg-dev mailing list