Syncs users and permissions from dist-git to bugzilla
Find a file
Pierre-Yves Chibon 94d17b2c05 Restructure the code
- Add an --env variable to change the environment used via the CLI
- Drop the ProductCache object
- Introduce the DistgitBugzillaSync object which allows dropping global
  variables to rely on attributes instead.
- Drop the pkgdb compatibility layer that was once introduced, pkgdb is
  no longer a thing and it's time to move on

This changes a little bit the order in which projects are updated, it
used to be by products first (Fedora, Fedora EPEL...) then package,
now it's the opposite: by package first then product.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2019-11-21 09:58:17 +01:00
distgit_bugzilla_sync Restructure the code 2019-11-21 09:58:17 +01:00
README.md add rudimentary README 2019-11-20 14:25:02 +01:00
requirements.txt require the correct python-bugzilla package 2019-11-20 16:07:58 +01:00
run-distgit-bugzilla-sync Restructure the code 2019-11-21 09:58:17 +01:00
setup.cfg appease flake8 2019-11-18 16:07:27 +01:00
setup.py move code to distgit_bugzilla_sync package 2019-11-19 17:25:35 +01:00
test_requirements.txt add setup.py and related files 2019-11-19 11:24:35 +01:00

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: