[jhbuild] systeminstall: enhance slowness warning for apt backend



commit 4d83e90da568f43f1bb3c455b2b9160f0e094e04
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Dec 6 17:42:51 2016 -0600

    systeminstall: enhance slowness warning for apt backend
    
    It's always been way slower than PackageKit (at least the Fedora
    backend), and I just made it even slower because now it checks for
    almost all include files twice. So let's make the warning text more
    clear here, to encourage users not to worry that it has hung. I was
    suspicious myself, when jhbuild was doing just fine and was just slow.

 jhbuild/utils/systeminstall.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/utils/systeminstall.py b/jhbuild/utils/systeminstall.py
index 638ecf0..85a82ec 100644
--- a/jhbuild/utils/systeminstall.py
+++ b/jhbuild/utils/systeminstall.py
@@ -431,7 +431,7 @@ class AptSystemInstall(SystemInstall):
         subprocess.check_call(args)
 
     def install(self, uninstalled):
-        logging.info(_('Using apt-file to search for providers; this may be slow.  Please wait.'))
+        logging.info(_('Using apt-file to search for providers; this may be extremely slow. Please wait. 
Patience!'))
         native_packages = []
 
         pkgconfigs = [(modname, '/%s.pc' % pkg) for modname, pkg in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]