From 1614dd4eea42cb0e2d0af8ab12d5e42855063552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 20 Mar 2018 11:24:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D1=8B=D1=85=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=BE=D0=B2=20=D0=BF=D1=80=D0=B8=20=D1=81=D0=BA?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8=20?= =?UTF-8?q?=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=BE=D0=B2=20=D0=BE=D0=B1?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/utils/cl_update.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 84afc0d..e98ca6c 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -313,6 +313,7 @@ class ClUpdateAction(Action): 'condition': lambda Get: (Get('cl_templates_locate') and (Get('cl_update_world') != "update" or Get('cl_update_outdate_set') == 'on' or + Get('cl_update_binhost_recheck_set') == 'on' or Get('cl_update_force_fix_set') == 'on')) }, @@ -321,7 +322,8 @@ class ClUpdateAction(Action): 'method': 'Update.dispatchConf()', 'condition': lambda Get: (Get('cl_dispatch_conf') != 'skip' and Get('cl_update_pretend_set') == 'off' and - (Get('cl_update_outdate_set') == 'on' or + (Get('cl_update_binhost_recheck_set') == 'on' or + Get('cl_update_outdate_set') == 'on' or Get('cl_update_force_fix_set') == 'on')) }, {'name': 'binhost_changed',