6
0
Fork 0

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

master3.3
Mike Khiretskiy vor 10 Jahren
Ursprung 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()',

Laden…
Abbrechen
Speichern