Kaydet (Commit) e2b72a3d authored tarafından frknkrc44's avatar frknkrc44

Bug fixes 50

üst 507d6568
......@@ -55,6 +55,7 @@ Lists the packages that will be upgraded.
def run(self):
self.init(database=True, write=False)
installdb = inary.db.installdb.InstallDB()
def upgradable(pkg):
operations.upgrade.is_upgradable(pkg, installdb)
......
......@@ -67,5 +67,5 @@ Remove all orphaned packages from the system.
remove.remove(orphaned, confirm=first)
first = False
if not self.options.ignore_sysconf:
sysconf.proceed(self.options.force_sysconf)
if not self.options.ignore_sysconf:
sysconf.proceed(self.options.force_sysconf)
......@@ -11,4 +11,3 @@
#
# Please read the COPYING file.
#
from inary.errors import Error
......@@ -11,4 +11,3 @@
#
# Please read the COPYING file.
#
from inary.errors import Error
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment