b762fceddb
Resolves: rhbz#RHEL-34245
62 lines
1.8 KiB
YAML
62 lines
1.8 KiB
YAML
upstream_project_url: https://github.com/cockpit-project/cockpit-ostree
|
|
# enable notification of failed downstream jobs as issues
|
|
issue_repository: https://github.com/cockpit-project/cockpit-ostree
|
|
specfile_path: cockpit-ostree.spec
|
|
upstream_package_name: cockpit-ostree
|
|
downstream_package_name: cockpit-ostree
|
|
# use the nicely formatted release description from our upstream release, instead of git shortlog
|
|
copy_upstream_release_description: true
|
|
|
|
srpm_build_deps:
|
|
- make
|
|
- nodejs-npm
|
|
|
|
actions:
|
|
post-upstream-clone: make cockpit-ostree.spec
|
|
create-archive: make dist
|
|
|
|
jobs:
|
|
- job: copr_build
|
|
metadata:
|
|
targets:
|
|
- fedora-rawhide-x86_64
|
|
trigger: pull_request
|
|
|
|
- job: copr_build
|
|
trigger: release
|
|
metadata:
|
|
owner: "@cockpit"
|
|
project: "cockpit-preview"
|
|
preserve_project: True
|
|
actions:
|
|
post-upstream-clone: make cockpit-ostree.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-ostree/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-39
|
|
- fedora-40
|
|
|
|
- job: koji_build
|
|
trigger: commit
|
|
metadata:
|
|
dist_git_branches:
|
|
- fedora-development
|
|
- fedora-39
|
|
- fedora-40
|
|
|
|
- job: bodhi_update
|
|
trigger: commit
|
|
metadata:
|
|
dist_git_branches:
|
|
# rawhide updates are created automatically
|
|
- fedora-39
|
|
- fedora-40
|