[Uludag-commits] r15571 - branches/pisi-db/pisi/operations
uludag-commits at pardus.org.tr
uludag-commits at pardus.org.tr
1 Eki 2007 Pzt 11:10:45 EEST
Author: faik
Date: Mon Oct 1 11:10:45 2007
New Revision: 15571
Modified:
branches/pisi-db/pisi/operations/install.py
branches/pisi-db/pisi/operations/upgrade.py
Log:
PGraph takes boolean now
Modified: branches/pisi-db/pisi/operations/install.py
=================================================================
--- branches/pisi-db/pisi/operations/install.py (original)
+++ branches/pisi-db/pisi/operations/install.py Mon Oct 1 11:10:45 2007
@@ -162,7 +162,7 @@
# try to construct a pisi graph of packages to
# install / reinstall
- G_f = pgraph.PGraph(packagedb) # construct G_f
+ G_f = pgraph.PGraph(useinstalldb=False) # construct G_f
# find the "install closure" graph of G_f by package
# set A using packagedb
Modified: branches/pisi-db/pisi/operations/upgrade.py
=================================================================
--- branches/pisi-db/pisi/operations/upgrade.py (original)
+++ branches/pisi-db/pisi/operations/upgrade.py Mon Oct 1 11:10:45 2007
@@ -155,7 +155,7 @@
packagedb = ctx.packagedb
- G_f = pgraph.PGraph(packagedb) # construct G_f
+ G_f = pgraph.PGraph(useinstalldb=False) # construct G_f
# find the "install closure" graph of G_f by package
# set A using packagedb
Uludag-commits mesaj listesiyle ilgili
daha fazla bilgi