/hg/buildbot: Add Fedora15&16 x86 slave configuration stanzas.
vanaltj at icedtea.classpath.org
vanaltj at icedtea.classpath.org
Thu Nov 10 08:42:02 PST 2011
changeset f01ccf3f2780 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=f01ccf3f2780
author: Jon VanAlten <jon.vanalten at redhat.com>
date: Thu Nov 10 11:14:54 2011 -0500
Add Fedora15&16 x86 slave configuration stanzas.
diffstat:
icedtea/master.cfg | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r afcfe8947eac -r f01ccf3f2780 icedtea/master.cfg
--- a/icedtea/master.cfg Thu Nov 10 12:59:53 2011 +0100
+++ b/icedtea/master.cfg Thu Nov 10 11:14:54 2011 -0500
@@ -42,6 +42,12 @@
max_builds=1),
BuildSlave("squeeze-armv5tel",
getpw("squeeze-armv5tel"),
+ max_builds=1),
+ BuildSlave("fedora16-x86",
+ getpw("vanaltj"),
+ max_builds=1),
+ BuildSlave("fedora15-x86",
+ getpw("vanaltj"),
max_builds=1)]
c['slavePortnum'] = 9989
More information about the distro-pkg-dev
mailing list