From 9fc3da1b1f235bc440c8f9768e38b7ca1bcf0f61 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, 22 Dec 2015 09:29:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D1=91?= =?UTF-8?q?=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D1=81=D0=BE=D0=BE?= =?UTF-8?q?=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B8=20?= =?UTF-8?q?eix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/utils/cl_update.py | 2 +- pym/update/utils/cl_update_profile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 58b8f14..3667c59 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -254,7 +254,7 @@ class ClUpdateAction(Action): Get('cl_update_metadata_force') == 'force')) }, {'name': 'eix_update', - 'message': __("Updating the eix cache"), + 'message': __("Updating the eix cache for {cl_repository_name}"), 'method': 'Update.eixUpdate(cl_repository_name)', 'condition': ( lambda Get: (Get('cl_update_outdate_set') == 'on' and diff --git a/pym/update/utils/cl_update_profile.py b/pym/update/utils/cl_update_profile.py index 19ad32f..137657c 100644 --- a/pym/update/utils/cl_update_profile.py +++ b/pym/update/utils/cl_update_profile.py @@ -92,7 +92,7 @@ class ClUpdateProfileAction(Action): Get('cl_update_metadata_force') == 'force')) }, {'name': 'eix_update', - 'message': __("Updating the eix cache"), + 'message': __("Updating the eix cache for {cl_repository_name}"), 'method': 'Update.eixUpdate(cl_repository_name)', 'condition': ( lambda Get: (Get('cl_update_outdate_set') == 'on' and