ArielGlenn has submitted this change and it was merged.

Change subject: fix variable name in dump cron job for hugewikis
......................................................................


fix variable name in dump cron job for hugewikis

Change-Id: I10e286fcf9feb67b5a0b1effa91842ebc5f86aa0
---
M modules/snapshot/templates/fulldumps.sh.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/snapshot/templates/fulldumps.sh.erb 
b/modules/snapshot/templates/fulldumps.sh.erb
index 14cd324..ca2f6de 100644
--- a/modules/snapshot/templates/fulldumps.sh.erb
+++ b/modules/snapshot/templates/fulldumps.sh.erb
@@ -78,7 +78,7 @@
 esac
 
 case $wikitype in
-    'huge')
+    'hugewikis')
         configfile="${dumpsdir}/confs/wikidump.conf.hugewikis"
         alldone=`python dumpadmin.py -s alldone --configfile $configfile`
         if [ -z "$alldone" ]; then

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I10e286fcf9feb67b5a0b1effa91842ebc5f86aa0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to