From 20269dc8f6e183513211a348de09ce72f3f95509 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Feb 26 2024 21:57:01 +0000 Subject: Add packit configuration for package updates --- diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..d22c999 --- /dev/null +++ b/packit.yaml @@ -0,0 +1,24 @@ +upstream_project_url: https://github.com/pypa/trove-classifiers +copy_upstream_release_description: false +create_sync_note: false +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + - epel-9 + actions: + commit-message: + - bash -c 'echo "Update to ${PACKIT_PROJECT_VERSION}"' + - bash -c '[ -z "$PACKIT_RESOLVED_BUGS" ] || echo ${PACKIT_RESOLVED_BUGS} | tr " " "\n" | sed "s/^/- Resolves /"' + changelog-entry: + - bash -c 'echo "- Update to ${PACKIT_PROJECT_VERSION}"' + - bash -c '[ -z "$PACKIT_RESOLVED_BUGS" ] || echo ${PACKIT_RESOLVED_BUGS} | tr " " "\n" | sed "s/^/- Resolves /"' + + - job: koji_build + trigger: commit + allowed_committers: + - packit + dist_git_branches: + - fedora-all + - epel-9