Skip to content

Commit 0be486f

Browse files
committed
do not override distro (only daffy for now)
1 parent 2362d5e commit 0be486f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

code/vnc/command.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@ def command(shell: DTShell, args, **kwargs):
129129
project.ensure_recipe_updated()
130130
recipe: Optional[DTProject] = project.recipe
131131

132-
# custom VNC distro
133-
if parsed.distro:
134-
dtslogger.info(f"Using custom distro '{parsed.distro}'")
135-
else:
136-
parsed.distro = shell.profile.distro.name
137-
build_args.append(("DISTRO", parsed.distro))
138132

139133
# avoid weird silence
140134
if parsed.build_only and project.vnc_dockerfile is None:

0 commit comments

Comments
 (0)