Add packit yaml
This commit is contained in:
parent
2d3c4aedb8
commit
605953500e
30
.packit.yaml
Normal file
30
.packit.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
upstream_project_url: https://github.com/mkleehammer/pyodbc
|
||||
|
||||
downstream_package_name: pyodbc
|
||||
issue_repository: https://github.com/mkleehammer/pyodbc
|
||||
specfile_path: pyodbc.spec
|
||||
|
||||
actions:
|
||||
commit-message:
|
||||
- bash -c 'echo -e "[packit] New upstream release ${PACKIT_PROJECT_VERSION}\n"'
|
||||
|
||||
changelog-entry:
|
||||
- bash -c 'echo -e "Update to new version ${PACKIT_PROJECT_VERSION}\n"'
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-latest-stable
|
||||
- fedora-latest
|
||||
- fedora-development
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-branched
|
||||
Loading…
Reference in New Issue
Block a user