IRC bot that reports on Gerrit events
Go to file
Tristan Cacqueray 2240fc3450 Add _get_username method to discover username
This change mitigate this exception:
  File "gerritbot/bot.py", line 154, in change_created
    data['patchSet']['uploader']['name'],
KeyError: 'name'

Change-Id: Ia1f394d6ff0e158df16461cf3150761f6ec12f29
2017-03-15 02:09:49 +00:00
doc/source Cleaning up index.rst file 2014-07-21 08:29:05 +02:00
gerritbot Add _get_username method to discover username 2017-03-15 02:09:49 +00:00
.gitignore Force SSL Configuration Parameter 2014-05-23 08:39:55 -05:00
.gitreview Updated .gitreview location 2012-12-16 10:40:29 -08:00
LICENSE Add Apache 2 license file. 2012-08-02 16:37:04 -07:00
MANIFEST.in Migrate to pbr. 2013-06-02 10:37:00 -04:00
README.rst Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:16 +00:00
gerritbot.init Install gerritbot to /usr/local/bin. 2012-07-31 14:06:48 -07:00
requirements.txt Add gerrit stream over MQTT support to gerritbot 2016-08-11 17:32:07 -04:00
setup.cfg Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:16 +00:00
setup.py Update to modern pbr 2015-02-27 22:14:00 -05:00
test-requirements.txt Update to modern pbr 2015-02-27 22:14:00 -05:00
tox.ini Renamed requirements files to standard names. 2013-06-02 11:20:42 -04:00

README.rst

GerritBot

Gerritbot is an IRC bot that will notify IRC channels of Gerrit events.

To install:

$ sudo python setup.py install

Online documentation:

Developers

Report bugs:

Browse code:

Clone:

Submit patches via Gerrit at:

More details on how you can contribute is available on our wiki at:

License

Copyright 2011 OpenStack, LLC Copyright 2012-2013 Hewlett-Packard Development Company, L.P.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.