From 7f83e0758c05709922409f9378eeee60241929d0 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Wed, 18 Oct 2023 18:10:16 +0300 Subject: [PATCH] build: Add Packit config --- .packit.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..484d31a --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,23 @@ +copy_upstream_release_description: false +upstream_project_url: https://github.com/ubuntu/gnome-shell-extension-appindicator +upstream_tag_template: v{version} + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-development + + - job: koji_build + trigger: commit + allowed_pr_authors: ["atim","jwrdegoede"] + allowed_committers: ["atim","jwrdegoede"] + dist_git_branches: + - fedora-all + - epel-9 + + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-branched + - epel-9