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.
19 lines
439 B
19 lines
439 B
7 months ago
|
# See the documentation for more information:
|
||
|
# https://packit.dev/docs/configuration/
|
||
|
|
||
|
upstream_project_url: https://github.com/breakfastquay/rubberband.git
|
||
|
upstream_tag_template: v{version}
|
||
|
copy_upstream_release_description: false
|
||
|
|
||
|
jobs:
|
||
|
- job: pull_from_upstream
|
||
|
trigger: release
|
||
|
dist_git_branches:
|
||
|
- fedora-rawhide
|
||
|
|
||
|
- job: koji_build
|
||
|
trigger: commit
|
||
|
allowed_committers: ['packit']
|
||
|
dist_git_branches:
|
||
|
- fedora-rawhide
|