[Scummvm-cvs-logs] SF.net SVN: scummvm:[47271] buildbot/config/master.cfg

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jan 12 19:48:47 CET 2010


Revision: 47271
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47271&view=rev
Author:   fingolfin
Date:     2010-01-12 18:48:47 +0000 (Tue, 12 Jan 2010)

Log Message:
-----------
Buildbot: Enabled 'force build' button with password auth

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2010-01-12 18:46:42 UTC (rev 47270)
+++ buildbot/config/master.cfg	2010-01-12 18:48:47 UTC (rev 47271)
@@ -689,9 +689,16 @@
 
 c["status"] = []
 
-from buildbot.status import html, client
+from buildbot.status.html import WebStatus
+from buildbot.status.web.auth import HTPasswdAuth
+htfile = '/var/lib/buildbot/master/scumm_htpasswd'
 
-c["status"].append(html.WebStatus("tcp:8010:interface=127.0.0.1"))
+c["status"].append(
+		WebStatus(http_port = "tcp:8010:interface=127.0.0.1",
+			allowForce = True,
+			auth = HTPasswdAuth('/var/lib/buildbot/master/scumm_htpasswd')
+		)
+	)
 
 if scumm_testenv:
 	irc = scumm.IRC("irc.freenode.org", "svmbb",


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list