From 5c31ae7fbb4f5b2afd9828e3f59ae207f7c95bbf Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Tue, 14 Feb 2023 08:11:39 +0000 Subject: [PATCH] Enable Packit koji_build and bodhi_update for man-pages This will automatically create build and bodhi update for Fedora rawhide and development branch (the one that is not rawhide anymore but still not released) --- .packit.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..d946fbb --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,21 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: man-pages.spec + + +# name in upstream package repository or registry (e.g. in PyPI) +upstream_package_name: man-pages +# downstream (Fedora) RPM package name +downstream_package_name: man-pages + +jobs: + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-all + + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-stable # rawhide updates are created automatically