jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/389488 )
Change subject: Add https://github.com/Hutchy68/Purge ...................................................................... Add https://github.com/Hutchy68/Purge https://github.com/Hutchy68/Purge/issues/10#issuecomment-341273099 Change-Id: Ia1e4216209f0d66ce1a06b6d8de85091a10f8a89 --- M groups/MediaWiki/mwgithub.yaml M repoconfig.commit.json M repoconfig.json 3 files changed, 24 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Nikerabbit: Looks good to me, approved diff --git a/groups/MediaWiki/mwgithub.yaml b/groups/MediaWiki/mwgithub.yaml index 7ae010a..34421e2 100644 --- a/groups/MediaWiki/mwgithub.yaml +++ b/groups/MediaWiki/mwgithub.yaml @@ -329,3 +329,19 @@ ignored: - pickle-testspec-subpage - pickle-testspec-invoke + +--- +BASIC: + id: mwgithub-purge + label: Purge + description: "{{Special:MyLanguage/MediaWiki:purge-descriptionmsg/en}}" + +FILES: + class: JsonFFS + sourcePattern: "%GROUPROOT%/mwgithub/Hutchy68/Purge/i18n/%CODE%.json" + +MANGLER: + class: StringMatcher + prefix: purge- + patterns: + - "*" diff --git a/repoconfig.commit.json b/repoconfig.commit.json index 99edf48..cda897c 100644 --- a/repoconfig.commit.json +++ b/repoconfig.commit.json @@ -404,6 +404,10 @@ "type": "github", "url": "[email protected]:cmln/chameleon.git" }, + "mwgithub/Hutchy68/Purge": { + "type": "github", + "url": "[email protected]:Hutchy68/Purge.git" + }, "mwgithub/jeblad/Pickle": { "type": "github", "url": "[email protected]:jeblad/Pickle.git" diff --git a/repoconfig.json b/repoconfig.json index 67abc1a..83c6d32 100644 --- a/repoconfig.json +++ b/repoconfig.json @@ -402,6 +402,10 @@ "type": "github", "url": "https://github.com/cmln/chameleon.git" }, + "mwgithub/Hutchy68/Purge": { + "type": "github", + "url": "https://github.com/Hutchy68/Purge.git" + }, "mwgithub/jeblad/Pickle": { "type": "github", "url": "https://github.com/jeblad/Pickle.git" -- To view, visit https://gerrit.wikimedia.org/r/389488 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia1e4216209f0d66ce1a06b6d8de85091a10f8a89 Gerrit-PatchSet: 1 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Nikerabbit <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
