]> git.ipfire.org Git - thirdparty/babel.git/commit
Add rultor configuration
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Tue, 4 Aug 2015 14:32:16 +0000 (16:32 +0200)
committerErick Wilder <erickwilder@gmail.com>
Thu, 6 Aug 2015 21:07:15 +0000 (18:07 -0300)
commit233fe27f72fd330b6cb2ceae6de28daec9b8cf99
tree8c95ebd7f3c03412ffbc5c5f9aba8b61fc3fe4d0
parent4c4d7821d94838f0b4da743730c194bb6c28233f
Add rultor configuration

This allows merging via github comments. The comment `@rultor merge`
will execute the script (which currently doesn't do anything) and if it
succeeds will perform the merge.

I plan to use rultor later for:
 * Automatic deployment to PyPI (development releases directly from
   master, we do this already in coala, see
   https://github.com/coala-analyzer/coala/blob/master/.rultor.yml)
 * Automatic releasing with deployment to PyPI.
 * Veryfy that all CI services pass before merging (see
   https://github.com/yegor256/rultor/issues/869)

With this any manual pushes to master are disallowed, all pushes to
master have to be validated by continuous integration and reviewed by a
non-committer.
.rultor.yml [new file with mode: 0644]