summaryrefslogtreecommitdiff
path: root/.packit.yaml
blob: 857d6ec4b047f37b848215e42f24dd476c8e369a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# build into f34-coreos-continuous on every commit to main
jobs:
    - job: production_build
      trigger: commit
      metadata:
          branch: main
          targets: f34-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/rawhide/f/ostree.spec"
        # we don't want any downstream patches
        - "sed -ie 's/^Patch/# Patch/g' ostree.spec"