From 1c6e1bac630beebc931d36ad5b0733b08d62aef0 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 12 Apr 2023 11:08:18 +0200 Subject: [PATCH] Add packit config --- packit.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packit.yaml diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..c39c626 --- /dev/null +++ b/packit.yaml @@ -0,0 +1,22 @@ +upstream_project_url: https://github.com/candlepin/subscription-manager +srpm_build_deps: + - tito +actions: + create-archive: + - tito build -o . --tgz + - bash -c "ls -1 ./subscription-manager-*.tar.gz" +files_to_sync: + - subscription-manager.spec +jobs: + - job: propose_downstream + trigger: release + dist_git_branches: + - fedora-all + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-all + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-stable