cc8c367de4
Signed-off-by: Artem Polishchuk <ego.cordatus@gmail.com>
28 lines
687 B
YAML
28 lines
687 B
YAML
copy_upstream_release_description: false
|
|
# downstream_package_name: foo # not mandatory
|
|
# upstream_package_name: Foo # not mandatory
|
|
upstream_project_url: https://github.com/crow-translate/crow-translate
|
|
# upstream_tag_template: v{version}
|
|
|
|
jobs:
|
|
- job: pull_from_upstream
|
|
trigger: release
|
|
dist_git_branches:
|
|
- fedora-rawhide
|
|
# - fedora-development
|
|
# - fedora-all
|
|
|
|
- job: koji_build
|
|
trigger: commit
|
|
allowed_pr_authors: ["packit", "atim"]
|
|
allowed_committers: ["packit", "atim"]
|
|
dist_git_branches:
|
|
- fedora-all
|
|
# - epel-9
|
|
|
|
- job: bodhi_update
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-branched
|
|
# - epel-9
|