[Debian-live-changes] r1960 - in dists/trunk/live-webhelper: scripts templates

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jun 3 21:30:54 UTC 2007


Author: daniel
Date: 2007-06-03 21:30:54 +0000 (Sun, 03 Jun 2007)
New Revision: 1960

Modified:
   dists/trunk/live-webhelper/scripts/cgi
   dists/trunk/live-webhelper/templates/build.html
Log:


Modified: dists/trunk/live-webhelper/scripts/cgi
===================================================================
--- dists/trunk/live-webhelper/scripts/cgi	2007-06-03 21:22:33 UTC (rev 1959)
+++ dists/trunk/live-webhelper/scripts/cgi	2007-06-03 21:30:54 UTC (rev 1960)
@@ -124,8 +124,9 @@
 	BUILD="`date +%Y%m%d.%H%M%S.%N`"
 
 	# Sending html confirmation
-	sed -e "s/BUILD/${BUILD}/" \
+	sed -e "s/BUILD/${BUILD}/g" \
 	    -e "s/EMAIL/${EMAIL}/" \
+	    -e "s/SERVER/${SERVER}/" \
 	    -e "s/BINARY_IMAGES/${BINARY_IMAGES}/" \
 	    -e "s/DISTRIBUTION/${DISTRIBUTION}/" \
 	    -e "s/PACKAGES_LISTS/${PACKAGES_LISTS}/" \

Modified: dists/trunk/live-webhelper/templates/build.html
===================================================================
--- dists/trunk/live-webhelper/templates/build.html	2007-06-03 21:22:33 UTC (rev 1959)
+++ dists/trunk/live-webhelper/templates/build.html	2007-06-03 21:30:54 UTC (rev 1960)
@@ -1,9 +1,13 @@
 <br />
 
-<h2>Your build 'BUILD' was recorded and will processed soon. You will be notified when the attempt has completed.</h2>
+<h2>Your build 'BUILD' was recorded and will processed soon. Depending on the options you have selected, the build takes about between 5 and 20 minutes. You will be notified by email when the attempt has completed.</h2>
 
 <br />
+
+<h3>Your build will be available at: <a href="SERVER/BUILD/">SERVER/BUILD/</a>.</h3>
+
 <br />
+<br />
 
 <fieldset>
 




More information about the Debian-live-changes mailing list