From 36f1856f0ccfa1b22641a16a3a3189da30a86636 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Mon, 12 Aug 2024 14:11:17 -0400 Subject: [PATCH] Enable Packit Signed-off-by: Michel Lind --- packit.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packit.yaml diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..187c12f --- /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/kdave/btrfs-progs +upstream_tag_template: v{version} +copy_upstream_release_description: false + +jobs: +- job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + +- job: koji_build + trigger: commit + allowed_committers: ['packit'] + dist_git_branches: + - fedora-rawhide