[SCM] live-build branch, debian, updated. debian/2.0_a23-1-16-gdd61ccb

Richard Nelson unixabg at gmail.com
Thu Sep 2 13:11:45 UTC 2010


The following commit has been merged in the debian branch:
commit 7304f48755747c4457173fc61b3424e1c7bb889a
Author: Richard Nelson <unixabg at gmail.com>
Date:   Sat Aug 14 17:00:13 2010 -0500

    Add param to the form.html templates for --tasks.

diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 24c4313..923477e 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -75,6 +75,10 @@
 			</td>
 		</tr>
 		<tr>
+			<td><label for="Tasks">--tasks:</label> </td>
+			<td><input id="Tasks" name="tasks" maxlength="256" size="50" type="text" /></td>
+		</tr>
+		<tr>
 			<td><label for="Packages">--packages:</label> </td>
 			<td><input id="Packages" name="packages" maxlength="256" size="50" type="text" /></td>
 		</tr>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index 6d0deb7..2356501 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -74,6 +74,10 @@
 			</td>
 		</tr>
 		<tr>
+			<td><label for="Tasks">--tasks:</label> </td>
+			<td><input id="Tasks" name="tasks" maxlength="256" size="50" type="text" /></td>
+		</tr>
+		<tr>
 			<td><label for="Packages">--packages:</label> </td>
 			<td><input id="Packages" name="packages" maxlength="256" size="50" type="text" /></td>
 		</tr>

-- 
live-build



More information about the debian-live-changes mailing list