cockpit-ostree/packit.yaml
Packit 16bcefa0f6 [packit] 197 upstream release
Upstream tag: 197
Upstream commit: 43072c51

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/cockpit-ostree.git refs/heads/*:refs/remotes/packit/*
git checkout packit/197-rawhide-update-propose_downstream
```
2023-09-06 09:56:47 +00:00

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-38
- fedora-39
- job: koji_build
trigger: commit
metadata:
dist_git_branches:
- fedora-development
- fedora-38
- fedora-39
- job: bodhi_update
trigger: commit
metadata:
dist_git_branches:
# rawhide updates are created automatically
- fedora-38
- fedora-39