[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r191: Typo.

Jeff Licquia licquia at linuxfoundation.org
Tue Jan 31 22:30:41 UTC 2012


------------------------------------------------------------
revno: 191
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Tue 2012-01-31 17:30:41 -0500
message:
  Typo.
modified:
  lsb_master.cfg
-------------- next part --------------
=== modified file 'lsb_master.cfg'
--- a/lsb_master.cfg	2012-01-31 22:24:47 +0000
+++ b/lsb_master.cfg	2012-01-31 22:30:41 +0000
@@ -213,7 +213,7 @@
 slave_password_file = open("/opt/buildbot/slave_pwds")
 for line in slave_password_file:
     (user, pw) = line.strip().split(":")
-    c['slaves'].append(BuildSlave(user, pw)
+    c['slaves'].append(BuildSlave(user, pw))
 
 # to limit to two concurrent builds on a slave, use
 #  c['slaves'] = [BuildSlave("bot1name", "bot1passwd", max_builds=2)]



More information about the lsb-messages mailing list