/hg/buildbot: Make the Icedtea 7 builders build the icedtea7 bra...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Tue Aug 2 10:37:46 PDT 2011
changeset 7c62f6d0b732 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=7c62f6d0b732
author: Xerxes R?nby <xerxes at zafena.se>
date: Tue Aug 02 19:28:28 2011 +0200
Make the Icedtea 7 builders build the icedtea7 branch.
diffstat:
icedtea/master.cfg | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 72b7c9af032c -r 7c62f6d0b732 icedtea/master.cfg
--- a/icedtea/master.cfg Tue Aug 02 19:22:02 2011 +0200
+++ b/icedtea/master.cfg Tue Aug 02 19:28:28 2011 +0200
@@ -52,7 +52,7 @@
from buildbot.scheduler import Scheduler
c['schedulers'] = []
-# "Quick" schedulers for icedtea6 and 7 (branch called "icedtea")
+# "Quick" schedulers for icedtea6 and 7
# Schedules a quick build (no jdk-check, no documentation)
# after waiting 5 minutes for any more changes. Should finish in less
# than an hour.
@@ -77,7 +77,7 @@
"icedtea6-squeeze-armv5tel-quick-shark"]
))
-c['schedulers'].append(Scheduler(name="icedtea7-quick", branch="icedtea",
+c['schedulers'].append(Scheduler(name="icedtea7-quick", branch="icedtea7",
treeStableTimer=5*60,
builderNames=["icedtea7-squeeze-x86_64-quick",
"icedtea7-squeeze-armv5tel-quick",
@@ -100,7 +100,7 @@
"testrepo-jaunty-ia32",
"testrepo-squeeze-armv5tel"]))
-# Full scheduler for icedtea6 or icedtea (icedtea7) branches.
+# Full scheduler for icedtea6 or icedtea7 branches.
# Triggers every 8 hours if there were changes. Schedules a full build
# that includes documentation and jdk-check. Takes multiple hours.
# The trigger times are shifted 4 hours to minimize overlap.
@@ -110,7 +110,7 @@
hour=range(0, 24, 8),
minute=38,
builderNames=["icedtea6-squeeze-x86_64-full"]))
-c['schedulers'].append(Nightly(name="icedtea7-full", branch="icedtea",
+c['schedulers'].append(Nightly(name="icedtea7-full", branch="icedtea7",
onlyIfChanged=True,
hour=range(4, 24, 8),
minute=8,
More information about the distro-pkg-dev
mailing list