commit:     53d18edf73214cee9366c29e8c92047bf2192a3e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 14:52:48 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 14:52:48 2020 +0000
URL:        
https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=53d18edf

Gentoo: alpha is now ~arch-only

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../en/default/hook/bug/create/create-after_cc_field.html.tmpl        | 4 ++--
 .../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="al...@gentoo.org">ALPHA</option>
         <option value="am...@gentoo.org">AMD64</option>
         <option value="a...@gentoo.org">ARM</option>
         <option value="ar...@gentoo.org">ARM64</option>
@@ -20,8 +19,9 @@
           <option value="sp...@gentoo.org">SPARC</option>
         </optgroup>
         <optgroup label="pure ~arch">
+          <option value="al...@gentoo.org">ALPHA</option>
           <option value="m...@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="pre...@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="al...@gentoo.org">ALPHA</option>
     <option value="am...@gentoo.org">AMD64</option>
     <option value="a...@gentoo.org">ARM</option>
     <option value="ar...@gentoo.org">ARM64</option>
@@ -18,6 +17,7 @@
       <option value="sp...@gentoo.org">SPARC</option>
     </optgroup>
     <optgroup label="pure ~arch">
+      <option value="al...@gentoo.org">ALPHA</option>
       <option value="m...@gentoo.org">MIPS</option>
       <option value="ri...@gentoo.org">RISC-V</option>
     </optgroup>

Reply via email to