diff options
author | John Wiegley <johnw@newartisans.com> | 2007-06-08 05:00:46 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:39:08 -0400 |
commit | b9f29dad3abf2f183be033a3942c374f535630dc (patch) | |
tree | bc3ab1dc36ca5e81ef7f646a1aa28b7a9aecbd8b | |
parent | b7b4c079266e0e9ef18dbe006a4a135643cf890b (diff) | |
download | fork-ledger-b9f29dad3abf2f183be033a3942c374f535630dc.tar.gz fork-ledger-b9f29dad3abf2f183be033a3942c374f535630dc.tar.bz2 fork-ledger-b9f29dad3abf2f183be033a3942c374f535630dc.zip |
r387@user1022: johnw | 2007-06-08 01:00:41 -0400
Changed comment
-rwxr-xr-x | buildbot.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot.cfg b/buildbot.cfg index 506b8f50..4c1c5aff 100755 --- a/buildbot.cfg +++ b/buildbot.cfg @@ -6,7 +6,7 @@ from buildbot.process.factory import GNUAutoconf, s from buildbot.status import html, mail, words from buildbot import scheduler, locks -# This is a list of everyone who has volunteered to build Ledger +# This is a list of everyone who has volunteered to run a Ledger buildbot slaves = [ (("johnw-ppc", "XXXXXXXX"), "darwin-ppc"), (("johnw-x86", "XXXXXXXX"), "darwin-x86") |