Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Disable l10nupdate for the duration of CLDR 26 plural migration
......................................................................


Disable l10nupdate for the duration of CLDR 26 plural migration

Planned for from 2014-10-27 to 2014-11-06 to prevent grammar
mistakes appearing in the user interface.

Bug: 62861
Change-Id: I11e74e3b4d7e4870912a02c182d78d236bbb1916
---
M manifests/misc/deployment.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BryanDavis: Looks good to me, but someone else must approve
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/misc/deployment.pp b/manifests/misc/deployment.pp
index f5a7389..d831843 100644
--- a/manifests/misc/deployment.pp
+++ b/manifests/misc/deployment.pp
@@ -213,7 +213,7 @@
     require misc::deployment::scap_scripts
 
     cron { 'l10nupdate':
-        ensure  => present,
+        ensure  => absent,
         command => '/usr/local/bin/l10nupdate-1 --verbose >> 
/var/log/l10nupdatelog/l10nupdate.log 2>&1',
         user    => 'l10nupdate',
         hour    => 2,

-- 
To view, visit https://gerrit.wikimedia.org/r/168255
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I11e74e3b4d7e4870912a02c182d78d236bbb1916
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to