haiwen / seafile-rpi

Seafile server package for Raspberry Pi.
Other
556 stars 89 forks source link

update build script to work with seafile v11 #132

Open unDocUMeantIt opened 8 months ago

unDocUMeantIt commented 8 months ago

i've updated build.sh so it can be used with seafile server version 11 by

it patches seahub/scripts/build/build-server.py to add missing functions from seafile-build.py (must_copytree(), copy_pro_libs(), and copy_seafevents()). the path also fixes the order of tar options, the --exclude arguments were ignored.

the README.md file was also updated because i changed flags -1 to -5 into -0 to -4 to sqeeze fetching of seafevents in as the new -5. please note that the referenced files https://raw.githubusercontent.com/haiwen/seafile-rpi/master/requirements/seahub_requirements_v11.0.5.txt and https://raw.githubusercontent.com/haiwen/seafile-rpi/master/requirements/seafdav_requirements_v11.0.5.txt currently do not exist, not sure if they are still relevant anyway?