summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-10-10 16:18:53 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:26 +0100
commit3b73dfa2b0e70be82ee1733ce25b7ded7c528933 (patch)
tree93be22fae1ec1f92e35216380a5b16857f56c3cd /templates
parente0ebde8d43701a993ed152d0fb56f7d76e9c6965 (diff)
downloadlive-build-3b73dfa2b0e70be82ee1733ce25b7ded7c528933.zip
live-build-3b73dfa2b0e70be82ee1733ce25b7ded7c528933.tar.gz
Make squeeze default on l-b-cgi.
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian-official/form.html4
-rw-r--r--templates/cgi/debian-unofficial/form.html4
2 files changed, 4 insertions, 4 deletions
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>