[Debian-live-changes] r1645 - dists/trunk/live-webbuilder

rjent-guest at alioth.debian.org rjent-guest at alioth.debian.org
Wed May 23 14:58:33 UTC 2007


Author: rjent-guest
Date: 2007-05-23 14:58:33 +0000 (Wed, 23 May 2007)
New Revision: 1645

Modified:
   dists/trunk/live-webbuilder/live-webbuilder
Log:
packages-lists fix.

Modified: dists/trunk/live-webbuilder/live-webbuilder
===================================================================
--- dists/trunk/live-webbuilder/live-webbuilder	2007-05-23 14:23:09 UTC (rev 1644)
+++ dists/trunk/live-webbuilder/live-webbuilder	2007-05-23 14:58:33 UTC (rev 1645)
@@ -53,7 +53,8 @@
 
 	BINARY_IMAGE="`echo ${QUERY_STRING} | grep -oE '(^|[?&])binary_image=[a-z]+' | cut -f 2 -d '=' | head -n1`"
 	DISTRIBUTION="`echo ${QUERY_STRING} | grep -oE '(^|[?&])distribution=[a-z]+' | cut -f 2 -d '=' | head -n1`"
-	PACKAGES_LISTS="`echo ${QUERY_STRING} | grep -oE '(^|[?&])packages_lists=[a-z]+' | cut -f 2 -d '=' | head -n1`"
+	PACKAGES_LISTS="`echo ${QUERY_STRING} | grep -oE '(^|[?&])packages_lists=[a-z,-]+' | cut -f 2 -d '=' | 
+head -n1`"
 	PACKAGES="`echo ${QUERY_STRING} | grep -oE '(^|[?&])packages=[0-9,a-z,A-Z,.,_,-,+]+' | sed 's/+/ /g' | cut -f 2 -d '=' | head -n1`"
 
 	FILESYSTEM="`echo ${QUERY_STRING} | grep -oE '(^|[?&])filesystem=[0-9,a-z]+' | cut -f 2 -d '=' | head -n1`"




More information about the Debian-live-changes mailing list