[SCM] live-build branch, debian-next, updated. debian/3.0_a40-1-2-gd5a9fc8
Richard Nelson
unixabg at gmail.com
Wed Dec 21 17:09:23 UTC 2011
The following commit has been merged in the debian-next branch:
commit d5a9fc80066f3ca0e213fd2f122c37438ec91fdc
Author: Richard Nelson <unixabg at gmail.com>
Date: Wed Dec 21 11:08:49 2011 -0600
l-b.cgi add option for amd64 to --architectures.
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 1db85b8..fe2dd27 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -96,6 +96,7 @@
<td><label for="Architectures">--architectures:</label> </td>
<td>
<select id="Architectures" name="architectures" size="1">
+ <option value="amd64">amd64</option>
<option selected value="i386">i386</option>
</select>
</td>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index aeb014c..543f79e 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -95,6 +95,7 @@
<td><label for="Architectures">--architectures:</label> </td>
<td>
<select id="Architectures" name="architectures" size="1">
+ <option value="amd64">amd64</option>
<option selected value="i386">i386</option>
</select>
</td>
--
live-build
More information about the debian-live-changes
mailing list