Brion VIBBER has submitted this change and it was merged. Change subject: restore $oaiAgentRegex ......................................................................
restore $oaiAgentRegex Was removed in 7c1d036b https://gerrit.wikimedia.org/r/#/c/105475 Change-Id: I824af4a1d4699fb0a8321195f1f7f0e61f06300b --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Brion VIBBER: Looks good to me, approved diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 711f685..38128cc 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -912,6 +912,7 @@ # OAI repository for update server include( $IP . '/extensions/OAI/OAIRepo.php' ); +$oaiAgentRegex = '/experimental/'; $oaiAuth = true; $oaiAuditDatabase = 'oai'; $oaiChunkSize = 40; -- To view, visit https://gerrit.wikimedia.org/r/108055 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I824af4a1d4699fb0a8321195f1f7f0e61f06300b Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
