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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 24 06:27:43 UTC 2007


Author: daniel
Date: 2007-05-24 06:27:43 +0000 (Thu, 24 May 2007)
New Revision: 1655

Modified:
   dists/trunk/live-webbuilder/live-webbuilder
Log:


Modified: dists/trunk/live-webbuilder/live-webbuilder
===================================================================
--- dists/trunk/live-webbuilder/live-webbuilder	2007-05-23 19:34:11 UTC (rev 1654)
+++ dists/trunk/live-webbuilder/live-webbuilder	2007-05-24 06:27:43 UTC (rev 1655)
@@ -53,8 +53,7 @@
 
 	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`"
 
 	CHROOT_FILESYSTEM="`echo ${QUERY_STRING} | grep -oE '(^|[?&])chroot_filesystem=[0-9,a-z]+' | cut -f 2 -d '=' | head -n1`"
@@ -86,6 +85,7 @@
 # Writing build file
 cat > "${TEMPDIR}"/"${BUILD}".build << EOF
 # live-webbuilder ${VERSION} build file
+# `date -R`
 
 BUILD="${BUILD}"
 




More information about the Debian-live-changes mailing list