/hg/buildbot: icedtea/build.sh: Enable zero for icedtea6, disabl...

mark at icedtea.classpath.org mark at icedtea.classpath.org
Sun Apr 1 01:05:45 PDT 2012


changeset 05e41e1c037b in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=05e41e1c037b
author: Mark Wielaard <mark at klomp.org>
date: Sun Apr 01 10:02:11 2012 +0200

	icedtea/build.sh: Enable zero for icedtea6, disable shark for icedtea7.


diffstat:

 icedtea/build.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f8891d3c2d23 -r 05e41e1c037b icedtea/build.sh
--- a/icedtea/build.sh	Wed Mar 21 13:36:40 2012 +0100
+++ b/icedtea/build.sh	Sun Apr 01 10:02:11 2012 +0200
@@ -112,10 +112,10 @@
 
 # Some additional VMs only build against one or the other version.
 if [ "${VERSIONSTR}" == "6" ]; then
- ICEDTEA_ADDITIONAL_VMS="cacao,jamvm,shark"
+ ICEDTEA_ADDITIONAL_VMS="cacao,jamvm,shark,zero"
  ADDITIONAL_OPTIONS=""
 elif [ "${VERSIONSTR}" == "7" ]; then
- ICEDTEA_ADDITIONAL_VMS="shark"
+ ICEDTEA_ADDITIONAL_VMS="cacao,jamvm"
  ADDITIONAL_OPTIONS="--disable-system-lcms --disable-system-gio"
 else
  ICEDTEA_ADDITIONAL_VMS=""



More information about the distro-pkg-dev mailing list