]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop usage of _systemd_QUIET in arch build script
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 24 Jan 2025 09:54:51 +0000 (10:54 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 27 Jan 2025 18:04:50 +0000 (19:04 +0100)
We dropped the variable in the packaging specs for Arch to keep the
integration points as minimal as possible so let's stop using it in
the build script as well.

(cherry picked from commit 8dab59e610720c022f962311069c95fd8569f82a)

mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot

index 202646f0ad51a1f7ae43e4fa3ad92d604d8e14f4..2a5b10251b98a4f2e0fab0fe11e348726220f937 100755 (executable)
@@ -85,7 +85,6 @@ env --chdir="pkg/$PKG_SUBDIR" \
     $( ((WITH_TESTS)) || echo --nocheck) \
     --force \
     _systemd_UPSTREAM=1 \
-    _systemd_QUIET=$( ((MESON_VERBOSE)); echo $? ) \
     BUILDDIR="$PWD/pkg/$PKG_SUBDIR" \
     PKGDEST="$BUILDDIR" \
     PKGEXT=".pkg.tar" \