From d4037dbec70924291f2f480a1001392abccea296 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Mon, 3 Mar 2008 11:09:38 +0000 Subject: [PATCH] fix atomsdata structure in text_smart calling installPackages git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1368 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- TODO | 2 +- client/text_smart.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 37f5890ba..9e69c382c 100644 --- a/TODO +++ b/TODO @@ -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?) diff --git a/client/text_smart.py b/client/text_smart.py index 93293b21e..979706b06 100644 --- a/client/text_smart.py +++ b/client/text_smart.py @@ -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: