You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/04/03 17:01:15 UTC

[3/3] git commit: Make pysvn symlinks on buildbot

Make pysvn symlinks on buildbot


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

Branch: refs/heads/master
Commit: e9ad55a73f6a984c25e14e5df7a532b92fc8e1bd
Parents: 7d53aac
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Apr 3 11:22:45 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Apr 3 14:49:42 2013 +0000

----------------------------------------------------------------------
 Makefile.def.buildbot |    1 +
 run_clonedigger       |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/e9ad55a7/Makefile.def.buildbot
----------------------------------------------------------------------
diff --git a/Makefile.def.buildbot b/Makefile.def.buildbot
index 93aff55..f88ae0e 100644
--- a/Makefile.def.buildbot
+++ b/Makefile.def.buildbot
@@ -3,5 +3,6 @@ test: buildbot_test
 buildbot_test:
 	./rebuild-all.bash
 	-[ ! -f $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn ] && ln -s /usr/lib64/python2.7/site-packages/pysvn $(VIRTUAL_ENV)/lib/python2.7/site-packages/
+	-[ ! -d $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info ] && mkdir $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info
 	ALLURA_VALIDATION=none ./run_tests
 	./run_clonedigger

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/e9ad55a7/run_clonedigger
----------------------------------------------------------------------
diff --git a/run_clonedigger b/run_clonedigger
index 8ebfbce..58e8fdb 100755
--- a/run_clonedigger
+++ b/run_clonedigger
@@ -17,10 +17,11 @@ if [ "$TEST_MODULES"  == "" ]; then
     ForgeChat \
     ForgeDiscussion \
     ForgeGit \
-    ForgeHg \
     ForgeSVN \
     ForgeTracker \
     ForgeWiki \
+    ForgeActivity \
+    ForgeShortUrl \
     "
 fi