Differences From Artifact [e213acf35f]:
- Executable file vws — part of check-in [8d7b8d03b4] at 2017-01-13 20:23:40 on branch trunk — Implemented --localtime option for vws create. Fixes [b361b92a4d57] (user: vitus, size: 37629) [annotate] [blame] [check-ins using]
To Artifact [b84e336c77]:
- Executable file vws — part of check-in [efefe8ac53] at 2017-01-14 07:08:21 on branch trunk — Make spiceuri report FQDN if spice socket is bound to all addresses. Fixes [b186056b7771] (user: vitus, size: 37634) [annotate] [blame] [check-ins using]
| ︙ | |||
66 67 68 69 70 71 72 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | - + |
for line in output.split("\n"):
if url is not None:
continue
idx = line.find("address:")
if idx != -1:
url = line[idx+9:]
if url.startswith('*:'):
|
| ︙ |