From: Jonathan Lebon Date: Wed, 7 Oct 2020 19:04:17 +0000 (-0400) Subject: ci: Make Packit ignore downstream patches X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~7^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ee632e4968e9f5aade3f0ace8ec90a84a45259b9;p=ostree.git ci: Make Packit ignore downstream patches We don't really carry "Fedora-only" patches in dist-git. So we want to nuke all the patches which exist there. Follow-up to #2210. --- diff --git a/.packit.yaml b/.packit.yaml index 0aec81ed..ebfe5648 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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"