summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-03-08 15:39:57 -0600
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:05 +0100
commit5a37122742f1361798c4d38a4edbf028e66cab25 (patch)
treee5828a52ade22ceb4ee7789c4c7f9d0357be03d7 /templates
parent04b712a84bd7a7cd2492ec9076fbf2fedd7f200b (diff)
downloadlive-build-5a37122742f1361798c4d38a4edbf028e66cab25.zip
live-build-5a37122742f1361798c4d38a4edbf028e66cab25.tar.gz
Removing etch legacy options in the cgi.
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian-official/form.html1
-rw-r--r--templates/cgi/debian-unofficial/form.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 9e4aa67..67fd628 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -36,7 +36,6 @@
<td><label for="Distribution">--distribution:</label> </td>
<td>
<select id="Distribution" name="distribution" size="1">
- <option value="etch">etch</option>
<option selected value="lenny">lenny</option>
<option value="squeeze">squeeze</option>
<option value="sid">sid</option>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index efd01e9..831aef0 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -35,7 +35,6 @@
<td><label for="Distribution">--distribution:</label> </td>
<td>
<select id="Distribution" name="distribution" size="1">
- <option value="etch">etch</option>
<option selected value="lenny">lenny</option>
<option value="squeeze">squeeze</option>
<option value="sid">sid</option>