Re: [Yum-devel] Offering nvra instead of na completions from bash completion helper

2012-12-11 Thread Ville Skyttä
On 2012-10-25 23:24, James Antill wrote: > Yeh, if we can only have one I guess nvra is better ... for those few > times we want/need to specify a version, but it feels like the common > case would get less nice. Attached is another stab at this; this time outputting nvra only for installonlypkg

Re: [Yum-devel] [PATCH] run _repos.doSetup() at least once. BZ 885159

2012-12-11 Thread James Antill
On Tue, 2012-12-11 at 05:25 -0500, Zdenek Pavlas wrote: > > My guess is that we'll have to move the basename checking into > > _repos.doSetup(). > > Can't use the existing "for repo in repos" loop, > as someone might doSetup() repos one by one.. Yeh, ACK. __

Re: [Yum-devel] [PATCH] run _repos.doSetup() at least once. BZ 885159

2012-12-11 Thread Zdenek Pavlas
> My guess is that we'll have to move the basename checking into > _repos.doSetup(). Can't use the existing "for repo in repos" loop, as someone might doSetup() repos one by one.. commit d8d16de03e3853554352a9a36d1814bad8b83145 Author: Zdeněk Pavlas Date: Tue Dec 11 11:07:32 2012 +0100 m