From 24f5061532403418be50d2bd802f65fab0e5c38d Mon Sep 17 00:00:00 2001 From: Marco Fargetta Date: Nov 02 2023 10:36:28 +0000 Subject: Add packit integration --- diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..5ed400e --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,20 @@ +---- +downstream_package_name: jackson-databind +specfile_path: jackson-databind.spec +upstream_package_name: jackson-databind +upstream_project_url: https://github.com/FasterXML/jackson-databind +upstream_tag_template: jackson-databind-{version} + +actions: + post-upstream-clone: + - "wget https://src.fedoraproject.org/rpms/jackson-databind/raw/main/f/jackson-databind.spec -O jackson-databind.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