From 9c51aa309003cdad60915622cdec9e2068072a43 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Sat, 3 Oct 2020 11:23:49 -0400 Subject: [PATCH] Add Packit integration This is a basic `.packit.yaml` integration file which will allow us have continuous builds of OSTree in cosa and upstream CI. If things go well, we'll likely deploy this in other build tools like rpm-ostree. Prompted by wanting to get #2155 out to unblock https://github.com/coreos/rpm-ostree/pull/2170. --- .packit.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 00000000..0aec81ed --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,11 @@ +# build into f32-coreos-continuous on every commit to master +jobs: + - job: production_build + trigger: commit + metadata: + branch: master + targets: f32-coreos-continuous +specfile_path: ostree.spec +actions: + # https://packit.dev/faq/#how-can-i-download-rpm-spec-file-if-it-is-not-part-of-upstream-repository + post-upstream-clone: "wget https://src.fedoraproject.org/rpms/ostree/raw/master/f/ostree.spec"