/hg/icedtea6: Switch to using IcedTea server for JamVM drops too.

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Wed Feb 23 08:11:06 PST 2011


changeset ae87b2a6ee6b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ae87b2a6ee6b
author: Xerxes R?nby <xerxes at zafena.se>
date: Wed Feb 23 16:54:17 2011 +0100

	Switch to using IcedTea server for JamVM drops too.

	2011-02-23 Xerxes Ranby <xerxes at zafena.se>

	 * Makefile.am: (JAMVM_BASE_URL): Switch to using IcedTea
	server for JamVM drops too. (JAMVM_VERSION): Updated to
	latest JamVM revision. (JAMVM_SHA256SUM): Updated.


diffstat:

2 files changed, 10 insertions(+), 8 deletions(-)
ChangeLog   |    7 +++++++
Makefile.am |   11 +++--------

diffs (35 lines):

diff -r 514ec565d646 -r ae87b2a6ee6b ChangeLog
--- a/ChangeLog	Wed Feb 23 10:47:03 2011 -0500
+++ b/ChangeLog	Wed Feb 23 16:54:17 2011 +0100
@@ -1,3 +1,10 @@ 2011-02-23  Denis Lila  <dlila at redhat.co
+2011-02-23  Xerxes Ranby  <xerxes at zafena.se>
+
+	* Makefile.am: (JAMVM_BASE_URL): Switch to using IcedTea
+	server for JamVM drops too.
+	(JAMVM_VERSION): Updated to latest JamVM revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2011-02-23  Denis Lila  <dlila at redhat.com>
 
 	* Makefile.am: Added 2 patches.
diff -r 514ec565d646 -r ae87b2a6ee6b Makefile.am
--- a/Makefile.am	Wed Feb 23 10:47:03 2011 -0500
+++ b/Makefile.am	Wed Feb 23 16:54:17 2011 +0100
@@ -11,14 +11,9 @@ CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VE
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.gz
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.gz
 
-# The jamvm-3f02679901ac46985c9c3ac3f1b99e8eaf6a7e27.tar.gz got fetched from
-# http://git.berlios.de/cgi-bin/cgit.cgi/jamvm/snapshot/jamvm-3f02679901ac46985c9c3ac3f1b99e8eaf6a7e27.tar.gz
-# Unfortunally the generated .tar.gz by the berlios cgit snapshot function
-# keeps changing sha256sum. I have hosted a snapshot on labb.zafena.se
-# while we wait for the final JamVM 1.6.0 release.
-JAMVM_VERSION = 3f02679901ac46985c9c3ac3f1b99e8eaf6a7e27
-JAMVM_SHA256SUM = 396daf08896a71cfcddfabfbaf2d8b3f07557d8143eaaa93be25e2d80f30e165
-JAMVM_BASE_URL = http://labb.zafena.se/jamvm
+JAMVM_VERSION = 10329d9f3205698af125bba131b4f47339e81d90
+JAMVM_SHA256SUM = 0e87f22bc6a35c327ab343e7ca0e89512e3797aff93ee8a5539f0babfbd40f9b
+JAMVM_BASE_URL = http://icedtea.classpath.org/download/drops/jamvm
 JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
 JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
 



More information about the distro-pkg-dev mailing list