From 006d18993bf5b8f3508ab00f7de59cc6417271e3 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 20 Nov 2019 13:47:40 +0100 Subject: [PATCH] add rudimentary README Signed-off-by: Nils Philippsen --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..048444d --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +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: + + https://github.com/fedora-infra/pkgdb2