diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-26 15:52:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-26 15:52:48 +0100 |
commit | 53d18edf73214cee9366c29e8c92047bf2192a3e (patch) | |
tree | 433107d183aa056e647b8ace81cee10de822e6ed | |
parent | bug template: Add a link to clone in same product (diff) | |
download | bugzilla-53d18edf73214cee9366c29e8c92047bf2192a3e.tar.gz bugzilla-53d18edf73214cee9366c29e8c92047bf2192a3e.tar.bz2 bugzilla-53d18edf73214cee9366c29e8c92047bf2192a3e.zip |
Gentoo: alpha is now ~arch-onlygentoo-5.0.4.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl | 4 | ||||
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl b/extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl index eb625e6bf..9f8fd43f7 100644 --- a/extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl +++ b/extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl @@ -4,7 +4,6 @@ </td> <td> <select name="addarches" multiple size="5" class="arch-selector"> - <option value="alpha@gentoo.org">ALPHA</option> <option value="amd64@gentoo.org">AMD64</option> <option value="arm@gentoo.org">ARM</option> <option value="arm64@gentoo.org">ARM64</option> @@ -20,8 +19,9 @@ <option value="sparc@gentoo.org">SPARC</option> </optgroup> <optgroup label="pure ~arch"> + <option value="alpha@gentoo.org">ALPHA</option> <option value="mips@gentoo.org">MIPS</option> - <option value="riscv@gentoo">RISC-V</option> + <option value="riscv@gentoo">RISC-V</option> </optgroup> <optgroup label="other teams"> <option value="prefix@gentoo.org">Prefix</option> diff --git a/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl b/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl index 71253cab4..6537e23f6 100644 --- a/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl +++ b/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl @@ -2,7 +2,6 @@ <div> <button onclick="add_arches_edit()" type="button">Add arches:</button> <select name="addarches" multiple size="5" class="arch-selector"> - <option value="alpha@gentoo.org">ALPHA</option> <option value="amd64@gentoo.org">AMD64</option> <option value="arm@gentoo.org">ARM</option> <option value="arm64@gentoo.org">ARM64</option> @@ -18,6 +17,7 @@ <option value="sparc@gentoo.org">SPARC</option> </optgroup> <optgroup label="pure ~arch"> + <option value="alpha@gentoo.org">ALPHA</option> <option value="mips@gentoo.org">MIPS</option> <option value="riscv@gentoo.org">RISC-V</option> </optgroup> |