diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-29 23:06:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-29 23:06:38 +0100 |
commit | e62c0eb8be55a37eff50486faae893f59d143c9a (patch) | |
tree | 4be1039c2f4266dc37397601fea5fd32a153194c | |
parent | Gentoo: move ARM64 to stable arches to facilitate stabilization work (diff) | |
download | bugzilla-e62c0eb8be55a37eff50486faae893f59d143c9a.tar.gz bugzilla-e62c0eb8be55a37eff50486faae893f59d143c9a.tar.bz2 bugzilla-e62c0eb8be55a37eff50486faae893f59d143c9a.zip |
Reorganize arches list as discussed on ml and pushed to eshowkw
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl | 25 | ||||
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl | 25 |
2 files changed, 28 insertions, 22 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 9997c4132..4c5a84908 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 @@ -13,18 +13,21 @@ <option value="ppc64@gentoo.org">PPC64</option> <option value="ppc@gentoo.org">PPC</option> <option value="x86@gentoo.org">X86</option> - <optgroup label="Unstable arches"> - <option value="bsd@gentoo.org">BSD</option> - <option value="x86-fbsd@gentoo.org">X86 FBSD</option> - <option value="amd64-fbsd@gentoo.org">AMD64 FBSD</option> - <option value="m68k@gentoo.org">M68K</option> - <option value="mips@gentoo.org">MIPS</option> - <option value="s390@gentoo.org">S390</option> - <option value="sh@gentoo.org">SH</option> - <option value="sparc@gentoo.org">SPARC</option> + <optgroup label="exp profiles"> + <option value="m68k@gentoo.org">M68K</option> + <option value="s390@gentoo.org">S390</option> + <option value="sh@gentoo.org">SH</option> + <option value="sparc@gentoo.org">SPARC</option> </optgroup> - <optgroup label="Other teams"> - <option value="release@gentoo.org">RELEASE</option> + <optgroup label="pure ~arch"> + <option value="mips@gentoo.org">MIPS</option> + <option value="amd64-fbsd@gentoo.org">AMD64 FBSD</option> + <option value="x86-fbsd@gentoo.org">X86 FBSD</option> + </optgroup> + <optgroup label="other teams"> + <option value="bsd@gentoo.org">BSD</option> + <option value="prefix@gentoo.org">Prefix</option> + <option value="release@gentoo.org">Release</option> </optgroup> </select> </td> 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 a4985fc2b..de10e3e45 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 @@ -11,18 +11,21 @@ <option value="ppc64@gentoo.org">PPC64</option> <option value="ppc@gentoo.org">PPC</option> <option value="x86@gentoo.org">X86</option> - <optgroup label="Unstable arches"> - <option value="bsd@gentoo.org">BSD</option> - <option value="x86-fbsd@gentoo.org">X86 FBSD</option> - <option value="amd64-fbsd@gentoo.org">AMD64 FBSD</option> - <option value="m68k@gentoo.org">M68K</option> - <option value="mips@gentoo.org">MIPS</option> - <option value="s390@gentoo.org">S390</option> - <option value="sh@gentoo.org">SH</option> - <option value="sparc@gentoo.org">SPARC</option> + <optgroup label="exp profiles"> + <option value="m68k@gentoo.org">M68K</option> + <option value="s390@gentoo.org">S390</option> + <option value="sh@gentoo.org">SH</option> + <option value="sparc@gentoo.org">SPARC</option> </optgroup> - <optgroup label="Other teams"> - <option value="release@gentoo.org">RELEASE</option> + <optgroup label="pure ~arch"> + <option value="mips@gentoo.org">MIPS</option> + <option value="amd64-fbsd@gentoo.org">AMD64 FBSD</option> + <option value="x86-fbsd@gentoo.org">X86 FBSD</option> + </optgroup> + <optgroup label="other teams"> + <option value="bsd@gentoo.org">BSD</option> + <option value="prefix@gentoo.org">Prefix</option> + <option value="release@gentoo.org">Release</option> </optgroup> </select> </div> |