Changeset 712 for trunk/packages/sipb-xen-remctl-auto
- Timestamp:
- Jul 22, 2008, 11:51:14 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-remctl-auto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-remctl-auto/debian/changelog
r533 r712 1 sipb-xen-remctl-auto (1.0.16) unstable; urgency=low 2 3 * support YAML as well as JSON (broder, quentin, andersk, long ago) 4 * fix a race in listvms when a machine is shutting down 5 6 -- Greg Price <price@mit.edu> Tue, 22 Jul 2008 23:46:49 -0400 7 1 8 sipb-xen-remctl-auto (1.0.15) unstable; urgency=low 2 9 -
trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-listvms
r654 r712 17 17 try: 18 18 name, data = get_dom(int(domid)) 19 except ValueError:19 except TypeError: 20 20 continue # went down since we started 21 21 if name.startswith('d_'):
Note: See TracChangeset
for help on using the changeset viewer.