Syncs users and permissions from dist-git to bugzilla
While the script runs, we're keeping in memory a list of all the errors we have encountered and at the end of the run we send to the admins a report with all of them, categorized in a way that will hopefully make it easier to fix for them. We're also adding an option to preserve the function to send the report to the admins but disable sending the notifications to the users/packagers. This would be useful to start get an idea of the number of people who would have issues with the script. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr> |
||
---|---|---|
distgit_bugzilla_sync | ||
README.md | ||
requirements.txt | ||
run-distgit-bugzilla-sync | ||
setup.cfg | ||
setup.py | ||
test_requirements.txt |
Distgit-Bugzilla-Sync
The distgit-bugzilla-sync
tool retrieves information about package ownership from dist-git and
imports it into bugzilla.
History
The previous places this script could be found were:
-
As roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2, a script template in the Fedora Infrastructure Ansible repository:
https://infrastructure.fedoraproject.org/infra/ansible.git https://infrastructure.fedoraproject.org/cgit/ansible.git/
-
As utility/pkgdb-sync-bugzilla in the pkgdb2 source code repository: