You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
575 B
27 lines
575 B
# See the documentation for more information:
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
upstream_project_url: https://salsa.debian.org/clint/fakeroot
|
|
upstream_tag_template: "debian/{version}-1"
|
|
upstream_tag_include: "debian/.*"
|
|
|
|
jobs:
|
|
- job: pull_from_upstream
|
|
trigger: release
|
|
dist_git_branches:
|
|
- fedora-rawhide
|
|
|
|
- job: koji_build
|
|
trigger: commit
|
|
allowed_committers:
|
|
- all_admins
|
|
dist_git_branches:
|
|
- fedora-all
|
|
- epel-all
|
|
|
|
- job: bodhi_update
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-all
|
|
- epel-all
|