jenkins-bot has submitted this change and it was merged. Change subject: beta: adjust $wgCaptchaDirectory ......................................................................
beta: adjust $wgCaptchaDirectory Application servers on eqiad do not have a /mnt/upload7. Instead point to the shared NFS directory /data/project/upload7. Bug: 63342 Change-Id: If3ca3d4862085349d03f8acce34c381934c4738b --- M wmf-config/CommonSettings-labs.php 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/CommonSettings-labs.php b/wmf-config/CommonSettings-labs.php index 7195114..12e156c 100644 --- a/wmf-config/CommonSettings-labs.php +++ b/wmf-config/CommonSettings-labs.php @@ -147,6 +147,8 @@ if ( $wgDBname == "testwiki" ) { $wgCaptchaDirectory = '/data/project/upload7/private/captcha/random'; +} else { + $wgCaptchaDirectory = '/data/project/upload7/private/captcha'; } // Use InstantCommons for testing -- To view, visit https://gerrit.wikimedia.org/r/122657 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If3ca3d4862085349d03f8acce34c381934c4738b Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Hashar <has...@free.fr> Gerrit-Reviewer: Hashar <has...@free.fr> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits