mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Instead of including distribution specific files in the subimages, let's have one common mkosi.pkgenv/ directory that handles all the matching which is then included in the subimages. This gives us more control on exactly how we do the matching.
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Distribution=arch
|
|
|
|
[Build]
|
|
Environment=
|
|
GIT_URL=https://gitlab.archlinux.org/archlinux/packaging/packages/systemd.git
|
|
GIT_BRANCH=main
|
|
GIT_COMMIT=15cb472aeb4d93d7fae9c7b7bc2cd6723bc8ec85
|
|
PKG_SUBDIR=arch
|