From: Evan Broder Date: Mon, 17 Nov 2008 17:29:37 +0000 (-0500) Subject: Use the newly added architecture field in the website X-Git-Tag: 0.0.13~8 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/82e153ac0aa4f3697db9d799a42fee4fcc198826 Use the newly added architecture field in the website svn path=/trunk/packages/invirt-web/; revision=1695 --- diff --git a/code/controls.py b/code/controls.py index 4b9c6a4..7f5a630 100644 --- a/code/controls.py +++ b/code/controls.py @@ -53,6 +53,7 @@ def lvinstall(machine, autoinstall): remctl('control', machine.name, 'install', 'dist=%s' % autoinstall.distribution, 'mirror=%s' % autoinstall.mirror, + 'arch=%s' % autoinstall.arch, 'imagesize=%s' % imagesize) def lvcopy(machine_orig_name, machine, rootpw):