diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-07-22 22:52:07 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-07-22 22:52:07 -0700 |
commit | 484507e8393d34002783d014306c50194739da8d (patch) | |
tree | 0ecc558a7f1c9df0a7d154e257cdbe063076fd30 | |
parent | attachment: Force utf-8 if no charset is explicitly specified (diff) | |
parent | robots.txt: allow more indexing (diff) | |
download | bugzilla-484507e8393d34002783d014306c50194739da8d.tar.gz bugzilla-484507e8393d34002783d014306c50194739da8d.tar.bz2 bugzilla-484507e8393d34002783d014306c50194739da8d.zip |
Merge tag 'gentoo-5.0.4.8' into bugstest
Release gentoo-5.0.4.8; tweaks robots
3 files changed, 8 insertions, 7 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 f335908d8..942c56358 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 @@ -21,6 +21,7 @@ </optgroup> <optgroup label="pure ~arch"> <option value="mips@gentoo.org">MIPS</option> + <option value="riscv@gentoo">RISC-V</option> <option value="amd64-fbsd@gentoo.org">AMD64 FBSD</option> <option value="x86-fbsd@gentoo.org">X86 FBSD</option> </optgroup> 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 4e82810d6..c5c7a90bb 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 @@ -19,6 +19,7 @@ </optgroup> <optgroup label="pure ~arch"> <option value="mips@gentoo.org">MIPS</option> + <option value="riscv@gentoo.org">RISC-V</option> <option value="amd64-fbsd@gentoo.org">AMD64 FBSD</option> <option value="x86-fbsd@gentoo.org">X86 FBSD</option> </optgroup> diff --git a/robots-ssl.txt b/robots-ssl.txt index 3e832535d..808943e32 100644 --- a/robots-ssl.txt +++ b/robots-ssl.txt @@ -1,11 +1,10 @@ User-agent: * -Disallow: * -Disallow: / -Disallow: /index.cgi -Disallow: /show_bug.cgi -Disallow: /attachment.cgi -Disallow: /data/duplicates.rdf -Disallow: /data/cached/ +Allow: / +Allow: /index.cgi +Allow: /show_bug.cgi +Allow: /attachment.cgi +Allow: /data/duplicates.rdf +Allow: /data/cached/ Disallow: /query.cgi Disallow: /enter_bug.cgi Disallow: /userprefs.cgi |