2021-07-23 09:16:08 +00:00
|
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
|
2019-09-18 08:17:22 +00:00
|
|
|
specfile_path: osbuild.spec
|
2021-07-23 09:16:08 +00:00
|
|
|
|
2019-09-18 08:17:22 +00:00
|
|
|
synced_files:
|
2021-07-23 09:16:08 +00:00
|
|
|
- osbuild.spec
|
|
|
|
- .packit.yaml
|
|
|
|
|
|
|
|
upstream_package_name: osbuild
|
2019-09-18 08:17:22 +00:00
|
|
|
downstream_package_name: osbuild
|
2021-07-23 09:16:08 +00:00
|
|
|
|
2021-11-17 10:54:39 +00:00
|
|
|
copy_upstream_release_description: true
|
|
|
|
|
2021-08-24 12:51:42 +00:00
|
|
|
upstream_tag_template: v{version}
|
|
|
|
|
2022-03-24 07:43:22 +00:00
|
|
|
srpm_build_deps: []
|
2021-07-23 09:16:08 +00:00
|
|
|
actions:
|
|
|
|
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
|
|
|
|
2019-09-18 08:17:22 +00:00
|
|
|
jobs:
|
2021-07-23 09:16:08 +00:00
|
|
|
- job: copr_build
|
|
|
|
trigger: pull_request
|
|
|
|
metadata:
|
|
|
|
targets:
|
|
|
|
- centos-stream-8-aarch64
|
|
|
|
- centos-stream-8-x86_64
|
2021-11-17 10:54:39 +00:00
|
|
|
- centos-stream-9-aarch64
|
|
|
|
- centos-stream-9-x86_64
|
2021-07-23 09:16:08 +00:00
|
|
|
- epel-8-aarch64
|
|
|
|
- epel-8-x86_64
|
|
|
|
- fedora-all-aarch64
|
|
|
|
- fedora-all-s390x
|
2021-10-06 12:36:37 +00:00
|
|
|
- fedora-all-ppc64le
|
2021-07-23 09:16:08 +00:00
|
|
|
- fedora-all
|
|
|
|
- job: copr_build
|
|
|
|
trigger: commit
|
|
|
|
metadata:
|
|
|
|
branch: main
|
|
|
|
owner: "@osbuild" # copr repo namespace
|
|
|
|
project: osbuild # copr repo name so you can consume the builds
|
|
|
|
targets:
|
|
|
|
- centos-stream-8-aarch64
|
|
|
|
- centos-stream-8-x86_64
|
2021-12-01 13:44:48 +00:00
|
|
|
- centos-stream-9-aarch64
|
|
|
|
- centos-stream-9-x86_64
|
2021-07-23 09:16:08 +00:00
|
|
|
- epel-8-aarch64
|
|
|
|
- epel-8-x86_64
|
|
|
|
- fedora-all-aarch64
|
|
|
|
- fedora-all-s390x
|
2021-10-06 12:36:37 +00:00
|
|
|
- fedora-all-ppc64le
|
2021-07-23 09:16:08 +00:00
|
|
|
- fedora-all
|
2021-08-24 12:51:42 +00:00
|
|
|
- job: propose_downstream
|
|
|
|
trigger: release
|
|
|
|
metadata:
|
|
|
|
dist_git_branches:
|
2021-11-17 10:54:39 +00:00
|
|
|
- fedora-all
|
2022-05-11 13:37:47 +00:00
|
|
|
- job: koji_build
|
|
|
|
trigger: commit
|
|
|
|
metadata:
|
|
|
|
dist_git_branches:
|
|
|
|
- fedora-all
|