• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revision6a2bc2edcbb4d22410b0e5492a71c2eff5373d18 (tree)
Time2012-03-28 00:12:35
AuthorYaroslav Luzin <jardev@gmai...>
CommiterDave Brondsema

Log Message

ticket:2 Upgraded fix for pysvn

Change Summary

Incremental Difference

--- a/Makefile.def.buildbot
+++ b/Makefile.def.buildbot
@@ -2,5 +2,5 @@ test: buildbot_test
22
33 buildbot_test:
44 ./rebuild.bash
5- ln -s /usr/lib64/python2.7/site-packages/pysvn $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn
5+ -[ ! -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/
66 ALLURA_VALIDATION=none ./run_tests
\ No newline at end of file