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.
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Distribution=|fedora
|
|
Distribution=|centos
|
|
|
|
[Build]
|
|
Environment=
|
|
GIT_URL=https://src.fedoraproject.org/rpms/systemd.git
|
|
GIT_BRANCH=rawhide
|
|
GIT_COMMIT=12f95f807fef5075a8842dd107f83b4c41d5ac26
|
|
PKG_SUBDIR=fedora
|