Siebrand has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334331 )
Change subject: Migrate mathjax to repong ...................................................................... Migrate mathjax to repong Change-Id: I9a1da504993e0719aef3ac3b918c035b3ff8998b --- M REPOCONF M REPOCONF.commit M bin/REPONG-PROJECTS M bin/repocommit M bin/repoexport M bin/repoupdate M repoconfig.commit.json M repoconfig.json 8 files changed, 19 insertions(+), 9 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/translatewiki refs/changes/31/334331/1 diff --git a/REPOCONF b/REPOCONF index 0218d49..bb734cb 100644 --- a/REPOCONF +++ b/REPOCONF @@ -9,7 +9,6 @@ REPO_IHRIS_BRANCH="4.2-dev" REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train" REPO_INTREFILL=https://github.com/zhaofengli/refill.git -REPO_MATHJAX=https://github.com/mathjax/MathJax-i18n.git REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk REPO_OSM=git://git.openstreetmap.org/rails.git REPO_POTLATCH2=https://github.com/systemed/potlatch2.git diff --git a/REPOCONF.commit b/REPOCONF.commit index ed1076a..a9808ea 100644 --- a/REPOCONF.commit +++ b/REPOCONF.commit @@ -18,7 +18,6 @@ REPO_IHRIS_BRANCH="4.2" REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train" [email protected]:zhaofengli/refill.git [email protected]:mathjax/MathJax-i18n.git REPO_NOCC=svn+ssh://${THISUSER}@svn.code.sf.net/p/nocc/code/trunk REPO_OSM=ssh://[email protected]/var/lib/git/rails.git [email protected]:systemed/potlatch2.git diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS index 9d9eabb..c8b7969 100644 --- a/bin/REPONG-PROJECTS +++ b/bin/REPONG-PROJECTS @@ -23,6 +23,7 @@ kiwix lib.reviews mantis +mathjax mediawiki mifos mwgerrit diff --git a/bin/repocommit b/bin/repocommit index ba25953..3ce3859 100755 --- a/bin/repocommit +++ b/bin/repocommit @@ -30,7 +30,6 @@ # TODO: Move to separate file? GITPROJECTS="\ int-refill \ -mathjax \ osm \ waymarked-trails-site" diff --git a/bin/repoexport b/bin/repoexport index 6eca799..6e22c6c 100755 --- a/bin/repoexport +++ b/bin/repoexport @@ -40,11 +40,6 @@ php "$EXPORTER" --target . --group=int-refill --lang='*' --skip en $HOURS php "$EXPORTER" --target . --group=int-refill --lang qqq -elif [ "$PROJECT" = "mathjax" ] -then - php "$EXPORTER" --target . --group='out-mathjax-*' --lang='*' --skip en,qqq $THRESHOLD - php "$EXPORTER" --target . --group='out-mathjax-*' --lang qqq - elif [ "$PROJECT" = "mediawiki-extensions" ] then # php "$WIKI/extensions/Translate/scripts/magic-export.php" --target mediawiki-extensions/extensions/ --type=magic --quiet & diff --git a/bin/repoupdate b/bin/repoupdate index a99e4b8..b6153bb 100755 --- a/bin/repoupdate +++ b/bin/repoupdate @@ -46,7 +46,6 @@ GITCLUPDATE="\ int-refill \ -mathjax \ waymarked-trails-site" for i in $GITCLUPDATE; do diff --git a/repoconfig.commit.json b/repoconfig.commit.json index 9e01357..07a0ea8 100644 --- a/repoconfig.commit.json +++ b/repoconfig.commit.json @@ -261,6 +261,15 @@ } } }, + "mathjax": { + "group": "out-mathjax-*", + "repos": { + "mathjax": { + "type": "github", + "url": "[email protected]:mathjax/MathJax-i18n.git" + } + } + }, "mediawiki": { "always-export-languages": "en-gb,es-formal,de-formal,hu-formal,nl-informal", "no-export-languages": "test,aeb,be-x-old,crh,dk,en,fiu-vro,gan,gom,hif,kbd,kk,kk-cn,iu,kk-kz,kk-tr,ko-kp,ku,ku-arab,no,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,bbc,ady", diff --git a/repoconfig.json b/repoconfig.json index d677a16..9ceef75 100644 --- a/repoconfig.json +++ b/repoconfig.json @@ -256,6 +256,15 @@ } } }, + "mathjax": { + "group": "out-mathjax-*", + "repos": { + "mathjax": { + "type": "github", + "url": "https://github.com/mathjax/MathJax-i18n.git" + } + } + }, "mediawiki": { "always-export-languages": "en-gb,es-formal,de-formal,hu-formal,nl-informal", "no-export-languages": "test,aeb,be-x-old,crh,dk,en,fiu-vro,gan,gom,hif,kbd,kk,kk-cn,iu,kk-kz,kk-tr,ko-kp,ku,ku-arab,no,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,bbc,ady", -- To view, visit https://gerrit.wikimedia.org/r/334331 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9a1da504993e0719aef3ac3b918c035b3ff8998b Gerrit-PatchSet: 1 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
