Изменён порядок провреки base binhost

legacy27 3.6.0
parent d275ed169a
commit d95aa814d4

@ -57,6 +57,11 @@ def get_synchronization_tasks(object_name):
Get('update.cl_update_sync_rep') and Get('update.cl_update_sync_rep') and
Get('update.cl_update_binhost')) 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', {'name': 'group_find_binhost',
'group': '', 'group': '',
'while': (~AllTasks.has_any("detect_best_binhost") & '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', {'name': 'no_server',
'error': __("Failed to find the binary updates server"), 'error': __("Failed to find the binary updates server"),
'method': Object("delete_binhost()"), 'method': Object("delete_binhost()"),

Loading…
Cancel
Save