Upstream tag: v30 Upstream commit: 35de3093 Signed-off-by: Christian Kellner <christian@kellner.me>
41 lines
871 B
YAML
41 lines
871 B
YAML
# https://packit.dev/docs/configuration/
|
|
|
|
specfile_path: osbuild.spec
|
|
|
|
synced_files:
|
|
- osbuild.spec
|
|
- .packit.yaml
|
|
|
|
upstream_package_name: osbuild
|
|
downstream_package_name: osbuild
|
|
|
|
actions:
|
|
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
|
|
|
jobs:
|
|
- job: copr_build
|
|
trigger: pull_request
|
|
metadata:
|
|
targets:
|
|
- centos-stream-8-aarch64
|
|
- centos-stream-8-x86_64
|
|
- epel-8-aarch64
|
|
- epel-8-x86_64
|
|
- fedora-all-aarch64
|
|
- fedora-all-s390x
|
|
- 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
|
|
- epel-8-aarch64
|
|
- epel-8-x86_64
|
|
- fedora-all-aarch64
|
|
- fedora-all-s390x
|
|
- fedora-all
|