Changeset 2821 for package_branches/invirt-xen-config/hvirt
- Timestamp:
- Jan 1, 2010, 4:23:35 PM (15 years ago)
- Location:
- package_branches/invirt-xen-config/hvirt
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-xen-config/hvirt/debian/changelog
r2817 r2821 1 invirt-xen-config (0.0.28) unstable; urgency=low 2 3 * Removed pinning of libxen3. 4 5 -- Greg Brockman <gdb@mit.edu> Fri, 01 Jan 2010 16:03:39 -0500 6 1 7 invirt-xen-config (0.0.27) unstable; urgency=low 2 8 -
package_branches/invirt-xen-config/hvirt/debian/transform_xend-config.sxp.invirt.mako
r2817 r2821 18 18 EOF 19 19 20 s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip} .')/m or die;20 s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die; 21 21 s/^\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die; 22 22 s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;
Note: See TracChangeset
for help on using the changeset viewer.