diff --git a/update/utils/cl_update.py b/update/utils/cl_update.py index 0a815ff..50e8ae2 100644 --- a/update/utils/cl_update.py +++ b/update/utils/cl_update.py @@ -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()',