mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
automation: Add Packit configuration
Would allow us to automate the fedora release
This commit is contained in:
parent
5191fbf6c6
commit
c0fef65294
24
.packit.yml
Normal file
24
.packit.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
downstream_package_name: libmks
|
||||||
|
actions:
|
||||||
|
post-upstream-clone:
|
||||||
|
- "wget https://src.fedoraproject.org/rpms/libmks/blob/rawhide/f/libmks.spec -O libmks.spec"
|
||||||
|
specfile_path: libmks.spec
|
||||||
|
files_to_sync:
|
||||||
|
- .packit.yml
|
||||||
|
- libmks.spec
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-39
|
||||||
|
- fedora-rawhide
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-39
|
||||||
|
- fedora-rawhide
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-branched # rawhide updates are created automatically
|
Loading…
Reference in New Issue
Block a user