From 6b659f1e74046547beb2cb80ddd6a3cb4705b0f0 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 15 Jul 2022 14:29:07 +0200 Subject: [PATCH] packit.yml: drop deprecated metadata key The packit docs no longer mention the metadata key as required. https://packit.dev/docs/configuration/#supported-jobs --- packit.yaml | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/packit.yaml b/packit.yaml index bcba1b0..3fd4283 100644 --- a/packit.yaml +++ b/packit.yaml @@ -23,8 +23,7 @@ actions: jobs: - job: tests trigger: pull_request - metadata: - targets: + targets: - fedora-all - centos-stream-8 - centos-stream-9 @@ -32,30 +31,26 @@ jobs: # Build releases in COPR: https://packit.dev/docs/configuration/#copr_build #- job: copr_build # trigger: release - # metadata: - # owner: your_copr_login - # project: your_copr_project - # preserve_project: True - # targets: - # - fedora-all - # - centos-stream-9-x86_64 + # owner: your_copr_login + # project: your_copr_project + # preserve_project: True + # targets: + # - fedora-all + # - centos-stream-9-x86_64 # Build releases in Fedora: https://packit.dev/docs/configuration/#propose_downstream #- job: propose_downstream # trigger: release - # metadata: - # dist_git_branches: - # - fedora-all + # dist_git_branches: + # - fedora-all #- job: koji_build # trigger: commit - # metadata: - # dist_git_branches: - # - fedora-all + # dist_git_branches: + # - fedora-all #- job: bodhi_update # trigger: commit - # metadata: - # dist_git_branches: - # # rawhide updates are created automatically - # - fedora-branched + # dist_git_branches: + # # rawhide updates are created automatically + # - fedora-branched