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.
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Distribution=|debian
|
|
Distribution=|ubuntu
|
|
|
|
[Build]
|
|
Environment=
|
|
GIT_URL=https://salsa.debian.org/systemd-team/systemd.git
|
|
GIT_SUBDIR=debian
|
|
GIT_BRANCH=debian/master
|
|
GIT_COMMIT=efdd7a6377c7251011ca2c1a59115d482d25fe61
|
|
PKG_SUBDIR=debian
|