mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
Revert "client175: Convert python2 modules in source tarball to python3"
This reverts commit 6d11cd4375.
At my tests the server will not start because missing deps of cherrypy and not all files are properly converted yet.
This commit is contained in:
@@ -78,7 +78,6 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/client175_0.7-convert-to-python3-using-2to3-converter.patch
|
||||
@rm -rf /srv/client175
|
||||
mkdir -pv /srv/client175
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ case "$1" in
|
||||
fi
|
||||
fi
|
||||
boot_mesg "Starting Client175 MPD WebIF..."
|
||||
sudo -u nobody python3 /srv/client175/server.py > /var/log/client175 2>&1 &
|
||||
sudo -u nobody python /srv/client175/server.py > /var/log/client175 2>&1 &
|
||||
echo $! > /var/run/client175.pid
|
||||
evaluate_retval
|
||||
;;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user