Changeset 1246 for trunk/packages
- Timestamp:
- Oct 25, 2008, 2:12:06 PM (16 years ago)
- Location:
- trunk/packages/invirt-console-host
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-console-host/debian/changelog
r1226 r1246 1 invirt-console-host (0.0.5) unstable; urgency=low 2 3 * invirt-console-host doesn't use the database anymore, so don't connect 4 to it 5 6 -- Evan Broder <broder@mit.edu> Sat, 25 Oct 2008 14:09:03 -0400 7 1 8 invirt-console-host (0.0.4) unstable; urgency=low 2 9 -
trunk/packages/invirt-console-host/files/usr/sbin/invirt-update-conserver
r1187 r1246 1 1 #!/usr/bin/python 2 2 3 import sipb_xen_database4 3 import subprocess 5 4 import os 6 5 import socket 7 6 from invirt.config import structs as config 8 9 sipb_xen_database.connect(config.db.uri)10 7 11 8 def live_vms():
Note: See TracChangeset
for help on using the changeset viewer.