[SCM] Debian Live build scripts (webfrontent) branch, master, updated. 083a14f46cc1298b33908991dea145cf4ec7415d
Richard Nelson
unixabg at gmail.com
Sun Nov 30 22:45:06 UTC 2008
The following commit has been merged in the master branch:
commit 083a14f46cc1298b33908991dea145cf4ec7415d
Author: Richard Nelson <unixabg at gmail.com>
Date: Sun Nov 30 16:41:15 2008 -0600
Bug fix on usb-hdd builds.
diff --git a/scripts/cgi b/scripts/cgi
index e4b4745..3b1aa2a 100755
--- a/scripts/cgi
+++ b/scripts/cgi
@@ -68,7 +68,7 @@ else
_EMAIL=$(echo ${QUERY_STRING} | grep -oE '(^|[?&])email=[0-9,a-z,A-Z,.,_,-,@]+' | cut -f 2 -d '=' | head -n1)
# Standard options
- LH_BINARY_IMAGES=$(echo ${QUERY_STRING} | grep -oE '(^|[?&])binary_images=[a-z]+' | cut -f 2 -d '=' | head -n1)
+ 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=$(echo ${QUERY_STRING} | grep -oE '(^|[?&])packages=[0-9,a-z,A-Z,., ,_,-]+' | cut -f 2 -d '=' | head -n1)
--
Debian Live build scripts (webfrontent)
More information about the debian-live-changes
mailing list