Add extensions

This commit is contained in:
Adrian Malacoda
2014-11-24 21:59:58 -06:00
parent 064aabdf8e
commit 15fb4a118f
2 changed files with 27 additions and 0 deletions

7
add_extension.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
EXT_NAME=$1
cd /app/extensions
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/$1
cd $1
git checkout -b REL1_23 origin/REL1_23