Clark Boylan bc2448199a Allow GerritBot to talk on multiple channels.
Fixes bug #1020987

Update GerritBot with the ability to talk on multiple channels. This
way a single GerritBot instance can operate in multiple channels for
multiple projects. To make this work this change introduces a new
channel configuration file (yaml) for GerritBot that specifies each
channel that GerritBot should join and the changes that channel is
interested in.

The config should look something like:
channel-foo:
    events:
      - patchset-created
      - change-merged
    projects:
      - test/bar
      - test/foo
    branches:
      - master

Change-Id: I8e278f9be5182611981a3d912cc323bd3d386fc5
2012-07-05 15:02:25 -07:00
..
2012-06-14 11:03:22 -07:00
2012-06-05 22:59:46 +00:00
2011-07-31 10:26:19 -07:00
2012-06-05 22:59:46 +00:00
2012-06-05 22:59:46 +00:00
2012-07-05 12:14:36 -07:00
2012-06-05 22:59:46 +00:00
2012-02-06 16:32:34 +00:00
2012-07-01 11:24:48 -04:00
2012-06-05 22:59:46 +00:00
2012-06-27 10:12:53 -07:00
2012-05-31 20:56:35 +00:00