projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d9af71
)
Use the newly added architecture field in the website
author
Evan Broder
<broder@mit.edu>
Mon, 17 Nov 2008 17:29:37 +0000
(12:29 -0500)
committer
Evan Broder
<broder@mit.edu>
Mon, 17 Nov 2008 17:29:37 +0000
(12:29 -0500)
svn path=/trunk/packages/invirt-web/; revision=1695
code/controls.py
patch
|
blob
|
history
diff --git
a/code/controls.py
b/code/controls.py
index
4b9c6a4
..
7f5a630
100644
(file)
--- 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):