Skip to content

Commit

Permalink
Merge pull request #1172 from HuijingHei/dist-git-packit
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored Apr 15, 2024
2 parents 152758a + 1562f36 commit 495cd1c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
actions:
changelog-entry:
- bash -c 'echo "- New upstream release"'
post-upstream-clone:
- wget https://src.fedoraproject.org/rpms/rust-zincati/raw/rawhide/f/rust-zincati.spec

specfile_path: rust-zincati.spec
downstream_package_name: rust-zincati
upstream_package_name: zincati
upstream_tag_template: v{version}
# add or remove files that should be synced
files_to_sync:
- rust-zincati.spec
- .packit.yaml

jobs:

- job: propose_downstream
trigger: release
# https://packit.dev/docs/configuration#aliases
dist_git_branches:
- fedora-development
- fedora-latest-stable

- job: koji_build
trigger: commit
dist_git_branches:
- fedora-development
- fedora-latest-stable

- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-development
- fedora-latest-stable

0 comments on commit 495cd1c

Please sign in to comment.