Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaud Franchetti committed Dec 30, 2020
2 parents 4654426 + b7e7c4b commit 8fbeda8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Seafile server package for Raspberry Pi. Maintained by seafile community.
## Build
For Seafile versions which use Python 3. Seafile versions higher than 7.0.

E.g. to compile Seafile server v7.1.4:
E.g. to compile Seafile server v8.0.0:
```
$ wget https://raw.githubusercontent.com/haiwen/seafile-rpi/master/build3.sh
$ chmod u+x build3.sh
$ ./build3.sh 7.1.4
$ ./build3.sh 8.0.0
```
Schema of created directory structure
```
Expand Down
6 changes: 4 additions & 2 deletions build3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKGSOURCEDIR=built-seafile-sources
PKGDIR=built-seafile-server-pkgs

#LIBSEARPC_VERSION=3.1.0
LIBSEARPC_VERSION_LATEST=3.2.0 # check if new tag is available on https://github.com/haiwen/libsearpc/releases
LIBSEARPC_VERSION_LATEST=3.2-latest # check if new tag is available on https://github.com/haiwen/libsearpc/releases
LIBSEARPC_VERSION_FIXED=3.1.0 # libsearpc sticks to 3.1.0 https://github.com/haiwen/libsearpc/commit/43d768cf2eea6afc6e324c2b1a37a69cd52740e3
LIBSEARPC_TAG=v$LIBSEARPC_VERSION_LATEST
#VERSION=7.1.4
Expand All @@ -22,12 +22,14 @@ VERSION_CCNET=6.0.1 # ccnet has not consistent version (see configure.ac)
VERSION_SEAFILE=6.0.1 # ebenda for seafile
MYSQL_CONFIG_PATH=/usr/bin/mysql_config # ensure compilation with mysql support
PYTHON_REQUIREMENTS_URL_SEAHUB=https://raw.githubusercontent.com/haiwen/seahub/${VERSION_TAG}/requirements.txt
PYTHON_REQUIREMENTS_URL_SEAFDAV=https://raw.githubusercontent.com/jobenvil/seafdav/master/requirements_SeafDAV.txt
PYTHON_REQUIREMENTS_URL_SEAFDAV=https://raw.githubusercontent.com/haiwen/seafdav/${VERSION_TAG}/requirements.txt

STEPS=12

mkdir -p $BUILDFOLDER

echo "Build seafile-rpi $VERSION_TAG."

#
# INSTALL DEPENDENCIES
#
Expand Down

0 comments on commit 8fbeda8

Please sign in to comment.