You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2014/01/13 18:44:46 UTC

[3/3] git commit: [#6484] Update / add requirements for TracWiki and MediaWiki importers

[#6484] Update / add requirements for TracWiki and MediaWiki importers

Signed-off-by: Cory Johns <cj...@slashdotmedia.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/491fbbf1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/491fbbf1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/491fbbf1

Branch: refs/heads/master
Commit: 491fbbf18fdff87b2e5233e35d41eeea71f5c3c8
Parents: 0e987b8
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Mon Jan 13 17:41:59 2014 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon Jan 13 17:43:14 2014 +0000

----------------------------------------------------------------------
 Allura/test.ini     | 8 ++++++++
 requirements-sf.txt | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/491fbbf1/Allura/test.ini
----------------------------------------------------------------------
diff --git a/Allura/test.ini b/Allura/test.ini
index 5ae2aef..2d71468 100644
--- a/Allura/test.ini
+++ b/Allura/test.ini
@@ -40,6 +40,14 @@ db_prefix = test_
 site_name = Allura
 base_url = http://localhost
 
+mediawikiimporter.db_config_prefix = hostedapps.db.
+mediawikiimporter.attachments_dir_prefix = /nfs/mediawiki-attachments/
+mediawikiimporter.db_name_template = p_%s_mediawiki
+hostedapps.db.host = localhost
+hostedapps.db.port = 3306
+hostedapps.db.user = user
+hostedapps.db.password = password
+
 # Use test MongoDB DB server
 # ming.main.master = mongo://127.0.0.1:27018/allura
 ming.main.uri = mim:///allura

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/491fbbf1/requirements-sf.txt
----------------------------------------------------------------------
diff --git a/requirements-sf.txt b/requirements-sf.txt
index 73b97ab..e2900fe 100644
--- a/requirements-sf.txt
+++ b/requirements-sf.txt
@@ -20,7 +20,8 @@ wsgipreload==1.2
 pyzmq==2.1.7
 html2text==3.200.3dev-20121112
 PyMollom==0.1
-TracWikiImporter==0.3.4
+TracWikiImporter==0.3.5
+MediaWikiImporter=0.0.1
 Unidecode==0.04.14
 
 # use version built from https://github.com/johnsca/GitPython/commits/tv/6000