Re: Question to show-installed

2015-07-30 Thread Harald Heigl
x27;help' to > > yum-devel-requ...@lists.baseurl.org > > > > You can reach the person managing the list at > > yum-devel-ow...@lists.baseurl.org > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Con

Re: Question to show-installed

2015-04-22 Thread Radek Holy
- Original Message - > From: "Harald Heigl" > To: yum-devel@lists.baseurl.org > Sent: Tuesday, April 21, 2015 11:05:14 PM > Subject: Re: Question to show-installed > > Hi, > > Sorry for my late reply, had lots of work the last weeks. > Just m

Re: Question to show-installed

2015-04-21 Thread Harald Heigl
ach the person managing the list at > yum-devel-ow...@lists.baseurl.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Yum-devel digest..." > >

Re: Question to show-installed

2015-03-17 Thread Radek Holy
- Original Message - > From: "Florian Festi" > To: yum-devel@lists.baseurl.org > Sent: Tuesday, March 17, 2015 11:45:50 AM > Subject: Re: Question to show-installed > > On 03/16/2015 04:18 PM, Radek Holy wrote: > > > > > > - Or

Re: Question to show-installed

2015-03-17 Thread Florian Festi
On 03/16/2015 04:18 PM, Radek Holy wrote: > > > - Original Message - >> From: "Florian Festi" >> To: yum-devel@lists.baseurl.org >> Sent: Friday, March 13, 2015 10:55:58 AM >> Subject: Re: Question to show-installed >> >> On 03/12/2

Re: Question to show-installed

2015-03-16 Thread Radek Holy
- Original Message - > From: "Florian Festi" > To: yum-devel@lists.baseurl.org > Sent: Friday, March 13, 2015 10:55:58 AM > Subject: Re: Question to show-installed > > On 03/12/2015 11:10 AM, Radek Holy wrote: > > Take a look at `dnf history userin

Re: Question to show-installed

2015-03-13 Thread Florian Festi
On 03/12/2015 11:10 AM, Radek Holy wrote: > Take a look at `dnf history userinstalled`. I think this is actually what you > are looking for. The output is designed so that it can be directly used in > the Kickstart files. The disadvantage is that DNF does not share the history > database with YU

Re: Question to show-installed

2015-03-12 Thread Radek Holy
- Original Message - > From: "Harald Heigl" > To: yum-devel@lists.baseurl.org > Sent: Wednesday, March 11, 2015 12:45:25 AM > Subject: Re: Question to show-installed > > > I have dealt with dependency loops in rpm. The key words for efficient > > i

Re: Question to show-installed

2015-03-10 Thread Harald Heigl
> I have dealt with dependency loops in rpm. The key words for efficient > implementation are "strongly connected component" [1]. In rpm I used > Tarjan's algorithm [2] to find them (and then break them up for ordering). > > Be aware that any package in a SCC can be used as a "leaf" dragging in > t

Re: Question to show-installed

2015-03-10 Thread Jan Silhan
> From: "Harald Heigl" > I've a question concerning show-installed (from yum-utils). This seems > perfect to me to get a comprehensive list of all packages. > As far as I can see it uses returnLeafNodes() which works for most cases, > I've found just one point where it doesn't work as expected. (

Re: Question to show-installed

2015-03-09 Thread Florian Festi
On 03/09/2015 12:02 AM, Harald Heigl wrote: > I've a question concerning show-installed (from yum-utils). With the yum project being in maintenance mode the question is whether it is worth putting this kind of effort into yum-utils. The is probably better spent improving dnf to the point where it

Re: Question to show-installed

2015-03-09 Thread Florian Festi
On 03/09/2015 12:02 AM, Harald Heigl wrote: > Hi, > > I've a question concerning show-installed (from yum-utils). This seems > perfect to me to get a comprehensive list of all packages. > As far as I can see it uses returnLeafNodes() which works for most > cases, I've found just one point where it

Question to show-installed

2015-03-08 Thread Harald Heigl
Hi, I've a question concerning show-installed (from yum-utils). This seems perfect to me to get a comprehensive list of all packages. As far as I can see it uses returnLeafNodes() which works for most cases, I've found just one point where it doesn't work as expected. (in my opinion) I have two p