| |
@@ -0,0 +1,34 @@
|
| |
+ upstream_package_name: google-cloud-kms
|
| |
+ downstream_package_name: python-google-cloud-kms
|
| |
+
|
| |
+ upstream_project_url: https://github.com/googleapis/python-kms
|
| |
+ upstream_tag_template: v{version}
|
| |
+
|
| |
+ specfile_path: python-google-cloud-kms.spec
|
| |
+
|
| |
+ jobs:
|
| |
+ - job: propose_downstream
|
| |
+ trigger: release
|
| |
+ dist_git_branches:
|
| |
+ - fedora-all
|
| |
+
|
| |
+ - job: pull_from_upstream
|
| |
+ trigger: release
|
| |
+ dist_git_branches:
|
| |
+ - fedora-all
|
| |
+
|
| |
+ - job: koji_build
|
| |
+ trigger: commit
|
| |
+ dist_git_branches:
|
| |
+ - fedora-all
|
| |
+ allowed_pr_authors:
|
| |
+ - packit
|
| |
+ - mhayden
|
| |
+ allowed_committers:
|
| |
+ - packit
|
| |
+ - mhayden
|
| |
+
|
| |
+ - job: bodhi_update
|
| |
+ trigger: commit
|
| |
+ dist_git_branches:
|
| |
+ - fedora-branched
|
| |