6
0
Derivar 0

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

master3.3
Mike Khiretskiy há 10 anos
ascendente 20a64de0c7
cometimento 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()',

Carregando…
Cancelar
Guardar