From c0fef65294677447f7b50795d63ad24c7b0a7be1 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 14 Sep 2023 10:27:27 +0200 Subject: [PATCH] automation: Add Packit configuration Would allow us to automate the fedora release --- .packit.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .packit.yml diff --git a/.packit.yml b/.packit.yml new file mode 100644 index 0000000..9ab9bcb --- /dev/null +++ b/.packit.yml @@ -0,0 +1,24 @@ +downstream_package_name: libmks +actions: + post-upstream-clone: + - "wget https://src.fedoraproject.org/rpms/libmks/blob/rawhide/f/libmks.spec -O libmks.spec" +specfile_path: libmks.spec +files_to_sync: + - .packit.yml + - libmks.spec + +jobs: + - job: propose_downstream + trigger: release + dist_git_branches: + - fedora-39 + - fedora-rawhide + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-39 + - fedora-rawhide + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-branched # rawhide updates are created automatically \ No newline at end of file