We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb187a9 commit da2e9b4Copy full SHA for da2e9b4
alws/routers/build_node.py
@@ -121,6 +121,10 @@ async def get_task(
121
response["platform"].data["mock"][key].update(
122
flavour.data["mock"][key]
123
)
124
+ if "chroot_setup_cmd" in flavour.data.get('mock', {}):
125
+ response["platform"].data["mock"]["chroot_setup_cmd"] = (
126
+ flavour.data["mock"]["chroot_setup_cmd"]
127
+ )
128
if "dnf_common_opts" in flavour.data.get('mock', {}):
129
if "dnf_common_opts" not in response["platform"].data["mock"]:
130
response["platform"].data["mock"]["dnf_common_opts"] = []
0 commit comments