projects
/
invirt/packages/invirt-remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a91f3d
)
remote-create: keep output in order
author
Greg Price
<price@mit.edu>
Sun, 29 Jun 2008 04:48:08 +0000
(
00:48
-0400)
committer
Greg Price
<price@mit.edu>
Sun, 29 Jun 2008 04:48:08 +0000
(
00:48
-0400)
svn path=/trunk/packages/sipb-xen-remote-server/; revision=664
files/usr/sbin/sipb-xen-remote-create
patch
|
blob
|
history
diff --git
a/files/usr/sbin/sipb-xen-remote-create
b/files/usr/sbin/sipb-xen-remote-create
index
c4a62cc
..
4483ce1
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-remote-create
+++ b/
files/usr/sbin/sipb-xen-remote-create
@@
-59,6
+59,7
@@
def main(argv):
host = choose_host()
print 'Creating on host %s...' % host
+ sys.stdout.flush()
return call(['remctl', host, 'remote', 'control',
machine_name, 'create'] + args)