[SCM] Debian Live build scripts (webfrontent) branch, master, updated. fed4e5adfd49b339bec16b0338b73f9f90ca40ce

Richard Nelson unixabg at gmail.com
Sun Mar 15 02:56:10 UTC 2009


The following commit has been merged in the master branch:
commit fed4e5adfd49b339bec16b0338b73f9f90ca40ce
Author: Richard Nelson <unixabg at gmail.com>
Date:   Sat Mar 14 21:47:27 2009 -0500

    Set lenny as defualt build

diff --git a/templates/debian-official/form.html b/templates/debian-official/form.html
index 60bc055..b523e99 100644
--- a/templates/debian-official/form.html
+++ b/templates/debian-official/form.html
@@ -40,8 +40,9 @@
 			<td><label for="Distribution">--distribution:</label> </td>
 			<td>
 				<select id="Distribution" name="distribution" size="1">
-					<option selected value="etch">etch</option>
-					<option value="lenny">lenny</option>
+					<option value="etch">etch</option>
+					<option selected value="lenny">lenny</option>
+					<option value="squeeze">squeeze</option>
 					<option value="sid">sid</option>
 				</select>
 			</td>
diff --git a/templates/debian-unofficial/form.html b/templates/debian-unofficial/form.html
index 7d7803d..ffd6db6 100644
--- a/templates/debian-unofficial/form.html
+++ b/templates/debian-unofficial/form.html
@@ -40,8 +40,9 @@
 			<td><label for="Distribution">--distribution:</label> </td>
 			<td>
 				<select id="Distribution" name="distribution" size="1">
-					<option selected value="etch">etch</option>
-					<option value="lenny">lenny</option>
+					<option value="etch">etch</option>
+					<option selected value="lenny">lenny</option>
+					<option value="squeeze">squeeze</option>
 					<option value="sid">sid</option>
 				</select>
 			</td>

-- 
Debian Live build scripts (webfrontent)



More information about the debian-live-changes mailing list