From d95aa814d459836c5c758af2e65ced7e11bca934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 28 Aug 2018 10:30:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20?= =?UTF-8?q?=D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D1=80=D0=B5=D0=BA=D0=B8=20base=20binhost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/utils/cl_update.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 8f45908..4947775 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -57,6 +57,11 @@ def get_synchronization_tasks(object_name): Get('update.cl_update_sync_rep') and Get('update.cl_update_binhost')) }, + {'name': 'not_use_search:failed_base_binhost', + 'error': __("Failed to use base binhost"), + 'method': Object("delete_binhost()"), + 'depend': AllTasks.failed_all("check_current_binhost") + }, {'name': 'group_find_binhost', 'group': '', 'while': (~AllTasks.has_any("detect_best_binhost") & @@ -121,11 +126,6 @@ def get_synchronization_tasks(object_name): }, ], }, - {'name': 'not_use_search:failed_base_binhost', - 'error': __("Failed to use base binhost"), - 'method': Object("delete_binhost()"), - 'depend': AllTasks.failed_all("check_current_binhost") - }, {'name': 'no_server', 'error': __("Failed to find the binary updates server"), 'method': Object("delete_binhost()"),