diff options
author | 2017-09-12 15:35:48 +0200 | |
---|---|---|
committer | 2017-09-12 15:35:48 +0200 | |
commit | 7e287c98d01dc39fd0eab815533f1a8c5c609ebd (patch) | |
tree | a4b631ea64812c75da5ca5d25a4af0f1b90302b2 /extensions | |
parent | comments template: Use relative (#) references to comments (diff) | |
download | bugzilla-7e287c98d01dc39fd0eab815533f1a8c5c609ebd.tar.gz bugzilla-7e287c98d01dc39fd0eab815533f1a8c5c609ebd.tar.bz2 bugzilla-7e287c98d01dc39fd0eab815533f1a8c5c609ebd.zip |
Gentoo: move sparc to unstable arches
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 a79c57c39..5ba6ae91f 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 @@ -11,7 +11,6 @@ <option value="ia64@gentoo.org">IA64</option> <option value="ppc64@gentoo.org">PPC64</option> <option value="ppc@gentoo.org">PPC</option> - <option value="sparc@gentoo.org">SPARC</option> <option value="x86@gentoo.org">X86</option> <optgroup label="Unstable arches"> <option value="arm64@gentoo.org">ARM64</option> @@ -22,6 +21,7 @@ <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> <optgroup label="Other teams"> <option value="release@gentoo.org">RELEASE</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 280a81c9c..bef963c38 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 @@ -9,7 +9,6 @@ <option value="ia64@gentoo.org">IA64</option> <option value="ppc64@gentoo.org">PPC64</option> <option value="ppc@gentoo.org">PPC</option> - <option value="sparc@gentoo.org">SPARC</option> <option value="x86@gentoo.org">X86</option> <optgroup label="Unstable arches"> <option value="arm64@gentoo.org">ARM64</option> @@ -20,6 +19,7 @@ <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> <optgroup label="Other teams"> <option value="release@gentoo.org">RELEASE</option> |