cockpit-machines/packit.yaml

81 lines
2.4 KiB
YAML
Raw Normal View History

upstream_project_url: https://github.com/cockpit-project/cockpit-machines
specfile_path: cockpit-machines.spec
upstream_package_name: cockpit-machines
downstream_package_name: cockpit-machines
# use the nicely formatted release description from our upstream release, instead of git shortlog
copy_upstream_release_description: true
# HACK: packit.yml and spec get synced by default; drop this when the plans/upstream.fmf HACK above gets dropped
files_to_sync:
- packit.yaml
- cockpit-machines.spec
- src: tmp/upstream.fmf
dest: plans/upstream.fmf
srpm_build_deps:
- npm
- make
actions:
post-upstream-clone:
- make cockpit-machines.spec
# HACK: until FMF uses tests from dist-git source tarball: https://github.com/teemtee/tmt/issues/585
- sh -exc 'mkdir -p tmp; curl --silent --fail https://src.fedoraproject.org/rpms/cockpit-machines/raw/rawhide/f/plans/upstream.fmf | sed -r "/ref:/ s/[0-9.]+/$(git describe --abbrev=0)/" > tmp/upstream.fmf'
create-archive: make dist
jobs:
- job: tests
trigger: pull_request
metadata:
targets:
- fedora-35
- fedora-36
- fedora-rawhide
- centos-stream-8
- centos-stream-9
- job: copr_build
trigger: release
metadata:
owner: "@cockpit"
project: "cockpit-preview"
preserve_project: True
targets:
- fedora-35
- fedora-36
- fedora-development
- centos-stream-8-x86_64
- centos-stream-9-x86_64
actions:
post-upstream-clone: make cockpit-machines.spec
# HACK: tarball for releases (copr_build, koji, etc.), copying spec's Source0; this
# really should be the default, see https://github.com/packit/packit-service/issues/1505
create-archive:
- sh -exc "curl -L -O https://github.com/cockpit-project/cockpit-machines/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
- job: propose_downstream
trigger: release
metadata:
dist_git_branches:
- fedora-development
- fedora-35
- fedora-36
- job: koji_build
trigger: commit
metadata:
dist_git_branches:
- fedora-development
- fedora-35
- fedora-36
- job: bodhi_update
trigger: commit
metadata:
dist_git_branches:
# rawhide updates are created automatically
- fedora-35
- fedora-36