fix atomsdata structure in text_smart calling installPackages

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1368 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-03 11:09:38 +00:00
parent 3c4c3c28e5
commit d4037dbec7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,6 +2,7 @@ TODO list:
- lilo.conf trigger?
- equo: "you meant...?" feature
- calculate extra deps from NEEDED, server side?
- split RDEPEND and PDEPEND ( + && and || )
- log messages from portage doebuild() calls
- remove conflicting packages right before the conflict
- move portageTools to a class
@@ -14,7 +15,6 @@ TODO list:
- add changelog to packages
- packages.sabayonlinux.org interactivity (comments + images upload + connection to phpbb user db)
- Community repositories
- split RDEPEND and PDEPEND
- write a ncurses interface to manage entropy database
- find a way to better handle real smartapps deps (need split PDEPEND?)
+1 -1
View File
@@ -266,7 +266,7 @@ def smartpackagegenerator(matchedPackages):
matchedAtoms[x]['atom'] = xatom
matchedAtoms[x]['download'] = xdownload
matchedAtoms[x]['revision'] = xrevision
fetchdata.append([xatom,x])
fetchdata.append(x)
# run installPackages with onlyfetch
rc = text_ui.installPackages(atomsdata = fetchdata, deps = False, onlyfetch = True)
if rc[1] != 0: