/hg/buildbot: karmic EOL: karmic_ia32 builder replaced by lucid_...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Mon Aug 8 05:02:02 PDT 2011
changeset 857af5a797b9 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=857af5a797b9
author: Xerxes R?nby <xerxes at zafena.se>
date: Mon Aug 08 14:01:40 2011 +0200
karmic EOL: karmic_ia32 builder replaced by lucid_ia32.
diffstat:
icedtea/master.cfg | 138 ++++++++++++++++++++++++++--------------------------
1 files changed, 69 insertions(+), 69 deletions(-)
diffs (259 lines):
diff -r ebaaa32e45e2 -r 857af5a797b9 icedtea/master.cfg
--- a/icedtea/master.cfg Tue Aug 02 21:50:37 2011 +0200
+++ b/icedtea/master.cfg Mon Aug 08 14:01:40 2011 +0200
@@ -31,7 +31,7 @@
BuildSlave("natty-armv7l",
getpw("natty-armv7l"),
max_builds=1),
- BuildSlave("karmic-ia32",
+ BuildSlave("lucid-ia32",
getpw("jaunty-ia32"),
max_builds=3),
BuildSlave("squeeze-armv5tel",
@@ -67,10 +67,10 @@
"icedtea6-natty-armv7l-quick-cacao",
"icedtea6-natty-armv7l-quick-jamvm",
"icedtea6-natty-armv7l-quick-shark",
- "icedtea6-karmic-ia32-quick-zero",
- "icedtea6-karmic-ia32-quick-cacao",
- "icedtea6-karmic-ia32-quick-jamvm",
- "icedtea6-karmic-ia32-quick-shark",
+ "icedtea6-lucid-ia32-quick-zero",
+ "icedtea6-lucid-ia32-quick-cacao",
+ "icedtea6-lucid-ia32-quick-jamvm",
+ "icedtea6-lucid-ia32-quick-shark",
"icedtea6-squeeze-armv5tel-quick",
"icedtea6-squeeze-armv5tel-quick-cacao",
"icedtea6-squeeze-armv5tel-quick-jamvm",
@@ -97,7 +97,7 @@
treeStableTimer=60,
builderNames=["testrepo-squeeze-x86_64",
"testrepo-natty-armv7l",
- "testrepo-karmic-ia32",
+ "testrepo-lucid-ia32",
"testrepo-squeeze-armv5tel"]))
# Full scheduler for icedtea6 or icedtea7 branches.
@@ -224,9 +224,9 @@
'slavenames': ["natty-armv7l"],
'builddir': "testrepo_natty_armv7l",
'factory': f2 }
-testrepo_builder_karmic_ia32 = { 'name': "testrepo-karmic-ia32",
- 'slavenames': ["karmic-ia32"],
- 'builddir': "testrepo_karmic_ia32",
+testrepo_builder_lucid_ia32 = { 'name': "testrepo-lucid-ia32",
+ 'slavenames': ["lucid-ia32"],
+ 'builddir': "testrepo_lucid_ia32",
'factory': f2 }
testrepo_builder_squeeze_armv5tel = { 'name': "testrepo-squeeze-armv5tel",
'slavenames': ["squeeze-armv5tel"],
@@ -470,103 +470,103 @@
description="check-langtools",
workdir="build", timeout=2400))
-f3kz = factory.BuildFactory()
-f3kz.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
-f3kz.addStep(ShellCommand(command=["./autogen.sh"],
+f3lz = factory.BuildFactory()
+f3lz.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
+f3lz.addStep(ShellCommand(command=["./autogen.sh"],
workdir="src",
description="autogen"))
-f3kz.addStep(ShellCommand(command=["rm", "-rf", "build"],
+f3lz.addStep(ShellCommand(command=["rm", "-rf", "build"],
workdir=".",
description="clean build dir"))
-f3kz.addStep(Configure(command=["../src/configure",
+f3lz.addStep(Configure(command=["../src/configure",
"--disable-bootstrap",
"--with-parallel-jobs=5",
"--disable-docs",
"--with-hotspot-build",
"--enable-zero"],
workdir="build"))
-f3kz.addStep(Compile(workdir="build"))
-f3kz.addStep(JTRegCheck(command=["make", "check-hotspot"],
+f3lz.addStep(Compile(workdir="build"))
+f3lz.addStep(JTRegCheck(command=["make", "check-hotspot"],
description="check-hotspot",
workdir="build"))
-f3kz.addStep(JTRegCheck(command=["make", "check-langtools"],
+f3lz.addStep(JTRegCheck(command=["make", "check-langtools"],
description="check-langtools",
workdir="build", timeout=2400))
-f3ks = factory.BuildFactory()
-f3ks.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
-f3ks.addStep(ShellCommand(command=["./autogen.sh"],
+f3ls = factory.BuildFactory()
+f3ls.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
+f3ls.addStep(ShellCommand(command=["./autogen.sh"],
workdir="src",
description="autogen"))
-f3ks.addStep(ShellCommand(command=["rm", "-rf", "build"],
+f3ls.addStep(ShellCommand(command=["rm", "-rf", "build"],
workdir=".",
description="clean build dir"))
-f3ks.addStep(Configure(command=["../src/configure",
+f3ls.addStep(Configure(command=["../src/configure",
"--disable-bootstrap",
"--with-parallel-jobs=5",
"--disable-docs",
"--with-hotspot-build",
"--enable-shark"],
workdir="build"))
-f3ks.addStep(Compile(workdir="build"))
-f3ks.addStep(JTRegCheck(command=["make", "check-hotspot"],
+f3ls.addStep(Compile(workdir="build"))
+f3ls.addStep(JTRegCheck(command=["make", "check-hotspot"],
description="check-hotspot",
workdir="build"))
-f3ks.addStep(JTRegCheck(command=["make", "check-langtools"],
+f3ls.addStep(JTRegCheck(command=["make", "check-langtools"],
description="check-langtools",
workdir="build", timeout=2400))
-f3ks.addStep(JTRegCheck(command=["make", "check-jdk"],
+f3ls.addStep(JTRegCheck(command=["make", "check-jdk"],
description="check-jdk",
workdir="build", timeout=2400))
-f3kc = factory.BuildFactory()
-f3kc.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
-f3kc.addStep(ShellCommand(command=["./autogen.sh"],
+f3lc = factory.BuildFactory()
+f3lc.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
+f3lc.addStep(ShellCommand(command=["./autogen.sh"],
workdir="src",
description="autogen"))
-f3kc.addStep(ShellCommand(command=["rm", "-rf", "build"],
+f3lc.addStep(ShellCommand(command=["rm", "-rf", "build"],
workdir=".",
description="clean build dir"))
-f3kc.addStep(Configure(command=["../src/configure",
+f3lc.addStep(Configure(command=["../src/configure",
"--disable-bootstrap",
"--with-parallel-jobs=5",
"--disable-docs",
"--with-hotspot-build",
"--enable-cacao"],
workdir="build"))
-f3kc.addStep(Compile(workdir="build"))
-f3kc.addStep(JTRegCheck(command=["make", "check-hotspot"],
+f3lc.addStep(Compile(workdir="build"))
+f3lc.addStep(JTRegCheck(command=["make", "check-hotspot"],
description="check-hotspot",
workdir="build"))
-f3kc.addStep(JTRegCheck(command=["make", "check-langtools"],
+f3lc.addStep(JTRegCheck(command=["make", "check-langtools"],
description="check-langtools",
workdir="build", timeout=2400))
-f3kc.addStep(JTRegCheck(command=["make", "check-jdk"],
+f3lc.addStep(JTRegCheck(command=["make", "check-jdk"],
description="check-jdk",
workdir="build", timeout=2400))
-f3kj = factory.BuildFactory()
-f3kj.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
-f3kj.addStep(ShellCommand(command=["./autogen.sh"],
+f3lj = factory.BuildFactory()
+f3lj.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
+f3lj.addStep(ShellCommand(command=["./autogen.sh"],
workdir="src",
description="autogen"))
-f3kj.addStep(ShellCommand(command=["rm", "-rf", "build"],
+f3lj.addStep(ShellCommand(command=["rm", "-rf", "build"],
workdir=".",
description="clean build dir"))
-f3kj.addStep(Configure(command=["../src/configure",
+f3lj.addStep(Configure(command=["../src/configure",
"--enable-jamvm",
"--disable-bootstrap",
"--with-parallel-jobs=2",
"--disable-docs"],
workdir="build"))
-f3kj.addStep(Compile(workdir="build"))
-f3kj.addStep(JTRegCheck(command=["make", "check-hotspot"],
+f3lj.addStep(Compile(workdir="build"))
+f3lj.addStep(JTRegCheck(command=["make", "check-hotspot"],
description="check-hotspot",
workdir="build"))
-f3kj.addStep(JTRegCheck(command=["make", "check-langtools"],
+f3lj.addStep(JTRegCheck(command=["make", "check-langtools"],
description="check-langtools",
workdir="build", timeout=2400))
-f3kj.addStep(JTRegCheck(command=["make", "check-jdk"],
+f3lj.addStep(JTRegCheck(command=["make", "check-jdk"],
description="check-jdk",
workdir="build", timeout=2400))
@@ -703,26 +703,26 @@
'slavenames': ["natty-armv7l"],
'builddir': "icedtea6-natty-armv7l-quick-shark",
'factory': f3ans }
-icedtea6_builder_quick_ia32_karmic_shark = {
- 'name': "icedtea6-karmic-ia32-quick-shark",
- 'slavenames': ["karmic-ia32"],
- 'builddir': "icedtea6-karmic-ia32-quick-shark",
- 'factory': f3ks }
-icedtea6_builder_quick_ia32_karmic_cacao = {
- 'name': "icedtea6-karmic-ia32-quick-cacao",
- 'slavenames': ["karmic-ia32"],
- 'builddir': "icedtea6-karmic-ia32-quick-cacao",
- 'factory': f3kc }
-icedtea6_builder_quick_ia32_karmic_jamvm = {
- 'name': "icedtea6-karmic-ia32-quick-jamvm",
- 'slavenames': ["karmic-ia32"],
- 'builddir': "icedtea6-karmic-ia32-quick-jamvm",
- 'factory': f3kj }
-icedtea6_builder_quick_ia32_karmic_zero = {
- 'name': "icedtea6-karmic-ia32-quick-zero",
- 'slavenames': ["karmic-ia32"],
- 'builddir': "icedtea6-karmic-ia32-quick-zero",
- 'factory': f3kz }
+icedtea6_builder_quick_ia32_lucid_shark = {
+ 'name': "icedtea6-lucid-ia32-quick-shark",
+ 'slavenames': ["lucid-ia32"],
+ 'builddir': "icedtea6-lucid-ia32-quick-shark",
+ 'factory': f3ls }
+icedtea6_builder_quick_ia32_lucid_cacao = {
+ 'name': "icedtea6-lucid-ia32-quick-cacao",
+ 'slavenames': ["lucid-ia32"],
+ 'builddir': "icedtea6-lucid-ia32-quick-cacao",
+ 'factory': f3lc }
+icedtea6_builder_quick_ia32_lucid_jamvm = {
+ 'name': "icedtea6-lucid-ia32-quick-jamvm",
+ 'slavenames': ["lucid-ia32"],
+ 'builddir': "icedtea6-lucid-ia32-quick-jamvm",
+ 'factory': f3lj }
+icedtea6_builder_quick_ia32_lucid_zero = {
+ 'name': "icedtea6-lucid-ia32-quick-zero",
+ 'slavenames': ["lucid-ia32"],
+ 'builddir': "icedtea6-lucid-ia32-quick-zero",
+ 'factory': f3lz }
icedtea6_builder_quick_armv5tel_squeeze = {
'name': "icedtea6-squeeze-armv5tel-quick",
'slavenames': ["squeeze-armv5tel"],
@@ -804,10 +804,10 @@
icedtea6_builder_quick_arm_natty_cacao,
icedtea6_builder_quick_arm_natty_jamvm,
icedtea6_builder_quick_arm_natty_shark,
- icedtea6_builder_quick_ia32_karmic_shark,
- icedtea6_builder_quick_ia32_karmic_cacao,
- icedtea6_builder_quick_ia32_karmic_jamvm,
- icedtea6_builder_quick_ia32_karmic_zero,
+ icedtea6_builder_quick_ia32_lucid_shark,
+ icedtea6_builder_quick_ia32_lucid_cacao,
+ icedtea6_builder_quick_ia32_lucid_jamvm,
+ icedtea6_builder_quick_ia32_lucid_zero,
icedtea6_builder_quick_armv5tel_squeeze,
icedtea6_builder_quick_armv5tel_squeeze_cacao,
icedtea6_builder_quick_armv5tel_squeeze_jamvm,
@@ -822,7 +822,7 @@
icedtea_web_builder_natty_armv7l,
testrepo_builder_x86_64,
testrepo_builder_natty_armv7l,
- testrepo_builder_karmic_ia32,
+ testrepo_builder_lucid_ia32,
testrepo_builder_squeeze_armv5tel ]
####### STATUS TARGETS
More information about the distro-pkg-dev
mailing list