[Yum-devel] [PATCH] Resurrect diskspacecheck=0 functionality

2013-04-24 Thread Panu Matilainen
Something in commit fc395ef14b135b3591488816ec902057fd8d03f4 makes diskspacecheck=0 not disable the disk space check at all. Moving the thing to initActionTs() where other similar initialization is done makes it work again. In addition, enable filtering of inode problems also to behave the same as

Re: [Yum-devel] [PATCH] bash completion: load yum.bash in. BZ 953210

2013-04-24 Thread Ville Skyttä
On 2013-04-22 18:20, Zdenek Pavlas wrote: >> Cleaner IMO, upstream supported way, and one subshell + pkg-config >> invocation less. > > Yes, it's cleaner. Can we use _xfunc in rhel7? I don't know what's in RHEL7, but if bash-completion is, I sure hope it's >= 2.0 (which contains _xfunc). > Anyw

Re: [Yum-devel] [PATCH] Try to install each package only once. BZ 955922

2013-04-24 Thread James Antill
On Wed, 2013-04-24 at 10:58 +0200, Zdenek Pavlas wrote: > Provides better error output. And it's faster, too. ACK. ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

Re: [Yum-devel] [PATCH] Add downloadonly option to userconfirm download prompt.

2013-04-24 Thread James Antill
On Wed, 2013-04-24 at 03:53 -0400, Zdenek Pavlas wrote: > > I mean, I think we are thinking the same thing ... generally I run a > > command, and think yeh I want to just download that stuff so hit 'n' and > > then run it again with -y --downloadonly and now I can just hit 'd' at > > the prompt in

[Yum-devel] [PATCH] Try to install each package only once. BZ 955922

2013-04-24 Thread Zdenek Pavlas
Provides better error output. And it's faster, too. --- debuginfo-install.py | 4 1 file changed, 4 insertions(+) diff --git a/debuginfo-install.py b/debuginfo-install.py index 4215700..5c1f77d 100755 --- a/debuginfo-install.py +++ b/debuginfo-install.py @@ -52,6 +52,7 @@ class DebugInfoIns

Re: [Yum-devel] [PATCH] Add downloadonly option to userconfirm download prompt.

2013-04-24 Thread Zdenek Pavlas
> I mean, I think we are thinking the same thing ... generally I run a > command, and think yeh I want to just download that stuff so hit 'n' and > then run it again with -y --downloadonly and now I can just hit 'd' at > the prompt instead. > > Or is there something else that I'm missing? Both