IRC bot that reports on Gerrit events
Go to file
Clark Boylan 738a671459 Update Gerrit bot to python3.11 on bookworm
This drops python3.8 and python3.10 testing focusing only on python3.11.
At the same time we bump the container image to python3.11 and bookworm.

The eventual goal here is to have opendev services on bookworm and
python3.11 so that we can drop docker image builds for bullseye and
older python versions.

Change-Id: I37b2ed3fafb3599db95730f3a9bbb90da95ff0e4
2023-09-19 10:58:24 -07:00
doc/source Support normal auth in gerritbot 2021-05-29 10:08:56 -07:00
gerritbot Merge "Add branch to all the remaining event messages" 2021-07-28 16:54:09 +00:00
.gitignore Add unit test framework and one unit test 2018-02-05 12:59:39 -08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:00 +00:00
.stestr.conf Add more unit tests including testing of Gerrit() class 2018-02-17 11:28:38 -08:00
.zuul.yaml Update Gerrit bot to python3.11 on bookworm 2023-09-19 10:58:24 -07:00
Dockerfile Update Gerrit bot to python3.11 on bookworm 2023-09-19 10:58:24 -07: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 openstack.org git:// URLs with https:// 2019-03-24 20:33:40 +00:00
gerritbot.init Install gerritbot to /usr/local/bin. 2012-07-31 14:06:48 -07:00
requirements.txt Pin to irc==18.0.0 2020-08-11 15:19:18 -07:00
setup.cfg Update Gerrit bot to python3.11 on bookworm 2023-09-19 10:58:24 -07:00
setup.py Update to modern pbr 2015-02-27 22:14:00 -05:00
test-requirements.txt Switch to stestr, declare Python 3.7 compatibility 2020-05-25 11:21:52 +02:00
tox.ini Update Gerrit bot to python3.11 on bookworm 2023-09-19 10:58:24 -07: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.