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
557 B
27 lines
557 B
1 year ago
|
upstream_project_url: https://gitlab.com/openconnect/ocserv
|
||
|
issue_repository: https://gitlab.com/openconnect/ocserv
|
||
|
copy_upstream_release_description: true
|
||
|
downstream_package_name: ocserv
|
||
|
|
||
|
jobs:
|
||
|
- job: pull_from_upstream
|
||
|
trigger: release
|
||
|
dist_git_branches:
|
||
|
- fedora-all
|
||
|
- epel-8
|
||
|
- epel-9
|
||
|
|
||
|
- job: koji_build
|
||
|
trigger: commit
|
||
|
dist_git_branches:
|
||
|
- fedora-all
|
||
|
- epel-8
|
||
|
- epel-9
|
||
|
|
||
|
- job: bodhi_update
|
||
|
trigger: commit
|
||
|
dist_git_branches:
|
||
|
- fedora-branched # rawhide updates are created automatically
|
||
|
- epel-8
|
||
|
- epel-9
|