[SCM] live-build branch, debian-next, updated. debian/3.0_a31-1-14-g8a43927

Daniel Baumann daniel at debian.org
Tue Sep 27 20:46:02 UTC 2011


The following commit has been merged in the debian-next branch:
commit 8a43927c04f67eba06f212b56d4af7166f9afa51
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Tue Sep 27 22:46:25 2011 +0200

    Fixing left-over uses of --binary-indices in templates/cgi.

diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html
index cb3252f..1595c2d 100644
--- a/templates/cgi/debian-official/build.html
+++ b/templates/cgi/debian-official/build.html
@@ -41,7 +41,7 @@
 <b>Advanced binary options</b>
 
 <table>
-	<tr><td>--binary-indices: </td><td>LB_BINARY_INDICES</td></tr>
+	<tr><td>--apt-indices: </td><td>LB_APT_INDICES</td></tr>
 	<tr><td>--bootappend-live: </td><td>LB_BOOTAPPEND_LIVE</td></tr>
 	<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>
 	<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr>
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 4c61528..b3e63e9 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -191,9 +191,9 @@
 	<table>
 		<!-- LIVE_BINARY_IMAGES -->
 		<tr>
-			<td><label for="Binary_Indices">--binary-indices:</label> </td>
+			<td><label for="Apt_Indices">--apt-indices:</label> </td>
 			<td>
-				<select id="Binary_Indices" name="binary_indices" size="1">
+				<select id="Apt_Indices" name="binary_indices" size="1">
 					<option selected value="true">true</option>
 					<option value="false">false</option>
 				</select>
diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html
index 843f44f..827eb89 100644
--- a/templates/cgi/debian-unofficial/build.html
+++ b/templates/cgi/debian-unofficial/build.html
@@ -41,7 +41,7 @@
 <b>Advanced binary options</b>
 
 <table>
-	<tr><td>--binary-indices: </td><td>LB_BINARY_INDICES</td></tr>
+	<tr><td>--apt-indices: </td><td>LB_APT_INDICES</td></tr>
 	<tr><td>--bootappend-live: </td><td>LB_BOOTAPPEND_LIVE</td></tr>
 	<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>
 	<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index bc2608b..1955149 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -190,9 +190,9 @@
 	<table>
 		<!-- LIVE_BINARY_IMAGES -->
 		<tr>
-			<td><label for="Binary_Indices">--binary-indices:</label> </td>
+			<td><label for="Apt_Indices">--apt-indices:</label> </td>
 			<td>
-				<select id="Binary_Indices" name="binary_indices" size="1">
+				<select id="Apt_Indices" name="binary_indices" size="1">
 					<option selected value="true">true</option>
 					<option value="false">false</option>
 				</select>

-- 
live-build



More information about the debian-live-changes mailing list