jenkins-bot has submitted this change and it was merged. Change subject: Fix group names ......................................................................
Fix group names To avoid "Unknown group" errors. Spotted by Shirayuki http://translatewiki.net/wiki/Thread:Support/About_Extension_localisation_statistics Change-Id: I658ad4cfdaef3a78a806ebc2da921f308c5abf42 --- M bin/stats-fundraiser M bin/stats-mantis M bin/stats-someextensions M bin/stats-translatewiki 4 files changed, 4 insertions(+), 4 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/bin/stats-fundraiser b/bin/stats-fundraiser index 7b35cb5..7584745 100755 --- a/bin/stats-fundraiser +++ b/bin/stats-fundraiser @@ -1,7 +1,7 @@ # Siebrand / 2008-02-09 # should be run as user 'siebrand' because pywikipediabot checks ownership of user-config.py -COMMAND="/usr/bin/php groupStatistics.php --skipzero --groups=ext-di-di,ext-di-pfpg" +COMMAND="/usr/bin/php groupStatistics.php --skipzero --groups=ext-di-gc,ext-di-pfpg" # create basic stats file for groups 'most used', 'core', 'Wikimedia extensions', and 'All extensions' cd /www/w/extensions/Translate/scripts diff --git a/bin/stats-mantis b/bin/stats-mantis index 662f5c3..280e7a1 100755 --- a/bin/stats-mantis +++ b/bin/stats-mantis @@ -5,7 +5,7 @@ # create basic stats file for group 'out-mantis' cd /www/w/extensions/Translate/scripts -/usr/bin/php groupStatistics.php --skipzero --groups=out-mantis-core,out-mantis-mantiscoreformatting,out-mantis-mantisgraph,out-mantis-xmlimportexport --skiplanguages=test,qqq > $STATSFILE +/usr/bin/php groupStatistics.php --skipzero --groups=out-mantis-core,out-mantis-plugin-mantiscoreformatting,out-mantis-plugin-mantisgraph,out-mantis-plugin-xmlimportexport --skiplanguages=test,qqq > $STATSFILE STATSPAGE="$HOME/temp/stats-mantis_page" diff --git a/bin/stats-someextensions b/bin/stats-someextensions index 5108eea..6ef8f83 100755 --- a/bin/stats-someextensions +++ b/bin/stats-someextensions @@ -1,7 +1,7 @@ # Siebrand / 2008-02-09 # should be run as user 'siebrand' because pywikipediabot checks ownership of user-config.py -COMMAND="/usr/bin/php groupStatistics.php --skipzero --groups=ext-babel,ext-uploadwizard,ext-liquidthreads,ext-wikimedialicensetexts,ext-di-di,ext-di-pfpg" +COMMAND="/usr/bin/php groupStatistics.php --skipzero --groups=ext-babel,ext-uploadwizard,ext-liquidthreads,ext-wikimedialicensetexts,ext-di-gc,ext-di-pfpg" # create basic stats file for groups 'most used', 'core', 'Wikimedia extensions', and 'All extensions' cd /www/w/extensions/Translate/scripts diff --git a/bin/stats-translatewiki b/bin/stats-translatewiki index 32139b8..9286cae 100755 --- a/bin/stats-translatewiki +++ b/bin/stats-translatewiki @@ -1,7 +1,7 @@ # Siebrand / 2008-02-09 # should be run as user 'siebrand' because pywikipediabot checks ownership of user-config.py -COMMAND="/usr/bin/php groupStatistics.php --skipzero --groups=wiki-twn-mainpage,ext-translate-0-all,wiki-betawiki,page|Project_list,page|User:FuzzyBot,page|Translating:How_to_start,page|Translating:Intro --skiplanguages=test,qqq,als,be-x-old,crh,de-at,de-ch,de-formal,dk,en-gb,fiu-vro,gan,got,hif,kbd,kk,kk-cn,iu,kk-kz,kk-tr,ko-kp,ku,ku-arab,no,nl-informal,ruq,simple,sr,tg,tp,tt,ug,zh,zh-classical,zh-cn,zh-sg,zh-hk,zh-min-nan,zh-mo,zh-my,zh-tw,zh-yue,ady,bbc" +COMMAND="/usr/bin/php groupStatistics.php --skipzero --groups=wiki-twn-mainpage,ext-translate-0-all,wiki-betawiki,page-Project_list,page-User:FuzzyBot,page-Translating:How_to_start,page-Translating:Intro --skiplanguages=test,qqq,als,be-x-old,crh,de-at,de-ch,de-formal,dk,en-gb,fiu-vro,gan,got,hif,kbd,kk,kk-cn,iu,kk-kz,kk-tr,ko-kp,ku,ku-arab,no,nl-informal,ruq,simple,sr,tg,tp,tt,ug,zh,zh-classical,zh-cn,zh-sg,zh-hk,zh-min-nan,zh-mo,zh-my,zh-tw,zh-yue,ady,bbc" STATSPAGE=$HOME/temp/twn # create basic stats file for groups 'most used', 'core', 'Wikimedia extensions', and 'All extensions' -- To view, visit https://gerrit.wikimedia.org/r/79469 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I658ad4cfdaef3a78a806ebc2da921f308c5abf42 Gerrit-PatchSet: 3 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Shirayuki <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> Gerrit-Reviewer: Shirayuki <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
