mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
mkosi: Update to latest
We update our configuration to replace the removed RepositoryDirectories= option with the new PackageManagerTrees= option.
This commit is contained in:
parent
33d960cbed
commit
abeecde242
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
- uses: systemd/mkosi@8fde39857993c2120bcc6e480dab9fbb47dc2a7e
|
||||
- uses: systemd/mkosi@87a6b70ea9ab529b95fc91306fc8151175999dca
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
@ -3,3 +3,6 @@
|
||||
[Match]
|
||||
Distribution=centos
|
||||
Release=8
|
||||
|
||||
[Distribution]
|
||||
PackageManagerTrees=mkosi.reposdir:/etc/yum.repos.d
|
||||
|
Loading…
Reference in New Issue
Block a user