2022-07-25 12:50:00 +00:00
|
|
|
upstream_project_url: https://github.com/osbuild/cockpit-composer
|
|
|
|
specfile_path: cockpit-composer.spec
|
|
|
|
upstream_package_name: cockpit-composer
|
|
|
|
downstream_package_name: cockpit-composer
|
|
|
|
# use the nicely formatted release description from our upstream release, instead of git shortlog
|
|
|
|
copy_upstream_release_description: true
|
|
|
|
|
|
|
|
actions:
|
2022-11-28 12:41:48 +00:00
|
|
|
post-upstream-clone: make spec
|
2022-07-25 12:50:00 +00:00
|
|
|
create-archive: make dist-gzip
|
|
|
|
|
|
|
|
srpm_build_deps:
|
|
|
|
- make
|
|
|
|
- npm
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
- job: copr_build
|
|
|
|
trigger: release
|
|
|
|
metadata:
|
|
|
|
owner: "@osbuild"
|
|
|
|
project: "cockpit-composer"
|
|
|
|
preserve_project: True
|
|
|
|
targets:
|
2023-02-23 14:40:03 +00:00
|
|
|
- centos-stream-8
|
|
|
|
- centos-stream-9
|
2022-07-25 12:50:00 +00:00
|
|
|
- epel-8
|
2023-02-23 14:40:03 +00:00
|
|
|
- epel-9
|
|
|
|
- fedora-all
|
2022-07-25 12:50:00 +00:00
|
|
|
actions:
|
2022-11-28 12:41:48 +00:00
|
|
|
post-upstream-clone: make spec
|
2022-07-25 12:50:00 +00:00
|
|
|
# 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/osbuild/cockpit-composer/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
|
|
|
|
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
|
|
|
|
|
|
|
|
- job: propose_downstream
|
|
|
|
trigger: release
|
|
|
|
metadata:
|
|
|
|
dist_git_branches:
|
2023-08-25 18:43:13 +00:00
|
|
|
- fedora-all
|
2022-07-25 12:50:00 +00:00
|
|
|
|
|
|
|
- job: koji_build
|
|
|
|
trigger: commit
|
|
|
|
metadata:
|
|
|
|
dist_git_branches:
|
2023-08-25 18:43:13 +00:00
|
|
|
- fedora-all
|
2022-07-25 12:50:00 +00:00
|
|
|
|
|
|
|
- job: bodhi_update
|
|
|
|
trigger: commit
|
|
|
|
metadata:
|
|
|
|
dist_git_branches:
|
|
|
|
# rawhide updates are created automatically
|
2023-08-25 18:43:13 +00:00
|
|
|
- fedora-branched
|