stages/dnf: don't print repository data
It may contain secrets now, which we don't want in the logs.
This commit is contained in:
parent
59ffebaff0
commit
84a948bcd7
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue