mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-11-05 00:11:16 +00:00
Merge branch 'bilelmoussaoui/packit-maybe' into 'main'
automation: Add Packit configuration See merge request GNOME/libmks!42
This commit is contained in:
commit
574b88cb85
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