Changes between Version 15 and Version 16 of CommitQueue
- Timestamp:
- Feb 18, 2010, 11:10:19 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitQueue
v15 v16 1 1 2 WebKit's commit-queue [wiki:" BugzillaTool" bugzilla-tool] command which is run on the commit server (maintained by Eric Seidel) and is an easy way for contributers without commit privileges to get their changes into WebKit.2 WebKit's commit-queue [wiki:"WebKitPatch" webkit-patch] command which is run on the commit server (maintained by Eric Seidel) and is an easy way for contributers without commit privileges to get their changes into WebKit. 3 3 4 4 == Commit Queue Process == 5 5 1. Contributer set "commit-queue=?" on their patch. 6 6 1. Committer sets "commit-queue=+" in response. 7 1. commit-queue polls bugzilla for the list of cq+'d patches, finding one it runs ` bugzilla-tool land-patches` on the bug in question.7 1. commit-queue polls bugzilla for the list of cq+'d patches, finding one it runs `webkit-patch land-from-bug` on the bug in question. 8 8 9 9 … … 19 19 === Q: Who can set commit-queue+ or review+? === 20 20 21 ` bugzilla-tool` validates that the flag setters are committers/reviewers using:21 `webkit-patch` validates that the flag setters are committers/reviewers using: 22 22 http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/modules/committers.py 23 23 … … 38 38 `commit-queue` bugs: https://bugs.webkit.org/buglist.cgi?quicksearch=commit-queue 39 39 40 ` bugzilla-tool` bugs: https://bugs.webkit.org/buglist.cgi?quicksearch=bugzilla-tool40 `webkit-patch` bugs: https://bugs.webkit.org/buglist.cgi?quicksearch=webkit-patch 41 41 42 42 … … 45 45 [http://webkit-commit-queue.appspot.com/ commit queue status] 46 46 47 ` bugzilla-toolbugs-to-commit` is how the commit-queue checks. That will print out any pending bugs.47 `webkit-patch bugs-to-commit` is how the commit-queue checks. That will print out any pending bugs. 48 48 49 49 50 50 === Q: What checks does commit-queue do before landing? === 51 51 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! :)52 Everything `webkit-patch land-from-bug` 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 … … 78 78 === Q: Can I run the commit-queue myself? === 79 79 80 Yes. Any committer could run the commit queue. ` bugzilla-toolcommit-queue` The commit queue is not designed to have more than one copy run at a time though.80 Yes. Any committer could run the commit queue. `webkit-patch commit-queue` The commit queue is not designed to have more than one copy run at a time though. 81 81 82 82 83 83 === Q: Does the commit-queue fix the "Reviewed by NOBODY" in any ChangeLogs in the patch? === 84 84 85 Yes ` bugzilla-tool` calls `svn-apply` which does. It sets the reviewer based on who marked the patch as r+. It also updates the date for the changelog entry.85 Yes `webkit-patch` calls `svn-apply` which does. It sets the reviewer based on who marked the patch as r+. It also updates the date for the changelog entry.