Changes between Version 4 and Version 5 of CommitQueue
- Timestamp:
- Aug 13, 2009, 4:08:33 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitQueue
v4 v5 2 2 3 3 WebKit's commit-queue is a small shell-script wrapper around [wiki:"BugzillaTool" bugzilla-tool]. It wakes up every 10 minutes and tries to land all patches in the commit-queue using `bugzilla-tool land-patches`. 4 4 5 5 6 === Q: What do the commit-queue states mean? === … … 44 45 Set "commit-queue=?". A committer can set it to commit-queue+ 45 46 47 46 48 === Q: What does cq+ mean? === 47 49 48 50 Some of us have been shortening commit-queue to "cq" when typing, so cq+ is "commit-queue=+". Similar to how r+ is "review=+". 51 52 53 === Q: Can I run the commit-queue myself? === 54 55 Yes. Any committer could run the commit queue. The wrapper process which Adam Barth and Eric Seidel have been using will soon be in SVN: https://bugs.webkit.org/show_bug.cgi?id=28040.