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 2013/04/03 19:27:08 UTC

[39/46] git commit: Setup pysvn in venv before doing a rebuild

Setup pysvn in venv before doing a rebuild


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

Branch: refs/heads/cj/5879
Commit: cb210e98e3a29999ac8bf49adf725a01cde0e8aa
Parents: c0f67e3
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Apr 3 13:18:29 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Apr 3 14:49:42 2013 +0000

----------------------------------------------------------------------
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/cb210e98/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 12c9048..e9565d3 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,11 @@ PID_PATH?=.
 test:
 ifdef BB
 # running on buildbot (Makefile.def.buildbot sets BB to 1)
-# rebuild apps
-	./rebuild-all.bash
 # setup pysvn
 	-[ ! -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
+# rebuild apps
+	./rebuild-all.bash
 endif
 	ALLURA_VALIDATION=none ./run_tests
 	./run_clonedigger