From 135675243addec680b88f47c9a1e34b175fde6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 7 May 2021 16:37:56 +0200 Subject: [PATCH] packit: update for F34, rawhide branch & master rename --- .packit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index ebfe5648..1f2e8128 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,14 +1,14 @@ -# build into f32-coreos-continuous on every commit to master +# build into f34-coreos-continuous on every commit to main jobs: - job: production_build trigger: commit metadata: branch: master - targets: f32-coreos-continuous + 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/master/f/ostree.spec" + - "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"