/hg/buildbot: Fix naming; should be -shark not quick-shark
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Sat Apr 19 17:33:20 UTC 2014
changeset 53aff698b341 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=53aff698b341
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Sat Apr 19 18:33:11 2014 +0100
Fix naming; should be -shark not quick-shark
diffstat:
icedtea/master.cfg | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 9470f0df7040 -r 53aff698b341 icedtea/master.cfg
--- a/icedtea/master.cfg Sat Apr 19 11:25:41 2014 +0200
+++ b/icedtea/master.cfg Sat Apr 19 18:33:11 2014 +0100
@@ -69,7 +69,7 @@
c['schedulers'].append(Scheduler(name="icedtea6-quick", branch="icedtea6",
treeStableTimer=5*60,
builderNames=["icedtea6-wheezy-x86_64-quick",
- "icedtea6-wheezy-x86_64-quick-shark",
+ "icedtea6-wheezy-x86_64-shark",
"icedtea6-f16-x86",
"icedtea6-natty-armv7l-quick",
"icedtea6-natty-armv7l-quick-cacao",
@@ -373,7 +373,7 @@
description="check-langtools",
workdir="build"))
-#icedtea6-squeeze-x86_64-quick-shark
+#icedtea6-squeeze-x86_64-shark
f3s6 = factory.BuildFactory()
f3s6.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
f3s6.addStep(ShellCommand(command=["./autogen.sh"],
@@ -914,7 +914,7 @@
'builddir': "icedtea6-quick",
'factory': f3q6 }
icedtea6_builder_shark = {
- 'name': "icedtea6-wheezy-x86_64-quick-shark",
+ 'name': "icedtea6-wheezy-x86_64-shark",
'slavenames': ["squeeze-x86_64"],
'builddir': "icedtea6-shark",
'factory': f3s6 }
More information about the distro-pkg-dev
mailing list