[SCM] live-helper branch, debian-next, updated. debian/2.0_a15-1-31-g837533d

Richard Nelson unixabg at gmail.com
Wed Jun 23 03:59:58 UTC 2010


The following commit has been merged in the debian-next branch:
commit 723e080c04e52fa3197796e63040536282130f20
Author: Richard Nelson <unixabg at gmail.com>
Date:   Tue Jun 22 21:50:40 2010 -0500

    LH_PACKAGES_LISTS expression cleanup.

diff --git a/cgi/cgi b/cgi/cgi
index 6ca0161..b61626f 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -59,7 +59,7 @@ else
 	# Standard options
 	LH_BINARY_IMAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])binary_images=[-a-z]+' | cut -f 2 -d '=' | head -n1)
 	LH_DISTRIBUTION=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])distribution=[a-z]+' | cut -f 2 -d '=' | head -n1)
-	LH_PACKAGES_LISTS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages_lists=[0-9,a-z,-]+' | cut -f 2 -d '=' | head -n1)
+	LH_PACKAGES_LISTS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages_lists=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1)
 	LH_PACKAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages=[0-9,a-z,A-Z,., ,_,-]+' | cut -f 2 -d '=' | head -n1)
 
 	# Advanced bootstrap options

-- 
live-helper



More information about the debian-live-changes mailing list