r47348 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47347‎ | r47348 | r47349 >
Date:23:40, 16 February 2009
Author:kim
Status:deferred
Tags:
Comment:
Update installfiles to reflect new locations
Modified paths:
  • /trunk/wikiation/installer/installation_system.py (modified) (history)
  • /trunk/wikiation/installer/installfiles/wikiation_toolkit/pywikipedia.install/download.sh (modified) (history)
  • /trunk/wikiation/installer/installfiles/wikiation_toolkit/wikiation_check_isolation.install/download.sh (modified) (history)
  • /trunk/wikiation/installer/installfiles/wikiation_toolkit/wikiation_exttest.install/download.sh (modified) (history)

Diff [purge]

Index: trunk/wikiation/installer/installfiles/wikiation_toolkit/wikiation_check_isolation.install/download.sh
@@ -1,6 +1,6 @@
22 #!/bin/sh
33
4 -repository="http://6.wikiation.nl/svn/wikiation_check_isolation"
 4+repository="http://svn.wikimedia.org/svnroot/mediawiki/trunk/wikiation/wikiation_check_isolation/"
55
66 cd $DESTINATION_DIR
77 if test -n "$REVISION"; then
Index: trunk/wikiation/installer/installfiles/wikiation_toolkit/wikiation_exttest.install/download.sh
@@ -1,6 +1,6 @@
22 #!/bin/sh
33
4 -repository="http://6.wikiation.nl/svn/wikiation_exttest"
 4+repository="http://svn.wikimedia.org/svnroot/mediawiki/trunk/wikiation/wikiation_exttest/"
55
66 cd $DESTINATION_DIR
77 if test -n "$REVISION"; then
Index: trunk/wikiation/installer/installfiles/wikiation_toolkit/pywikipedia.install/download.sh
@@ -2,6 +2,4 @@
33
44
55 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 @@
33 # This software is developed by Kim Bruning.
44 #
55 # Distributed under the terms of the MIT license.
6 -`
 6+
77 import settings
88 import os, os.path, shutil
99 import subprocess

Status & tagging log