From 84a948bcd7b486c2a58e197ae79144559c2dce87 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Mon, 6 Jan 2020 23:54:49 +0100 Subject: [PATCH] stages/dnf: don't print repository data It may contain secrets now, which we don't want in the logs. --- stages/org.osbuild.dnf | 2 -- 1 file changed, 2 deletions(-) diff --git a/stages/org.osbuild.dnf b/stages/org.osbuild.dnf index 092a097b..06f2e86c 100755 --- a/stages/org.osbuild.dnf +++ b/stages/org.osbuild.dnf @@ -213,8 +213,6 @@ def main(tree, options): exclude_packages = options.get("exclude_packages", []) module_platform_id = options.get("module_platform_id", None) - print("Repositories: {}\n".format(json.dumps(repos, indent=2))) - script = f""" set -e mkdir -p {tree}/dev {tree}/sys {tree}/proc