Skip to content

Commit

Permalink
Merge pull request #2212 from jlebon/pr/packit-tweak
Browse files Browse the repository at this point in the history
ci: Make Packit ignore downstream patches
  • Loading branch information
openshift-merge-robot authored Oct 7, 2020
2 parents 8eb2d5f + ee632e4 commit cc1c26f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ jobs:
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"
post-upstream-clone:
- "wget https://src.fedoraproject.org/rpms/ostree/raw/master/f/ostree.spec"
# we don't want any downstream patches
- "sed -ie 's/^Patch/# Patch/g' ostree.spec"

0 comments on commit cc1c26f

Please sign in to comment.