1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
# See the documentation for more information:
# https://packit.dev/docs/configuration/
upstream_project_url: https://github.com/martinpitt/fatrace
issue_repository: https://github.com/martinpitt/fatrace
copy_upstream_release_description: true
upstream_package_name: fatrace
downstream_package_name: fatrace
srpm_build_deps:
- make
- gcc
packages:
fatrace-fedora:
specfile_path: packaging/fatrace.spec
fatrace-centos:
specfile_path: packaging/fatrace.spec
pkg_tool: centpkg
jobs:
- job: copr_build
trigger: pull_request
packages: [fatrace-fedora]
targets:
- fedora-development-x86_64
- fedora-development-i386
- fedora-development-aarch64
- fedora-development-ppc64le
- fedora-development-s390x
- fedora-latest
- job: copr_build
trigger: pull_request
packages: [fatrace-centos]
targets:
- centos-stream-9-x86_64
- centos-stream-10-x86_64
- job: tests
trigger: pull_request
packages: [fatrace-fedora]
targets:
- fedora-latest
- fedora-development-x86_64
- job: tests
trigger: pull_request
packages: [fatrace-centos]
targets:
- centos-stream-9-x86_64
- centos-stream-10-x86_64
# needs coordination with Fedora maintainer first, and handling the sbin patch
# - job: propose_downstream
# trigger: release
# packages: [fatrace-fedora]
# dist_git_branches:
# - fedora-development
# - fedora-stable
#
# - job: propose_downstream
# trigger: release
# packages: [fatrace-centos]
# dist_git_branches:
# - c9s
# - c10s
#
# - job: koji_build
# trigger: commit
# packages: [fatrace-fedora]
# dist_git_branches:
# - fedora-all
#
# - job: bodhi_update
# trigger: commit
# packages: [fatrace-fedora]
# dist_git_branches:
# # rawhide updates are created automatically
# - fedora-branched
|