Изменено сообщение при синхронизации репозиториев

parent 6628d1f927
commit aa9698d897

@ -121,7 +121,7 @@ class ClBuilderUpdateAction(Action):
'message':
__("Fallback syncing the {eachvar:capitalize} "
"repository"),
'method': 'Builder.syncRepositories(eachvar)',
'method': 'Builder.syncRepositories(eachvar,True)',
'condition': lambda Get: (
Get('cl_builder_binary_set') == "on" and
not Get('update.cl_update_binhost_data')[0])
@ -143,8 +143,7 @@ class ClBuilderUpdateAction(Action):
},
{'name': 'sync_reps',
'foreach': 'cl_builder_sync_rep',
'message': __(
"Syncing the {eachvar:capitalize} repository"),
'message': __("Checking {eachvar:capitalize} updates"),
'method': 'Builder.syncRepositories(eachvar)',
'condition': lambda Get: Get('cl_builder_sync_rep')
},

Loading…
Cancel
Save