From a2bba9c7c54c09998d5347de5bc1e9e61648365e Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 17 May 2021 21:30:05 +0200 Subject: mmdebstrap: fix logic error in parent commit Fixes: a5d4cfd4b996 ("mmdebstrap: don't keep downloaded .deb files") --- mdbp/mmdebstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbp/mmdebstrap.py b/mdbp/mmdebstrap.py index 4e6d435..86d4b82 100644 --- a/mdbp/mmdebstrap.py +++ b/mdbp/mmdebstrap.py @@ -92,7 +92,7 @@ def main() -> None: priv_drop(["rm", *(f.name for f in dscfiles)], chroot=True, chdir=buildpath.parent))) cmd = ["apt-get", "build-dep", "--yes", - "-oAPT::Keep-Downloaded-Packages=true", + "-oAPT::Keep-Downloaded-Packages=false", "--host-architecture", hostarch, *dict(any=["--arch-only"], all=["--indep-only"]).get(build.get("type"), ()), -- cgit v1.2.3