Changes between Version 4 and Version 5 of CommitQueue


Ignore:
Timestamp:
Aug 13, 2009 4:08:33 PM (15 years ago)
Author:
eric@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommitQueue

    v4 v5  
    22
    33WebKit'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
    45
    56=== Q: What do the commit-queue states mean? ===
     
    4445Set "commit-queue=?".  A committer can set it to commit-queue+
    4546
     47
    4648=== Q: What does cq+ mean? ===
    4749
    4850Some 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
     55Yes.  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.