[SCM] live-build branch, debian-old-2.0, updated. debian/2.0.3-1-1-ge40c901

Richard Nelson unixabg at gmail.com
Wed Oct 13 21:20:31 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit e40c901f84f742d60270228c031e049d61f0d7e8
Author: Richard Nelson <unixabg at gmail.com>
Date:   Wed Oct 13 16:01:42 2010 -0500

    Addng lenny build option back to forms and removing wheezy on l-b-cgi.

diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 7553a65..c54a4a4 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -36,8 +36,8 @@
 			<td><label for="Distribution">--distribution:</label> </td>
 			<td>
 				<select id="Distribution" name="distribution" size="1">
+					<option value="lenny">lenny</option>
 					<option selected value="squeeze">squeeze</option>
-					<option value="wheezy">wheezy</option>
 					<option value="sid">sid</option>
 				</select>
 			</td>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index ba4d912..44982ca 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -35,8 +35,8 @@
 			<td><label for="Distribution">--distribution:</label> </td>
 			<td>
 				<select id="Distribution" name="distribution" size="1">
+					<option value="lenny">lenny</option>
 					<option selected value="squeeze">squeeze</option>
-					<option value="wheezy">wheezy</option>
 					<option value="sid">sid</option>
 				</select>
 			</td>

-- 
live-build



More information about the debian-live-changes mailing list