Index: trunk/wikiation/installer/installfiles/wikiation_toolkit/wikiation_check_isolation.install/download.sh |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | #!/bin/sh |
3 | 3 | |
4 | | -repository="http://6.wikiation.nl/svn/wikiation_check_isolation" |
| 4 | +repository="http://svn.wikimedia.org/svnroot/mediawiki/trunk/wikiation/wikiation_check_isolation/" |
5 | 5 | |
6 | 6 | cd $DESTINATION_DIR |
7 | 7 | if test -n "$REVISION"; then |
Index: trunk/wikiation/installer/installfiles/wikiation_toolkit/wikiation_exttest.install/download.sh |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | #!/bin/sh |
3 | 3 | |
4 | | -repository="http://6.wikiation.nl/svn/wikiation_exttest" |
| 4 | +repository="http://svn.wikimedia.org/svnroot/mediawiki/trunk/wikiation/wikiation_exttest/" |
5 | 5 | |
6 | 6 | cd $DESTINATION_DIR |
7 | 7 | if test -n "$REVISION"; then |
Index: trunk/wikiation/installer/installfiles/wikiation_toolkit/pywikipedia.install/download.sh |
— | — | @@ -2,6 +2,4 @@ |
3 | 3 | |
4 | 4 | |
5 | 5 | cd $DESTINATION_DIR |
6 | | -wget 'http://6.wikiation.nl/revisions/pywikipedia.tar.gz' |
7 | | -tar xvzf pywikipedia.tar.gz |
8 | | -rm pywikipedia.tar.gz |
| 6 | +svn checkout 'http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/' |
Index: trunk/wikiation/installer/installation_system.py |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | # This software is developed by Kim Bruning. |
4 | 4 | # |
5 | 5 | # Distributed under the terms of the MIT license. |
6 | | -` |
| 6 | + |
7 | 7 | import settings |
8 | 8 | import os, os.path, shutil |
9 | 9 | import subprocess |