Changes between Version 12 and Version 13 of CommitQueue
- Timestamp:
- Sep 16, 2009, 5:00:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitQueue
v12 v13 19 19 === Q: Who can set commit-queue+ or review+? === 20 20 21 bugzilla-toolvalidates that the flag setters are committers/reviewers using:21 `bugzilla-tool` validates that the flag setters are committers/reviewers using: 22 22 http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/modules/committers.py 23 23 … … 50 50 === Q: What checks does commit-queue do before landing? === 51 51 52 Everything "bugzilla-tool land-patches" does. Which is build (on Mac) and then run-webkit-tests. The commit-queue also checks http://build.webkit.org/ to make sure that all of the Leopard and Windows builders are green. If you would like it to do more, please file bugs and post patches to bugzilla-tool! :)52 Everything `bugzilla-tool land-patches` does. Which is `build-webkit` (on Mac) and then `run-webkit-tests`. The commit-queue also checks http://build.webkit.org/ to make sure that all of the Leopard and Windows builders are green. If you would like it to do more, please file bugs and post patches to `bugzilla-too`l! :) 53 53 54 54