[SCM] live-build branch, debian-next, updated. debian/3.0_a40-1-1-g03e381e

Richard Nelson unixabg at gmail.com
Wed Dec 21 16:42:26 UTC 2011


The following commit has been merged in the debian-next branch:
commit 03e381eb8517de281e5ed194e996b574e8f734dd
Author: Richard Nelson <unixabg at gmail.com>
Date:   Wed Dec 21 10:41:17 2011 -0600

    l-b.cgi correct naming of --architectures

diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html
index 1595c2d..a3da996 100644
--- a/templates/cgi/debian-official/build.html
+++ b/templates/cgi/debian-official/build.html
@@ -22,7 +22,7 @@
 <b>Advanced bootstrap options</b>
 
 <table>
-	<tr><td>--architecture: </td><td>LB_ARCHITECTURE</td></tr>
+	<tr><td>--architectures: </td><td>LB_ARCHITECTURES</td></tr>
 	<tr><td>--bootstrap-flavour: </td><td>LB_BOOTSTRAP_FLAVOUR</td></tr>
 	<tr><td>--mirror-bootstrap: </td><td>LB_MIRROR_BOOTSTRAP</td></tr>
 	<tr><td>--mirror-binary: </td><td>LB_MIRROR_BINARY</td></tr>
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index b3e63e9..1db85b8 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -93,9 +93,9 @@
 <div id="text_2" style='margin-left:0;display:none'>
 	<table>
 		<tr>
-			<td><label for="Architecture">--architecture:</label> </td>
+			<td><label for="Architectures">--architectures:</label> </td>
 			<td>
-				<select id="Architecture" name="architecture" size="1">
+				<select id="Architectures" name="architectures" size="1">
 					<option selected value="i386">i386</option>
 				</select>
 			</td>
diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html
index 827eb89..6d84c08 100644
--- a/templates/cgi/debian-unofficial/build.html
+++ b/templates/cgi/debian-unofficial/build.html
@@ -22,7 +22,7 @@
 <b>Advanced bootstrap options</b>
 
 <table>
-	<tr><td>--architecture: </td><td>LB_ARCHITECTURE</td></tr>
+	<tr><td>--architectures: </td><td>LB_ARCHITECTURES</td></tr>
 	<tr><td>--bootstrap-flavour: </td><td>LB_BOOTSTRAP_FLAVOUR</td></tr>
 	<tr><td>--mirror-bootstrap: </td><td>LB_MIRROR_BOOTSTRAP</td></tr>
 	<tr><td>--mirror-binary: </td><td>LB_MIRROR_BINARY</td></tr>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index 1955149..aeb014c 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -92,9 +92,9 @@
 <div id="text_2" style='margin-left:0;display:none'>
 	<table>
 		<tr>
-			<td><label for="Architecture">--architecture:</label> </td>
+			<td><label for="Architectures">--architectures:</label> </td>
 			<td>
-				<select id="Architecture" name="architecture" size="1">
+				<select id="Architectures" name="architectures" size="1">
 					<option selected value="i386">i386</option>
 				</select>
 			</td>

-- 
live-build



More information about the debian-live-changes mailing list