Re: [PATCH 6/6] Before resolve dependencies, add all packages listed on the task

2007-02-09 Thread Raphael Hertzog
On Thu, 08 Feb 2007, Otavio Salvador wrote: Steve McIntyre [EMAIL PROTECTED] writes: On Tue, Feb 06, 2007 at 08:45:37AM -0200, Otavio Salvador wrote: From: Otavio Salvador [EMAIL PROTECTED] Signed-off-by: Otavio Salvador [EMAIL PROTECTED] Hmmm. I'm not convinced by this one, either.

Re: [PATCH 6/6] Before resolve dependencies, add all packages listed on the task

2007-02-09 Thread Otavio Salvador
Raphael Hertzog [EMAIL PROTECTED] writes: Current code do not check the prefered packages of task before adding a dependency so, for example: You're right this is a problem. But your approach doesn't look as the good solution to that problem... you should keep the full task on the side (ie

Re: [PATCH 6/6] Before resolve dependencies, add all packages listed on the task

2007-02-07 Thread Steve McIntyre
On Tue, Feb 06, 2007 at 08:45:37AM -0200, Otavio Salvador wrote: From: Otavio Salvador [EMAIL PROTECTED] Signed-off-by: Otavio Salvador [EMAIL PROTECTED] Hmmm. I'm not convinced by this one, either. It's a major decision to change dependency ordering, and we expect dependency resolution to work.

Re: [PATCH 6/6] Before resolve dependencies, add all packages listed on the task

2007-02-07 Thread Otavio Salvador
Steve McIntyre [EMAIL PROTECTED] writes: On Tue, Feb 06, 2007 at 08:45:37AM -0200, Otavio Salvador wrote: From: Otavio Salvador [EMAIL PROTECTED] Signed-off-by: Otavio Salvador [EMAIL PROTECTED] Hmmm. I'm not convinced by this one, either. It's a major decision to change dependency ordering,

[PATCH 6/6] Before resolve dependencies, add all packages listed on the task

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador [EMAIL PROTECTED] Signed-off-by: Otavio Salvador [EMAIL PROTECTED] --- tools/list2cds | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/tools/list2cds b/tools/list2cds index 427d814..5a055b2 100755 --- a/tools/list2cds +++