From c4b4def0e649d33607ee249650268240b2fc45fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 5 Oct 2023 10:48:42 +0200 Subject: [PATCH] setup packit pull-from-upstream automation --- packit.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packit.yaml diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..52d320e --- /dev/null +++ b/packit.yaml @@ -0,0 +1,21 @@ +upstream_project_url: https://github.com/python-distro/distro +upstream_tag_template: v{version} +issue_repository: https://github.com/python-distro/distro +copy_upstream_release_description: false + +jobs: +- job: pull_from_upstream + trigger: release + dist_git_branches: + - rawhide + +- job: koji_build + trigger: commit + allowed_committers: ['packit'] + dist_git_branches: + - fedora-all + +- job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-all