git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@477 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-09-02 17:48:38 +00:00
parent b8897209b5
commit dc278007b7
+1 -1
View File
@@ -2497,6 +2497,7 @@ def worldUpdate(ask = False, pretend = False, verbose = False, onlyfetch = False
# get all the installed packages
# FIXME: add branch support
packages = clientDbconn.listAllPackages()
print "here's the list of the packages that would be updated"
for package in packages:
atom = package[0]
idpackage = package[1]
@@ -2506,7 +2507,6 @@ def worldUpdate(ask = False, pretend = False, verbose = False, onlyfetch = False
atomkey = category+"/"+name
# search in the packages
match = atomMatch(atom)
print "here's the list of the packages that would be updated"
if match[0] == -1:
print atom
updateList.append(match)