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:
Arne Fitzenreiter
2021-09-12 14:51:10 +00:00
parent cc84ba62f2
commit 3c691bcc7c
3 changed files with 1 additions and 4925 deletions

View File

@@ -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

View File

@@ -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
;;