From 3b139c97ee89d39ff1c9a9688886497469299839 Mon Sep 17 00:00:00 2001 From: Marco Fargetta Date: Thu, 2 Nov 2023 11:28:42 +0100 Subject: [PATCH] Add packit integration --- .packit.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..16a6fca --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,20 @@ +---- +downstream_package_name: jackson-core +specfile_path: jackson-core.spec +upstream_package_name: jackson-core +upstream_project_url: https://github.com/FasterXML/jackson-core +upstream_tag_template: jackson-core-{version} + +actions: + post-upstream-clone: + - "wget https://src.fedoraproject.org/rpms/jackson-core/raw/main/f/jackson-core.spec -O jackson-core.spec" + +jobs: +- job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-development + +# We cannot do koji_build/bodhi_update jobs yet as we need to use +# a side-tag and this is no supported yet. We can add them is this +# issue gets resolved: https://github.com/packit/packit/issues/1870