From 2fc0dd23c078955b5194ed8fb6a57df8b25611d3 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Jun 12 2024 09:25:35 +0000 Subject: Add basic packit config Only for rawhide for now for testing purposes. Can add more branches later. --- diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..ea21921 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,18 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +upstream_project_url: https://github.com/systemd/mkosi +upstream_tag_template: v{version} +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-rawhide + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-rawhide