Packit configuration
This commit is contained in:
parent
002bdc475b
commit
8ef067819f
1 changed files with 29 additions and 0 deletions
29
.packit.yaml
Normal file
29
.packit.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
specfile_path: workflow.spec
|
||||
files_to_sync:
|
||||
- workflow.spec
|
||||
- .packit.yaml
|
||||
|
||||
upstream_package_name: workflow
|
||||
upstream_project_url: https://github.com/sogou/workflow/
|
||||
downstream_package_name: workflow
|
||||
upstream_tag_template: v{version}
|
||||
|
||||
jobs:
|
||||
|
||||
- job: pull_from_upstream
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
actions:
|
||||
changelog-entry:
|
||||
- bash -c 'echo "- New release ${PACKIT_PROJECT_VERSION}"'
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
Loading…
Add table
Add a link
Reference in a new issue