[webkit-dev] commit-queue Documentation
Eric Seidel
eric at webkit.org
Thu Aug 13 16:09:36 PDT 2009
Adam Barth announced last week that he'd wrapped bugzilla-tool in a
shell-script and created the commit-queue. We're now running this queue
every day, but not overnight yet.
The commit-queue script is super-simple. It wakes up every 10 minutes and
runs:
bugzilla-tool bugs-to-commit | xargs -n1 bugzilla-tool land-patches
--force-clean --commit-queue --quiet
(see https://bugs.webkit.org/show_bug.cgi?id=28040)
I've made an attempt at answering some of the commit-queue questions which
came up today:
https://trac.webkit.org/wiki/CommitQueue
If folks have more questions/suggestions, I'd love to hear them. :)
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090813/b3d81fa8/attachment.html>
More information about the webkit-dev
mailing list