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()"),