From edb74ab9c67ca39a1f0c189586d94f198ebccf6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 25 Oct 2021 14:36:14 +0200 Subject: [PATCH] Removed "legacy" 2.7 UDS Client (not working anymore on 3.5) Fixed igel templates --- .../linux/igel/UDSClient-Profile-template.xml | 4 ++-- .../full/linux/igel/UDSClient-template.inf | 2 +- server/src/uds/web/util/configjs.py | 24 ------------------- 3 files changed, 3 insertions(+), 27 deletions(-) diff --git a/client-py3/full/linux/igel/UDSClient-Profile-template.xml b/client-py3/full/linux/igel/UDSClient-Profile-template.xml index eb436c90..d65e0502 100755 --- a/client-py3/full/linux/igel/UDSClient-Profile-template.xml +++ b/client-py3/full/linux/igel/UDSClient-Profile-template.xml @@ -35,8 +35,8 @@ /UDSClient/init.sh - http://192.168.11.121:9080/ums_filetransfer/UDSClient-igel.inf - vc + https://[UMS_SERVER]/ums_filetransfer/UDSClient-igel.inf + [UMS_USERNAME] 1 diff --git a/client-py3/full/linux/igel/UDSClient-template.inf b/client-py3/full/linux/igel/UDSClient-template.inf index f6dcddf1..b4c4ce39 100755 --- a/client-py3/full/linux/igel/UDSClient-template.inf +++ b/client-py3/full/linux/igel/UDSClient-template.inf @@ -1,6 +1,6 @@ [INFO] [PART] -file="UDSClient-igel.tar.bz2" +file="UDSClient.tar.bz2" version="1.1_igel1" size="_SIZE_" name="UDSClient" diff --git a/server/src/uds/web/util/configjs.py b/server/src/uds/web/util/configjs.py index d64f18b8..0e98b2dc 100644 --- a/server/src/uds/web/util/configjs.py +++ b/server/src/uds/web/util/configjs.py @@ -264,30 +264,6 @@ def udsJs(request: 'ExtendedHttpRequest') -> str: 'Linux', False, ), - ( - 'udsclient_{version}_all.deb', - gettext('Legacy Debian based Python 2.7 Linux client') - + ' ' - + gettext('(requires outdated Python-2.7)'), - 'Linux', - True, - ), - ( - 'udsclient-{version}-1.noarch.rpm', - gettext('Legacy RH based Linux client (Fedora, Centos, Suse, ...)') - + ' ' - + gettext('(requires outdated Python-2.7)'), - 'Linux', - True, - ), - ( - 'udsclient-opensuse-{version}-1.noarch.rpm', - gettext('Legacy OpenSuse based Linux client)') - + ' ' - + gettext('(requires outdated Python-2.7)'), - 'Linux', - True, - ), ) ]