diff options
-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") |