mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: Update to latest
mkosi's match syntax was changed so we update our config files to use the new match syntax which mimicks the systemd condition syntax.
This commit is contained in:
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@e59f763872e4d5f96acb11b4a77995b986bb31cc
|
||||
- uses: systemd/mkosi@8fde39857993c2120bcc6e480dab9fbb47dc2a7e
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
# them without OOMing.
|
||||
|
||||
[Match]
|
||||
Distribution=arch centos
|
||||
Release=rolling 8
|
||||
Distribution=|arch
|
||||
Distribution=|centos
|
||||
|
||||
[Host]
|
||||
QemuMem=3G
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=centos fedora
|
||||
Distribution=|centos
|
||||
Distribution=|fedora
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=debian ubuntu
|
||||
Distribution=|debian
|
||||
Distribution=|ubuntu
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Bootable=auto,yes
|
||||
Bootable=|auto
|
||||
Bootable=|yes
|
||||
|
||||
[Output]
|
||||
Format=cpio
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=arch debian fedora opensuse ubuntu
|
||||
Distribution=!centos
|
||||
|
||||
[Output]
|
||||
CompressOutput=zst
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=centos fedora
|
||||
Distribution=|centos
|
||||
Distribution=|fedora
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=debian ubuntu
|
||||
Distribution=|debian
|
||||
Distribution=|ubuntu
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
[Match]
|
||||
PathExists=../../mkosi.kernel/
|
||||
Distribution=centos fedora
|
||||
Distribution=|centos
|
||||
Distribution=|fedora
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
[Match]
|
||||
PathExists=../../mkosi.kernel/
|
||||
Distribution=debian ubuntu
|
||||
Distribution=|debian
|
||||
Distribution=|ubuntu
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
||||
Reference in New Issue
Block a user