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?
i've updated
build.sh
so it can be used with seafile server version 11 byseahub/scripts/pro.py
toseafile-server-x.x.x/pro
seafile-server-x.x.x/pro/python/seafevents
it patches
seahub/scripts/build/build-server.py
to add missing functions from seafile-build.py (must_copytree()
,copy_pro_libs()
, andcopy_seafevents()
). the path also fixes the order oftar
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 ofseafevents
in as the new-5
. please note that the referenced fileshttps://raw.githubusercontent.com/haiwen/seafile-rpi/master/requirements/seahub_requirements_v11.0.5.txt
andhttps://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?