Configure Packit on libarchive package
Actions enabled: koji_build, bodhi_update, pull_from_upstream
This commit is contained in:
parent
d8064ce9e9
commit
af9dc15c7c
38
.packit.yaml
Normal file
38
.packit.yaml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# We want to use the following Packit functions in the libarchive package:
|
||||||
|
# koji_build, bodhi_update and pull_from_upstream
|
||||||
|
|
||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
specfile_path: libarchive.spec
|
||||||
|
|
||||||
|
# name in upstream package repository or registry (e.g. in PyPI)
|
||||||
|
upstream_package_name: libarchive
|
||||||
|
upstream_project_url: https://github.com/libarchive/libarchive
|
||||||
|
# downstream (Fedora) RPM package name
|
||||||
|
downstream_package_name: libarchive
|
||||||
|
issue_repository: https://src.fedoraproject.org/rpms/libarchive
|
||||||
|
|
||||||
|
actions:
|
||||||
|
changelog-entry:
|
||||||
|
- echo "- Rebase to version ${PACKIT_PROJECT_VERSION}"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: pull_from_upstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-latest
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
allowed_pr_authors: ["packit", "ljavorsk", "mmuzila", "praiskup"]
|
||||||
|
allowed_committers: ["packit", "ljavorsk", "mmuzila", "praiskup"]
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-latest
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-latest # rawhide updates are created automatically
|
Loading…
Reference in New Issue
Block a user