2021-10-02 07:14:34 +00:00
|
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
|
|
|
|
specfile_path: osbuild-composer.spec
|
|
|
|
|
|
|
|
synced_files:
|
|
|
|
- osbuild-composer.spec
|
|
|
|
- .packit.yaml
|
|
|
|
|
|
|
|
upstream_package_name: osbuild-composer
|
|
|
|
downstream_package_name: osbuild-composer
|
|
|
|
|
2021-11-24 16:03:39 +00:00
|
|
|
copy_upstream_release_description: true
|
|
|
|
|
2021-10-02 07:14:34 +00:00
|
|
|
upstream_tag_template: v{version}
|
|
|
|
|
2022-05-04 13:35:04 +00:00
|
|
|
srpm_build_deps: []
|
2021-10-02 07:14:34 +00:00
|
|
|
actions:
|
|
|
|
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
2022-06-29 08:34:20 +00:00
|
|
|
post-upstream-clone: "./tools/rpm_spec_add_provides_bundle.sh"
|
2021-10-02 07:14:34 +00:00
|
|
|
|
|
|
|
jobs:
|
2022-07-13 08:33:56 +00:00
|
|
|
- job: bodhi_update
|
|
|
|
trigger: commit
|
|
|
|
dist_git_branches:
|
2022-10-05 08:36:37 +00:00
|
|
|
- fedora-branched # rawhide updates are created automatically
|
2022-05-19 20:28:10 +00:00
|
|
|
- job: koji_build
|
|
|
|
trigger: commit
|
|
|
|
metadata:
|
|
|
|
dist_git_branches:
|
|
|
|
- fedora-all
|
2021-10-02 07:14:34 +00:00
|
|
|
- job: propose_downstream
|
|
|
|
trigger: release
|
|
|
|
metadata:
|
|
|
|
dist_git_branches:
|
2021-12-09 17:30:48 +00:00
|
|
|
- fedora-all
|
|
|
|
- job: copr_build
|
|
|
|
trigger: pull_request
|
|
|
|
metadata:
|
|
|
|
targets:
|
|
|
|
- centos-stream-8-aarch64
|
|
|
|
- centos-stream-8-x86_64
|
|
|
|
- centos-stream-9-aarch64
|
|
|
|
- centos-stream-9-x86_64
|
|
|
|
- epel-8-aarch64
|
|
|
|
- epel-8-x86_64
|
|
|
|
- fedora-all-aarch64
|
2022-02-11 09:14:14 +00:00
|
|
|
- fedora-all-s390x
|
2021-12-09 17:30:48 +00:00
|
|
|
- fedora-all-ppc64le
|
|
|
|
- fedora-all
|
|
|
|
- job: copr_build
|
|
|
|
trigger: commit
|
|
|
|
metadata:
|
|
|
|
branch: main
|
|
|
|
owner: "@osbuild" # copr repo namespace
|
|
|
|
project: osbuild-composer # copr repo name so you can consume the builds
|
|
|
|
targets:
|
|
|
|
- centos-stream-8-aarch64
|
|
|
|
- centos-stream-8-x86_64
|
|
|
|
- centos-stream-9-aarch64
|
|
|
|
- centos-stream-9-x86_64
|
|
|
|
- epel-8-aarch64
|
|
|
|
- epel-8-x86_64
|
|
|
|
- fedora-all-aarch64
|
2022-02-11 09:14:14 +00:00
|
|
|
- fedora-all-s390x
|
2021-12-09 17:30:48 +00:00
|
|
|
- fedora-all-ppc64le
|
|
|
|
- fedora-all
|