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

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 29 19:31:12 UTC 2007


Author: daniel
Date: 2007-05-29 19:31:11 +0000 (Tue, 29 May 2007)
New Revision: 1879

Modified:
   dists/trunk/live-webhelper/scripts/default
   dists/trunk/live-webhelper/templates/form.html
Log:


Modified: dists/trunk/live-webhelper/scripts/default
===================================================================
--- dists/trunk/live-webhelper/scripts/default	2007-05-29 19:24:19 UTC (rev 1878)
+++ dists/trunk/live-webhelper/scripts/default	2007-05-29 19:31:11 UTC (rev 1879)
@@ -8,7 +8,7 @@
 
 MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
 MIRROR_BOOTSTRAP_SECURITY="http://ftp.de.debian.org/debian-security/"
-MIRROR_IMAGE="http://ftp.debian.org/debian/"
-MIRROR_IMAGE_SECURITY="http://security.debian.org/"
+MIRROR_BINARY="http://ftp.debian.org/debian/"
+MIRROR_BINARY_SECURITY="http://security.debian.org/"
 
 SERVER="http://live.debian.net/webhelper"

Modified: dists/trunk/live-webhelper/templates/form.html
===================================================================
--- dists/trunk/live-webhelper/templates/form.html	2007-05-29 19:24:19 UTC (rev 1878)
+++ dists/trunk/live-webhelper/templates/form.html	2007-05-29 19:31:11 UTC (rev 1879)
@@ -108,19 +108,19 @@
 		</tr>
 		<tr>
 			<td><label for="Mirror_Bootstrap">--mirror-bootstrap:</label> </td>
-			<td><input id="Mirror_Bootstrap" name="mirror_bootstrap" maxlength="256" size="50" type="text" value="http://ftp.de.debian.org/debian/" readonly /></td>
+			<td><input id="Mirror_Bootstrap" name="mirror_bootstrap" maxlength="256" size="50" type="text" value="MIRROR_BOOTSTRAP" readonly /></td>
 		</tr>
 		<tr>
 			<td><label for="Mirror_Bootstrap_Security">--mirror-bootstrap-security:</label> </td>
-			<td><input id="Mirror_Bootstrap_Security" name="mirror_bootstrap_security" maxlength="256" size="50" type="text" value="http://ftp.de.debian.org/debian-security/" readonly /></td>
+			<td><input id="Mirror_Bootstrap_Security" name="mirror_bootstrap_security" maxlength="256" size="50" type="text" value="MIRROR_BOOTSTRAP_SECURITY" readonly /></td>
 		</tr>
 		<tr>
 			<td><label for="Mirror_Binary">--mirror-binary:</label> </td>
-			<td><input id="Mirror_Binary" name="mirror_binary" maxlength="256" size="50" type="text" value="http://ftp.debian.org/debian/" readonly /></td>
+			<td><input id="Mirror_Binary" name="mirror_binary" maxlength="256" size="50" type="text" value="MIRROR_BINARY" readonly /></td>
 		</tr>
 		<tr>
 			<td><label for="Mirror_Binary_Security">--mirror-binary-security:</label> </td>
-			<td><input id="Mirror_Binary_Security" name="mirror_binary_security" maxlength="256" size="50" type="text" value="http://security.debian.org/" readonly /></td>
+			<td><input id="Mirror_Binary_Security" name="mirror_binary_security" maxlength="256" size="50" type="text" value="MIRROR_BINARY_SECURITY" readonly /></td>
 		</tr>
 		<tr>
 			<td><label for="Sections">--sections:</label> </td>




More information about the Debian-live-changes mailing list