Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
ddbdbbd3bd | 9 months ago |
|
1af3f0e7e2 | 1 year ago |
|
95678a2dd8 | 1 year ago |
@ -0,0 +1,25 @@
|
|||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
upstream_project_url: https://salsa.debian.org/debian/debhelper
|
||||||
|
upstream_tag_template: "debian/{version}"
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in new issue