From 1562f3668ae89a86cfee0c5b60b9fd9f4fa79bcb Mon Sep 17 00:00:00 2001 From: HuijingHei Date: Mon, 8 Apr 2024 17:16:23 +0800 Subject: [PATCH] packit: add initial support --- .packit.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 00000000..96f4ba5d --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,37 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ +actions: + changelog-entry: + - bash -c 'echo "- New upstream release"' + post-upstream-clone: + - wget https://src.fedoraproject.org/rpms/rust-zincati/raw/rawhide/f/rust-zincati.spec + +specfile_path: rust-zincati.spec +downstream_package_name: rust-zincati +upstream_package_name: zincati +upstream_tag_template: v{version} +# add or remove files that should be synced +files_to_sync: + - rust-zincati.spec + - .packit.yaml + +jobs: + +- job: propose_downstream + trigger: release + # https://packit.dev/docs/configuration#aliases + dist_git_branches: + - fedora-development + - fedora-latest-stable + +- job: koji_build + trigger: commit + dist_git_branches: + - fedora-development + - fedora-latest-stable + +- job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-development + - fedora-latest-stable