diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-13 20:35:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-13 20:35:09 +0200 |
commit | 2a5b84c7b5ca81ad81dbf66d44870c96d8e1e8c3 (patch) | |
tree | 4431c94373043fae8cd080ce2eecd1da4bdd989f /extensions | |
parent | Fix accidental reverse ordering of PPC/PPC64 (diff) | |
download | bugzilla-2a5b84c7b5ca81ad81dbf66d44870c96d8e1e8c3.tar.gz bugzilla-2a5b84c7b5ca81ad81dbf66d44870c96d8e1e8c3.tar.bz2 bugzilla-2a5b84c7b5ca81ad81dbf66d44870c96d8e1e8c3.zip |
HPPA is exp arch now
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl | 2 |
2 files changed, 2 insertions, 2 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 d92c72e21..f335908d8 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 @@ -8,12 +8,12 @@ <option value="amd64@gentoo.org">AMD64</option> <option value="arm@gentoo.org">ARM</option> <option value="arm64@gentoo.org">ARM64</option> - <option value="hppa@gentoo.org">HPPA</option> <option value="ia64@gentoo.org">IA64</option> <option value="ppc@gentoo.org">PPC</option> <option value="ppc64@gentoo.org">PPC64</option> <option value="x86@gentoo.org">X86</option> <optgroup label="exp profiles"> + <option value="hppa@gentoo.org">HPPA</option> <option value="m68k@gentoo.org">M68K</option> <option value="s390@gentoo.org">S390</option> <option value="sh@gentoo.org">SH</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 c5b3b8fd6..4e82810d6 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 @@ -6,12 +6,12 @@ <option value="amd64@gentoo.org">AMD64</option> <option value="arm@gentoo.org">ARM</option> <option value="arm64@gentoo.org">ARM64</option> - <option value="hppa@gentoo.org">HPPA</option> <option value="ia64@gentoo.org">IA64</option> <option value="ppc@gentoo.org">PPC</option> <option value="ppc64@gentoo.org">PPC64</option> <option value="x86@gentoo.org">X86</option> <optgroup label="exp profiles"> + <option value="hppa@gentoo.org">HPPA</option> <option value="m68k@gentoo.org">M68K</option> <option value="s390@gentoo.org">S390</option> <option value="sh@gentoo.org">SH</option> |