Исправлено выполнение только синхронизации репозиториев

master-3.5 3.5.1.6
parent e3b204f335
commit 9084ad5d5c

@ -100,10 +100,10 @@ class ClUpdateAction(Action):
], ],
'condition': lambda Get: Get('cl_update_sync_only_set') == 'off' 'condition': lambda Get: Get('cl_update_sync_only_set') == 'off'
}, },
{'name': 'update:update_perl', {'name': 'update_other:update_perl',
'group': __("Updating Perl"), 'group': __("Updating Perl"),
'tasks': [ 'tasks': [
{'name': 'update:perl_cleaner', {'name': 'update_other:perl_cleaner',
'message': __('Find & rebuild packages and Perl header files ' 'message': __('Find & rebuild packages and Perl header files '
'broken due to a perl upgrade'), 'broken due to a perl upgrade'),
'method': 'Update.emergelike("perl-cleaner", "all")', 'method': 'Update.emergelike("perl-cleaner", "all")',

Loading…
Cancel
Save