packit: update for F34, rawhide branch & master rename
authorTimothée Ravier <travier@redhat.com>
Fri, 7 May 2021 14:37:56 +0000 (16:37 +0200)
committerTimothée Ravier <travier@redhat.com>
Fri, 7 May 2021 14:54:57 +0000 (16:54 +0200)
.packit.yaml

index ebfe564886351a831c70078e7477a0b170b3252c..1f2e8128e3bb8bf7673ae2f14d4ea9b66625e207 100644 (file)
@@ -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"