> Patch 4 is the travis job: it calls the previous script. To respect travis > time > limit timeout, each script is limited to <10min. If any commit were > generated, they are pushed to my gh-repo
Initially I wanted to use git format-patch/send-email to send to the list as a series but it seems too verbose and Travis doesn't seem to allow to send mails. Another possibility is to send to a S3 bucket or gh-page. The push-to-repo way involves deploy ssh key but is easier to manage with regular git commands, I can fetch this repo and cherry-pick/rework/amend commits. I also plan to add Marc-André Lureau clang-tidy work: http://lists.nongnu.org/archive/html/qemu-devel/2017-06/msg05034.html