changeset in /hg/icedtea6: Use the new HS Express repository and...

Andrew John Hughes ahughes at redhat.com
Thu May 14 08:08:28 PDT 2009


changeset 30d0a78a8748 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=30d0a78a8748
description:
	Use the new HS Express repository and hs14b15.

	2009-05-14  Andrew John Hughes  <ahughes at redhat.com>

		* Makefile.am:
		Use HotSpot from the new HotSpot Express
		master repository.
		* hotspot.map:
		Bump changeset and md5sum to hs14b15.

diffstat:

3 files changed, 13 insertions(+), 4 deletions(-)
ChangeLog   |    8 ++++++++
Makefile.am |    6 +++---
hotspot.map |    3 ++-

diffs (46 lines):

diff -r 50c172a7a7f4 -r 30d0a78a8748 ChangeLog
--- a/ChangeLog	Wed May 13 15:36:33 2009 -0400
+++ b/ChangeLog	Thu May 14 00:18:21 2009 +0100
@@ -1,3 +1,11 @@ 2009-05-13  Omair Majid  <omajid at redhat.
+2009-05-14  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	Use HotSpot from the new HotSpot Express
+	master repository.
+	* hotspot.map:
+	Bump changeset and md5sum to hs14b15.
+
 2009-05-13  Omair Majid  <omajid at redhat.com>
 
 	* rt/net/sourceforge/jnlp/JNLPSplashScreen.java: New file. This new class
diff -r 50c172a7a7f4 -r 30d0a78a8748 Makefile.am
--- a/Makefile.am	Wed May 13 15:36:33 2009 -0400
+++ b/Makefile.am	Thu May 14 00:18:21 2009 +0100
@@ -276,7 +276,7 @@ snapshot: dist
 
 # Download OpenJDK sources.
 OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
-HOTSPOT_URL = http://hg.openjdk.java.net/jdk7/hotspot/hotspot/archive/
+HOTSPOT_URL = http://hg.openjdk.java.net/hsx/hsx14/master/archive/
 OPENJDK_HG_URL = http://hg.openjdk.java.net/jdk6/jdk6
 
 if USE_ALT_OPENJDK_SRC_ZIP
@@ -658,8 +658,8 @@ if WITH_ALT_HSBUILD
 	  if ! test -d openjdk/hotspot ; \
 	  then \
 	    $(TAR) xf $(HOTSPOT_SRC_ZIP) ; \
-	    chmod -R ug+w hotspot-* ; \
-	    mv hotspot-$$($(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) \
+	    chmod -R ug+w master-* ; \
+	    mv master-$$($(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) \
 	      $(abs_top_srcdir)/hotspot.map) openjdk/hotspot ; \
 	  fi ; \
 	fi
diff -r 50c172a7a7f4 -r 30d0a78a8748 hotspot.map
--- a/hotspot.map	Wed May 13 15:36:33 2009 -0400
+++ b/hotspot.map	Thu May 14 00:18:21 2009 +0100
@@ -1,2 +1,3 @@
 # version changeset md5sum
-default	fc6a5ae3fef5 1c3510387dccdb4907d0fd2f1c58e372
+default	25a020f13592 dbd7aca5544d1aeebf0eadd45d29d08e
+



More information about the distro-pkg-dev mailing list