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

legacy27 3.6.0
부모 d275ed169a
커밋 d95aa814d4

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

불러오는 중...
취소
저장