prepare all syntax for linters and spellchecks
This commit is contained in:
parent
b932d218e3
commit
734c132500
13 changed files with 84 additions and 91 deletions
76
.packit.yaml
76
.packit.yaml
|
|
@ -3,8 +3,8 @@
|
|||
specfile_path: image-builder-cli.spec
|
||||
|
||||
files_to_sync:
|
||||
- image-builder-cli.spec
|
||||
- .packit.yaml
|
||||
- image-builder-cli.spec
|
||||
- .packit.yaml
|
||||
|
||||
copy_upstream_release_description: true
|
||||
|
||||
|
|
@ -24,39 +24,39 @@ actions:
|
|||
upstream_tag_include: 'v\d+'
|
||||
|
||||
jobs:
|
||||
# image-builder-cli is not yet in Fedora, so we don't need to update it there
|
||||
# - 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-all
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets: &build_targets
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-9-s390x
|
||||
- centos-stream-9-ppc64le
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-10-aarch64
|
||||
- centos-stream-10-s390x
|
||||
- centos-stream-10-ppc64le
|
||||
- centos-stream-10-x86_64
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-s390x
|
||||
- fedora-all-ppc64le
|
||||
- fedora-all
|
||||
- rhel-9-aarch64
|
||||
- rhel-9-x86_64
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
branch: main
|
||||
owner: "@osbuild" # copr repo namespace
|
||||
project: image-builder-cli # copr repo name so you can consume the builds
|
||||
targets: *build_targets
|
||||
# image-builder-cli is not yet in Fedora, so we don't need to update it there
|
||||
# - 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-all
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets: &build_targets
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-9-s390x
|
||||
- centos-stream-9-ppc64le
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-10-aarch64
|
||||
- centos-stream-10-s390x
|
||||
- centos-stream-10-ppc64le
|
||||
- centos-stream-10-x86_64
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-s390x
|
||||
- fedora-all-ppc64le
|
||||
- fedora-all
|
||||
- rhel-9-aarch64
|
||||
- rhel-9-x86_64
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
branch: main
|
||||
owner: "@osbuild" # copr repo namespace
|
||||
project: image-builder-cli # copr repo name so you can consume the builds
|
||||
targets: *build_targets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue