Title: [87176] trunk/Tools
Revision
87176
Author
[email protected]
Date
2011-05-24 11:46:55 -0700 (Tue, 24 May 2011)

Log Message

Don't allow forcing builds through the build.webkit.org web interface

Someone has been forcing bogus builds.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (87175 => 87176)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-05-24 18:39:04 UTC (rev 87175)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-05-24 18:46:55 UTC (rev 87176)
@@ -591,8 +591,8 @@
 
 # permissions for WebStatus
 authz = Authz(
-    forceBuild=True,
-    forceAllBuilds=True,
+    forceBuild=False,
+    forceAllBuilds=False,
     pingBuilder=True,
     gracefulShutdown=False,
     stopBuild=True,

Modified: trunk/Tools/ChangeLog (87175 => 87176)


--- trunk/Tools/ChangeLog	2011-05-24 18:39:04 UTC (rev 87175)
+++ trunk/Tools/ChangeLog	2011-05-24 18:46:55 UTC (rev 87176)
@@ -1,3 +1,11 @@
+2011-05-24  Adam Roben  <[email protected]>
+
+        Don't allow forcing builds through the build.webkit.org web interface
+
+        Someone has been forcing bogus builds.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+
 2011-05-24  Qi Zhang  <[email protected]>
 
         Reviewed by Adam Roben.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to