Skip to content

Commit

Permalink
Add Packit integration
Browse files Browse the repository at this point in the history
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 ostreedev#2155 out to unblock
coreos/rpm-ostree#2170.
  • Loading branch information
jlebon committed Oct 6, 2020
1 parent 9f98aa9 commit 939e470
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# build into f32-coreos-continuous on every commit to master
jobs:
- job: production_build
trigger: commit
metadata:
branch: master
targets: f32-coreos-continuous
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"

0 comments on commit 939e470

Please sign in to comment.