Skip to content

Commit

Permalink
packit: add koji, bodhi jobs, upstream url
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Whalen <[email protected]>
  • Loading branch information
Paul Whalen authored and nullr0ute committed Nov 28, 2022
1 parent 8b25049 commit 6ab620f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
upstream_project_url: https://github.com/fedora-iot/greenboot

specfile_path: greenboot.spec
files_to_sync:
- greenboot.spec
- .packit.yaml
upstream_package_name: greenboot
upstream_tag_template: v{version}
downstream_package_name: greenboot

jobs:

- job: sync_from_downstream
trigger: commit

- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all

- job: tests
trigger: pull_request
targets:
- fedora-all

- job: koji_build
trigger: commit
dist_git_branches:
- fedora-development
- fedora-37

- job: bodhi_update
trigger: commit
dist_git_branches:
# rawhide updates are created automatically
- fedora-37

0 comments on commit 6ab620f

Please sign in to comment.