Re: [pacman-dev] Idea: Merge -U and -S (half universal transaction)?

2009-07-09 Thread Xavier
On Mon, Jun 8, 2009 at 8:24 PM, Nagy Gaborng...@bibl.u-szeged.hu wrote: *: I started to work on the implementation of mixed target list, and I realised that the most annoying difference is that PKG_FROM_CACHE packages are not duplicated, so they are mustn't be freed (the new

Re: [pacman-dev] Idea: Merge -U and -S (half universal transaction)?

2009-06-09 Thread Nagy Gabor
Hi! After killing pmsyncpkg_t, there is not much difference between -S and -U transactions. The only difference is that trans-packages come from pkgcache (-S) or they are loaded from file (-U). And of course, with -S we have an extra step, we have to actually download the packages.

[pacman-dev] Idea: Merge -U and -S (half universal transaction)?

2009-06-08 Thread Nagy Gabor
Hi! After killing pmsyncpkg_t, there is not much difference between -S and -U transactions. The only difference is that trans-packages come from pkgcache (-S) or they are loaded from file (-U). And of course, with -S we have an extra step, we have to actually download the packages. However, -U

Re: [pacman-dev] Idea: Merge -U and -S (half universal transaction)?

2009-06-08 Thread Aaron Griffin
On Mon, Jun 8, 2009 at 1:24 PM, Nagy Gaborng...@bibl.u-szeged.hu wrote: Hi! After killing pmsyncpkg_t, there is not much difference between -S and -U transactions. The only difference is that trans-packages come from pkgcache (-S) or they are loaded from file (-U). And of course, with -S we