Re: [Yum-devel] is the "groups" command necessary

2011-07-11 Thread Andrew Ford
On 11/07/11 22:40, James Antill wrote: On Mon, 2011-07-11 at 22:21 +0100, Andrew Ford wrote: I have been diffing the 3.2.29 yum.8 file against the trunk version and see that there is a new "groups" command. In my opinion this is superfluous, and introduces a command that is both a reporting com

Re: [Yum-devel] is the "groups" command necessary

2011-07-11 Thread James Antill
On Mon, 2011-07-11 at 22:21 +0100, Andrew Ford wrote: > I have been diffing the 3.2.29 yum.8 file against the trunk version and > see that there is a new "groups" command. In my opinion this is > superfluous, and introduces a command that is both a reporting command > and a package manipulation

[Yum-devel] is the "groups" command necessary

2011-07-11 Thread Andrew Ford
I have been diffing the 3.2.29 yum.8 file against the trunk version and see that there is a new "groups" command. In my opinion this is superfluous, and introduces a command that is both a reporting command and a package manipulation command. As the man page says, "yum install @group" is the

Re: [Yum-devel] [PATCH 2/2] Add documentation for assumeyes change.

2011-07-11 Thread James Antill
On Mon, 2011-07-11 at 19:05 +0200, tim.laurid...@gmail.com wrote: > Do we really need all these cases ? > I can see the use for -y for installing/updating stuff, but not > removing stuff. but having options for all possible combination seams > like overkill for me and it make the code very complex

Re: [Yum-devel] [PATCH 2/2] Add documentation for assumeyes change.

2011-07-11 Thread tim.laurid...@gmail.com
On Mon, Jul 11, 2011 at 4:37 PM, James Antill wrote: > --- >  docs/yum.conf.5 |   50 +- >  1 files changed, 45 insertions(+), 5 deletions(-) > > diff --git a/docs/yum.conf.5 b/docs/yum.conf.5 > index 515aa73..07cfdde 100644 > --- a/docs/yum.conf.5 >

[Yum-devel] [PATCH 1/2] Add a bunch more functionality to "alwaysprompt", to make it DTRT for people.

2011-07-11 Thread James Antill
--- cli.py| 88 ++-- yum/config.py |2 +- 2 files changed, 79 insertions(+), 11 deletions(-) diff --git a/cli.py b/cli.py index 6056d38..ccc4c78 100644 --- a/cli.py +++ b/cli.py @@ -1391,19 +1391,87 @@ class YumBaseCli(yum.YumBase,

[Yum-devel] [PATCH 2/2] Add documentation for assumeyes change.

2011-07-11 Thread James Antill
--- docs/yum.conf.5 | 50 +- 1 files changed, 45 insertions(+), 5 deletions(-) diff --git a/docs/yum.conf.5 b/docs/yum.conf.5 index 515aa73..07cfdde 100644 --- a/docs/yum.conf.5 +++ b/docs/yum.conf.5 @@ -118,11 +118,51 @@ Command-line option: \fB\

Re: [Yum-devel] [PATCH] Adds documentation for the output module.

2011-07-11 Thread James Antill
On Fri, 2011-07-08 at 16:44 -0400, Nick Jacek wrote: > --- > output.py | 651 > ++--- > 1 files changed, 576 insertions(+), 75 deletions(-) [...] > @@ -473,10 +637,21 @@ class YumOutput: > return (val, width, hibeg, hiend) > >

[Yum-devel] [PATCH] Do not output '\r' unless to a tty.

2011-07-11 Thread Zdeněk Pavlas
BZ 720088 --- output.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/output.py b/output.py index c146abf..dae9aef 100755 --- a/output.py +++ b/output.py @@ -2366,6 +2366,7 @@ class YumCliRPMCallBack(RPMBaseCallback): if self.output and (sys.stdout.is