s/// out gunk that breaks mako from xend-config.sxp
authorAdam Glasgall <glasgall@mit.edu>
Mon, 25 Mar 2013 00:32:30 +0000 (20:32 -0400)
committerAdam Glasgall <glasgall@mit.edu>
Mon, 25 Mar 2013 00:32:30 +0000 (20:32 -0400)
debian/changelog
debian/transform_xend-config.sxp.invirt.mako

index a4bfc8a..909e9e8 100644 (file)
@@ -1,3 +1,9 @@
+invirt-xen-config (0.0.38~glasgall5) precise; urgency=low
+
+  * s/// out the "${XEN_CONFIG_DIR}" reference that was making mako choke
+
+ -- Adam Glasgall <glasgall@mit.edu>  Sun, 24 Mar 2013 20:31:31 -0400
+
 invirt-xen-config (0.0.38~glasgall4) precise; urgency=low
 
   * Oops, no, we don't actually want to uninstall grub. Depend on grub-pc
index cd0a632..45c0d1e 100755 (executable)
@@ -20,4 +20,5 @@ EOF
 s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die;
 s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
 s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;
+s/\$(\{XEN_CONFIG_DIR\})/$1/m or die;
 print;