diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 70bb5fb..91a15f7 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -1394,7 +1394,7 @@ class VariableClUpdateBinhosts(Variable): Список хостов с бинарными обновлениями """ type = "list" - value = ["ftp://ftp.calculate.ru/pub"] + value = ["ftp://ftp.calculate.ru/pub/calculate"] class VariableClUpdateBinhost(Variable): """ @@ -1408,17 +1408,17 @@ class VariableClUpdateBinhostRevisionPath(Variable): """ type = "list" value = [ - "calculate/grp/default/ini.env", - "calculate/grp/kde/ini.env", - "calculate/grp/server/ini.env", - "calculate/grp/x/ini.env" + "grp/default/ini.env", + "grp/kde/ini.env", + "grp/server/ini.env", + "grp/x/ini.env" ] class VariableClUpdateBinhostTimestampPath(Variable): """ Путь до файла timestamp """ - value = "calculate/grp/timestamp" + value = "timestamp" class VariableClUpdateBinhostTimeout(Variable): """