summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e0bd6d7)
Mako templates to render in the invirt-xen-config startup script.
svn path=/trunk/packages/invirt-xen-config/; revision=2085
+invirt-xen-config (0.0.22) unstable; urgency=low
+
+ * Correctly calculate both the list of sysvms to boot and the list of
+ Mako templates to render in the init script.
+
+ -- Evan Broder <broder@mit.edu> Mon, 02 Feb 2009 17:30:51 -0500
+
invirt-xen-config (0.0.21) unstable; urgency=low
* Move sysvms/* into xvm-prodconfig from invirt-xen-config
invirt-xen-config (0.0.21) unstable; urgency=low
* Move sysvms/* into xvm-prodconfig from invirt-xen-config
NAME="$PACKAGE"
DESC="Invirt Xen host"
PARENTPACKAGE=xend
NAME="$PACKAGE"
DESC="Invirt Xen host"
PARENTPACKAGE=xend
-SYSVM_FILES=(/etc/xen/sysvms/s_*)
+SYSVM_TEMPLATES=(/etc/xen/sysvms/s_*.mako)
+SYSVM_FILES=("${SYSVM_TEMPLATES[@]/.mako/}")
SYSVMS=("${SYSVM_FILES[@]/#\/etc\/xen\/sysvms\/}")
SYSVMS=("${SYSVM_FILES[@]/#\/etc\/xen\/sysvms\/}")
-GEN_FILES=(/etc/xen/xend-config.sxp.invirt)
+GEN_FILES=(/etc/xen/xend-config.sxp.invirt "${SYSVM_FILES[@]}")
dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0
dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0