From 024b419fa062fcb157c91fd6c1c7c4b9c387bd77 Mon Sep 17 00:00:00 2001 From: Richard Nelson <unixabg@gmail.com> Date: Wed, 13 Oct 2010 16:01:42 -0500 Subject: Addng lenny build option back to forms and removing wheezy on l-b-cgi. --- templates/cgi/debian-official/form.html | 2 +- templates/cgi/debian-unofficial/form.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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> -- cgit v1.0