Исправлено двойное выполнение шаблонов в действии update

master3.3
Mike Khiretskiy 10 years ago
parent 20a64de0c7
commit 87bc0deb1f

@ -277,13 +277,6 @@ class ClUpdateAction(Action):
'condition': lambda Get: (Get('cl_update_rev_set') == 'on' or
Get('cl_rebuild_world_set') == 'on')
},
{'name': 'world',
'message': __("Updating the list of system packages"),
'method': 'Update.applyTemplates(install.cl_source,'
'cl_template_clt_set,True,None,False)',
'condition': lambda Get: (Get('cl_update_rev_set') == 'on' or
Get('cl_rebuild_world_set') == 'on')
},
{'name': 'dispatch_conf',
'message': __("Updating configuration files"),
'method':'Update.dispatchConf()',

Loading…
Cancel
Save