1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-01 07:26:37 +00:00

Improve code after use named pipe for RPC and support python 3.

This commit is contained in:
Jonathan Xu
2019-07-01 16:41:41 +08:00
parent c73916ef77
commit c142d4bf4f
30 changed files with 206 additions and 1052 deletions

View File

@@ -28,8 +28,7 @@ TOPDIR = abspath(join(os.getcwd(), '..'))
if on_travis():
PREFIX = expanduser('~/opt/local')
else:
#PREFIX = os.environ.get('SEAFILE_INSTALL_PREFIX', '/usr/local')
PREFIX = os.environ.get('SEAFILE_INSTALL_PREFIX', '/home/ly/.pyenv/versions/3.5.3')
PREFIX = os.environ.get('SEAFILE_INSTALL_PREFIX', '/usr/local')
INSTALLDIR = '/tmp/seafile-tests'