Kaydet (Commit) 194cbc03 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Sonradan push etmenin zararları:Eksikler geri push edildi

üst 199bad19
......@@ -65,7 +65,6 @@ Lists the packages that will be upgraded.
component = ctx.get_option('component')
if component:
# FIXME: INARY api is insufficient to do this
component_pkgs = self.componentdb.get_union_packages(component, walk=True)
upgradable_pkgs = list(set(upgradable_pkgs) & set(component_pkgs))
......
......@@ -44,10 +44,9 @@ def emerge(A):
ctx.ui.info(_('No packages to emerge.'))
return
# A |= upgrade_base(A)
#A |= upgrade_base(A)
# FIXME: Errr... order_build changes type conditionally and this
# is not good. - baris
# FIXME: Errr... order_build changes type conditionally and this is not good. - baris
if not ctx.config.get_option('ignore_dependency'):
G_f, order_inst, order_build = plan_emerge(A)
else:
......
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