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:
d2b87d2
)
can_clone was negated in r554
author
Eric Price
<ecprice@mit.edu>
Mon, 2 Jun 2008 18:09:35 +0000
(14:09 -0400)
committer
Eric Price
<ecprice@mit.edu>
Mon, 2 Jun 2008 18:09:35 +0000
(14:09 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=565
code/main.py
patch
|
blob
|
history
diff --git
a/code/main.py
b/code/main.py
index
c7dff0e
..
865aa12
100755
(executable)
--- a/
code/main.py
+++ b/
code/main.py
@@
-203,7
+203,7
@@
def getListDict(user):
has_vnc = {}
xmlist = g.xmlist
checkpoint.checkpoint('Got uptimes')
- can_clone = 'ice3' in g.xmlist_raw
+ can_clone = 'ice3' not in g.xmlist_raw
for m in machines:
if m not in xmlist:
has_vnc[m] = 'Off'