From 87bc0deb1f864226c55966522029a98dd2c3c803 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Tue, 26 Aug 2014 09:41:34 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=B4=D0=B2=D0=BE=D0=B9=D0=BD=D0=BE=D0=B5?= =?UTF-8?q?=20=D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=BE=D0=B2=20=D0=B2=20?= =?UTF-8?q?=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B8=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/utils/cl_update.py | 7 ------- 1 file changed, 7 deletions(-) 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()',