Exemple #1
0
 def checkPackages(self, all=False, uninstalled=False):
     installed = not uninstalled
     available = all or uninstalled
     self.info(_("Checking relations..."))
     if checkPackagesSimple(self._ctrl.getCache(), report=True,
                            installed=installed, available=available):
         self.info(_("All checked packages have correct relations."))
Exemple #2
0
 def checkPackages(self, all=False, uninstalled=False):
     installed = not uninstalled
     available = all or uninstalled
     self.info(_("Checking relations..."))
     if checkPackagesSimple(self._ctrl.getCache(), report=True,
                            installed=installed, available=available):
         self.info(_("All checked packages have correct relations."))