Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1013:c1d1edc8331c
Date: 2016-07-30 12:26 +0200
http://bitbucket.org/pypy/buildbot/changeset/c1d1edc8331c/

Log:    add comment

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -26,6 +26,8 @@
 
 authz_cfg = authz.Authz(pingBuilder=False, forceBuild=True, 
forceAllBuilds=True,
                         stopBuild=True, stopAllBuilds=True, 
cancelPendingBuild=True)
+# xxx could maybe also say 'default_action=True' instead of all the
+# '*=True' in the line above
 status = WebStatus(httpPortNumber, authz=authz_cfg)
 ircbot = IRC(host="irc.freenode.org",
              nick="bbot2",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to