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
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
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
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
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
>
---
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,
---
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\
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)
>
>
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