[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 083a2511fa4a8c523613b4b995eaeaa91d6b6c46
Author: Richard Nelson <unixabg at gmail.com>
Date:   Tue Jun 22 21:58:18 2010 -0500

    LH_MIRROR_BOOTSTRAP expression cleanup.

diff --git a/cgi/cgi b/cgi/cgi
index 2ca864a..b850398 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -65,7 +65,7 @@ else
 	# Advanced bootstrap options
 	LH_ARCHITECTURE=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])architecture=[0-9a-z]+' | cut -f 2 -d '=' | head -n1)
 	LH_BOOTSTRAP_FLAVOUR=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])bootstrap_flavour=[a-z]+' | cut -f 2 -d '=' | head -n1)
-	LH_MIRROR_BOOTSTRAP=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])mirror_bootstrap=[0-9,a-z,A-Z,.,~,:,/,_,-]+' | cut -f 2 -d '=' | head -n1)
+	LH_MIRROR_BOOTSTRAP=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])mirror_bootstrap=[-0-9a-zA-Z.~:/_]+' | cut -f 2 -d '=' | head -n1)
 	LH_MIRROR_BINARY=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])mirror_binary=[0-9,a-z,A-Z,.,~,:,/,_,-]+' | cut -f 2 -d '=' | head -n1)
 	LH_MIRROR_BINARY_SECURITY=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])mirror_binary_security=[0-9,a-z,A-Z,.,~,:,/,_,-]+' | cut -f 2 -d '=' | head -n1)
 	LH_ARCHIVE_AREAS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])archive_areas=[a-z]+' | cut -f 2 -d '=' | head -n1)

-- 
live-helper



More information about the debian-live-changes mailing list