Kaydet (Commit) 5e49ca50 authored tarafından Eray Özkural's avatar Eray Özkural

* get upgrade to work again :)

üst a858f077
......@@ -348,7 +348,9 @@ def plan_upgrade(A):
# try to construct a pisi graph of packages to
# install / reinstall
G_f = pgraph.PGraph(ctx.packagedb) # construct G_f
packagedb = ctx.packagedb
G_f = pgraph.PGraph(packagedb) # construct G_f
# find the "install closure" graph of G_f by package
# set A using packagedb
......
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