From d96bc83bf4c0faae1d38c771abc36c6eb9938e95 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 23 Apr 2021 20:00:14 +0200 Subject: sbuild: pass --nolog Neither pbuilder nor mmdebstrap produce a separate log file (beyond the output on the standard streams). Disabling the extra file improves consistency. --- mdbp/sbuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdbp') diff --git a/mdbp/sbuild.py b/mdbp/sbuild.py index aecc037..6b9c33d 100644 --- a/mdbp/sbuild.py +++ b/mdbp/sbuild.py @@ -20,7 +20,7 @@ def main() -> None: raise ValueError("disabling network not supported with sbuild") cmd = [ - "sbuild", + "sbuild", "--nolog", "--dist=" + build["distribution"], "--no-arch-any" if build.get("type") == "all" else "--arch-any", "--no-arch-all" if build.get("type") == "any" else "--arch-all", -- cgit v1.2.3