[SCM] live-build branch, debian-old-2.0, updated. debian/2.0.2-1-4-gf9726bf

Daniel Baumann daniel at debian.org
Sun Oct 10 14:18:35 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit f9726bfa02e342627d7926c12a017332f858cf97
Author: Richard Nelson <unixabg at gmail.com>
Date:   Sun Oct 10 16:18:53 2010 +0200

    Make squeeze default on l-b-cgi.

diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 2a031e2..7553a65 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 selected value="lenny">lenny</option>
-					<option value="squeeze">squeeze</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 4949e5a..ba4d912 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 selected value="lenny">lenny</option>
-					<option value="squeeze">squeeze</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