Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/315943

Change subject: Add my export script to version control
......................................................................

Add my export script to version control

Change-Id: Ib2d88712d459d0131d6e7473b000ab9056cb18ba
---
A bin/nike-export-all
1 file changed, 59 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/43/315943/1

diff --git a/bin/nike-export-all b/bin/nike-export-all
new file mode 100755
index 0000000..4ca7692
--- /dev/null
+++ b/bin/nike-export-all
@@ -0,0 +1,59 @@
+#!/bin/bash
+
+DIRSCRIPT="`dirname \"$0\"`"
+DIRSCRIPT="`( cd \"$DIRSCRIPT\" && pwd )`"
+
+if [ $(ssh-add -l | wc -l) != 2 ]
+then
+       echo "Some SSH keys are missing"
+       exit
+fi
+
+PROJECTS="
+int-dcatap
+blockly
+citationhunt
+codev
+crosswatch
+entryscape
+eol
+etherpad-lite
+europeana
+freecol
+fudforum
+gapfinder
+hivejs
+huggle
+inaturalist
+intuition
+int-heritage
+int-orphantalk
+int-raun
+int-refill
+jquery.uls
+kiwix
+lib.reviews
+mathjax
+mwgerrit
+mwgithub
+nfcring-control
+osm
+pageviews
+pywikibot
+vicuna
+video2commons
+waymarked-trails-site
+wiki-ai
+wikiblame
+wikidata
+wikiedudashboard
+wikimania
+wikimedia-portals
+"
+
+for i in $PROJECTS; do
+       echo $i
+       "$DIRSCRIPT/repoupdate" $i
+       "$DIRSCRIPT/repoexport" $i
+       "$DIRSCRIPT/repocommit" $i
+done

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2d88712d459d0131d6e7473b000ab9056cb18ba
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to