diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-09 21:55:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-09 21:55:08 +0100 |
commit | f0ffa37ef4ab34ec2a4b682a4c5ef28b2cdf52df (patch) | |
tree | 1d401d8f0091e74fbb282d8b2433d9b0cc5282dd | |
parent | buglist: tell taint check that bugid is safe. (diff) | |
download | bugzilla-f0ffa37ef4ab34ec2a4b682a4c5ef28b2cdf52df.tar.gz bugzilla-f0ffa37ef4ab34ec2a4b682a4c5ef28b2cdf52df.tar.bz2 bugzilla-f0ffa37ef4ab34ec2a4b682a4c5ef28b2cdf52df.zip |
Gentoo: move ARM64 to stable arches to facilitate stabilization work
-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 5ba6ae91f..9997c4132 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 @@ -7,13 +7,13 @@ <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> <option value="hppa@gentoo.org">HPPA</option> <option value="ia64@gentoo.org">IA64</option> <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="arm64@gentoo.org">ARM64</option> <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> 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 bef963c38..a4985fc2b 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 @@ -5,13 +5,13 @@ <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> <option value="hppa@gentoo.org">HPPA</option> <option value="ia64@gentoo.org">IA64</option> <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="arm64@gentoo.org">ARM64</option> <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> |