Commit graph

11 commits

Author SHA1 Message Date
8f820ec654 Add Koji builds check
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2025-03-07 18:03:46 +01:00
166e649095
Update list of dependencies required
`click` and `python-bugzilla` also need to be installed

Also add a `Pipfile` with these requirements added, since the
`README.md` recommends using `pipenv shell` and that is the preferred
dependency format over `requirements.txt`, and add `Pipfile.lock` and
`__pycache__` to `.gitignore`.

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
2023-07-31 10:58:46 -05:00
1f985f0feb Add check on Fedora Discussion
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2023-05-02 17:40:12 +02:00
48cbe7f4f9 Update README
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2023-04-22 14:57:15 +02:00
153945a54d Update README 2022-09-12 09:15:42 +02:00
Ben Cotton
4670e41842 Correct the user option in fkinit
-m is not a supported option

Signed-off-by: Ben Cotton <bcotton@fedoraproject.org>
2022-08-09 09:20:27 -04:00
3f26fdb5f7 Update README
Signed-off-by: Mattia Verga <mattia.verga@proton.me>
2022-08-08 18:15:01 +02:00
c630c69aac Update readme
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
2022-04-15 11:30:16 +02:00
7801123cfa Docs corrections
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
2022-03-12 10:07:18 +01:00
42dad2123d Do not blindly rely on datagrepper
Datagrepper user filter reports activity **related to** a user,
not only activity **made by** a user.
Therefore I've changed the code to use datagrepper only for Bodhi
activity, which can be checked against the `agent` field in the message.
To check Bugzilla activity we query BZ directly and look at comments
made by the user. We assume one of the user emails set in fasjson
is the same as the one of the BZ account.

Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
2022-02-16 20:35:01 +01:00
d6212dbe91 Initial push 2022-02-13 14:00:00 +01:00