From: Daan De Meyer Date: Fri, 24 Jan 2025 09:54:51 +0000 (+0100) Subject: mkosi: Drop usage of _systemd_QUIET in arch build script X-Git-Tag: v257.3~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d23f47d15d42252a84f010d53ffe1cd9b232cbca;p=thirdparty%2Fsystemd.git mkosi: Drop usage of _systemd_QUIET in arch build script 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) --- diff --git a/mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot b/mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot index 202646f0ad5..2a5b10251b9 100755 --- a/mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot +++ b/mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot @@ -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" \