diff options
author | Sam James <sam@gentoo.org> | 2022-04-24 03:58:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-24 03:58:55 +0100 |
commit | d067102b79bb2bb938bef24f269f924b1c6971b4 (patch) | |
tree | d767170b609a5a27418045f7ac01b177b6d589c2 | |
parent | Bug 1535376 - add support for upstream phabricator to the see-also fields (diff) | |
download | bugzilla-d067102b79bb2bb938bef24f269f924b1c6971b4.tar.gz bugzilla-d067102b79bb2bb938bef24f269f924b1c6971b4.tar.bz2 bugzilla-d067102b79bb2bb938bef24f269f924b1c6971b4.zip |
extensions/Gentoo: add loong to arch list
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl | 1 | ||||
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl | 1 |
2 files changed, 2 insertions, 0 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 14b467ef1..12ebe21e0 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,6 +13,7 @@ <option value="sparc@gentoo.org">SPARC</option> <option value="x86@gentoo.org">X86</option> <optgroup label="exp profiles"> + <opiton value="loong@gentoo.org">LOONG</option> <option value="s390@gentoo.org">S390</option> </optgroup> <optgroup label="pure ~arch"> 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 05fb006f9..49aba255b 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,6 +11,7 @@ <option value="sparc@gentoo.org">SPARC</option> <option value="x86@gentoo.org">X86</option> <optgroup label="exp profiles"> + <option value="loong@gentoo.org">LOONG</option> <option value="s390@gentoo.org">S390</option> </optgroup> <optgroup label="pure ~arch"> |