Skip to content

Commit

Permalink
packit: Drop targets list from COPR build
Browse files Browse the repository at this point in the history
Hardcoding this list is redundant and hard to change: changing the COPR
config and updating all our projects' packit.yml files needs to happen
in lockstep.

packit now learned to just read the configuration from an existing COPR
repository, so drop the target list entirely. See
packit/packit-service#1499
  • Loading branch information
martinpitt authored and marusak committed Oct 3, 2022
1 parent 882c293 commit b60206f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
owner: "@cockpit"
project: "cockpit-preview"
preserve_project: True
# HACK: hardcoding this list is redundant and hard to change; packit
# should just use the existing config for permanent COPRs;
# https://github.com/packit/packit-service/issues/1499
targets:
- fedora-36
- fedora-37
- centos-stream-8-x86_64
- centos-stream-9-x86_64
actions:
post-upstream-clone: make cockpit-podman.spec
# HACK: tarball for releases (copr_build, koji, etc.), copying spec's Source0; this
Expand Down

0 comments on commit b60206f

Please sign in to comment.