Skip to content

Commit

Permalink
fix: update packit configuration
Browse files Browse the repository at this point in the history
Update packit configuration to generate fedora, fedora-eln, centos
and rhel packages.

Add configuration to be able to propose downstream PR
for Fedora dist-git.

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Mar 18, 2024
1 parent 9a2d78e commit 14ca4f7
Showing 1 changed file with 42 additions and 23 deletions.
65 changes: 42 additions & 23 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,54 @@ jobs:
job: copr_build
trigger: pull_request
targets:
- fedora-latest
- fedora-latest-aarch64
- fedora-latest-powerpc64le
- fedora-latest-s390x
- fedora-development
- fedora-development-aarch64
- fedora-development-powerpc64le
- fedora-development-s390x
- fedora-eln
- fedora-eln-aarch64
- fedora-eln-powerpc64le
- fedora-eln-s390x
- centos-stream-9
- centos-stream-9-aarch64
- centos-stream-9-powerpc64le
- centos-stream-9-s390x
- rhel-9
- rhel-9-aarch64
- rhel-9-powerpc64le
- rhel-9-s390x
fedora-latest: {}
fedora-latest-aarch64: {}
fedora-latest-powerpc64le: {}
fedora-latest-s390x: {}
fedora-development: {}
fedora-development-aarch64: {}
fedora-development-powerpc64le: {}
fedora-development-s390x: {}
fedora-eln:
additional_repos:
- https://kojipkgs.fedoraproject.org/repos/eln-build/latest/$basearch/
fedora-eln-aarch64:
additional_repos:
- https://kojipkgs.fedoraproject.org/repos/eln-build/latest/$basearch/
fedora-eln-powerpc64le:
additional_repos:
- https://kojipkgs.fedoraproject.org/repos/eln-build/latest/$basearch/
fedora-eln-s390x:
additional_repos:
- https://kojipkgs.fedoraproject.org/repos/eln-build/latest/$basearch/
centos-stream-9: {}
centos-stream-9-aarch64: {}
centos-stream-9-powerpc64le: {}
centos-stream-9-s390x: {}
rhel-9: {}
rhel-9-aarch64: {}
rhel-9-powerpc64le: {}
rhel-9-s390x: {}

- <<: *fdo_copr
trigger: commit
branch: main
owner: "@fedora-iot" # copr repo namespace
project: fedora-iot # copr repo name so you can consume the builds
owner: "@fedora-iot" # copr repo namespace
project: fedora-iot # copr repo name so you can consume the builds

- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-branched # rawhide updates are created automatically

- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all

- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-development
- fedora-all
...

0 comments on commit 14ca4f7

Please sign in to comment.