From 73496c83745d8c2fb19d979d169f27684100af42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Tue, 9 May 2006 12:37:25 +0000 Subject: [PATCH] * not yet --- pisi/operations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pisi/operations.py b/pisi/operations.py index 4228e162..3ef4f1e0 100644 --- a/pisi/operations.py +++ b/pisi/operations.py @@ -424,9 +424,9 @@ def upgrade_pkg_names(A = [], bypass_safety = False): install_op = atomicoperations.Install(path) install_op.install(True) - if 'pisi' in order: - ctx.ui.warning(_("PISI package has been upgraded. Updating database and restarting. Please wait.")) - raise PisiUpgradeException() + #if 'pisi' in order: + # ctx.ui.warning(_("PISI package has been upgraded. You should run rebuild-db.")) + # raise PisiUpgradeException() def plan_upgrade(A, ignore_build = False): # try to construct a pisi graph of packages to