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