Hi,
After a lot of work and FBRs, we are finally ready to go live. Could I get +1s for the FBR attached to enable it in FAS?
RFR: https://fedorahosted.org/fedora-infrastructure/ticket/5174 SOP: https://infrastructure.fedoraproject.org/infra/docs/basset.rst
These documentations and the current Basset version are first versions. All will need finetuning to work correctly, but this will enable the FAS hooks.
This enables the FAS production hooks for Basset.
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com --- roles/fas_server/templates/fas.cfg.j2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/roles/fas_server/templates/fas.cfg.j2 b/roles/fas_server/templates/fas.cfg.j2 index 2b90ef0..3f293dc 100644 --- a/roles/fas_server/templates/fas.cfg.j2 +++ b/roles/fas_server/templates/fas.cfg.j2 @@ -115,14 +115,20 @@ cla_deprecated_groups = ['cla_fedora'] # Format: 'group1:a,b,c|group2:d,e,f' auto_approve_groups = 'packager:fedorabugs|qa:fedorabugs|security-team:fedorabugs|qa-beaker-user:qa-automation-shell|docs:fedorabugs|cla_fpca:cla_done|cla_redhat:cla_done|cla_dell:cla_done|cla_ibm:cla_done|cla_intel:cla_done'
-{% if env == "staging" %} # Anti-spam approval check script, which injects in both registration and CLA steps # In Fedora, this is provided by the Basset service +{% if env == "staging" %} antispam.api.url = 'http://basset01.stg.phx2.fedoraproject.org/basset' antispam.api.username = '{{ basset_stg_frontend_user }}' antispam.api.password = '{{ basset_stg_frontend_pass }}' antispam.registration.autoaccept = False antispam.cla.autoaccept = False +{% else %} +antispam.api.url = 'http://basset01.phx2.fedoraproject.org/basset' +antispam.api.username = '{{ basset_prod_frontend_user }}' +antispam.api.password = '{{ basset_prod_frontend_pass }}' +antispam.registration.autoaccept = False +antispam.cla.autoaccept = False {% endif %}
# Some server parameters that you may want to tweak
+1
I assume we will watch it for a bit before dropping the wiki/trac requirements?
kevin
Yep.
I was planning on doing a bit of time of looking and finetuning, and when I feel confident that it stops most (hopefully all, but one can wish) spammers, I will bring up lifting the requirements.
With kind regards, Patrick Uiterwijk Fedora Infra
----- Original Message -----
+1
I assume we will watch it for a bit before dropping the wiki/trac requirements?
kevin
infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/infrastructure@lists.fedoraprojec...
+1 please do so as soon as possible.
On 18 March 2016 at 10:47, Patrick Uiterwijk puiterwijk@redhat.com wrote:
Hi,
After a lot of work and FBRs, we are finally ready to go live. Could I get +1s for the FBR attached to enable it in FAS?
RFR: https://fedorahosted.org/fedora-infrastructure/ticket/5174 SOP: https://infrastructure.fedoraproject.org/infra/docs/basset.rst
These documentations and the current Basset version are first versions. All will need finetuning to work correctly, but this will enable the FAS hooks. _______________________________________________ infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/infrastructure@lists.fedoraprojec...
infrastructure@lists.fedoraproject.org