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:
@@ -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?)
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user