Changeset 1786 for trunk/packages/invirt-xen-config
- Timestamp:
- Nov 26, 2008, 1:28:15 AM (16 years ago)
- Location:
- trunk/packages/invirt-xen-config/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-xen-config/debian/changelog
r1750 r1786 1 invirt-xen-config (0.0.18) unstable; urgency=low 2 3 * Explicitly grab the short form of the hostname to assemble the backend 4 hostname 5 6 -- Evan Broder <broder@mit.edu> Wed, 26 Nov 2008 01:27:07 -0500 7 1 8 invirt-xen-config (0.0.17) unstable; urgency=low 2 9 -
trunk/packages/invirt-xen-config/debian/transform_xend-config.sxp.invirt.mako
r1261 r1786 4 4 from invirt.config import structs as cfg 5 5 import os 6 hostname = os.uname()[1] 6 hostname = os.uname()[1].split('.')[0] 7 7 %> 8 8 EOF
Note: See TracChangeset
for help on using the changeset viewer.