Обновлён вывод сообщения при обновлении eix

master3.4
父節點 231d79d8ee
當前提交 9fc3da1b1f

@ -254,7 +254,7 @@ class ClUpdateAction(Action):
Get('cl_update_metadata_force') == 'force'))
},
{'name': 'eix_update',
'message': __("Updating the eix cache"),
'message': __("Updating the eix cache for {cl_repository_name}"),
'method': 'Update.eixUpdate(cl_repository_name)',
'condition': (
lambda Get: (Get('cl_update_outdate_set') == 'on' and

@ -92,7 +92,7 @@ class ClUpdateProfileAction(Action):
Get('cl_update_metadata_force') == 'force'))
},
{'name': 'eix_update',
'message': __("Updating the eix cache"),
'message': __("Updating the eix cache for {cl_repository_name}"),
'method': 'Update.eixUpdate(cl_repository_name)',
'condition': (
lambda Get: (Get('cl_update_outdate_set') == 'on' and

Loading…
取消
儲存