Re: [Yum-devel] [PATCH] Fix .count (atm. it's an sqlite obj.), don't even run the SQL it's needed.

2011-01-10 Thread tim.laurid...@gmail.com
On Mon, Jan 10, 2011 at 11:03 PM, James Antill wrote: > --- > yum/pkgtag_db.py | 10 -- > 1 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/yum/pkgtag_db.py b/yum/pkgtag_db.py > index 016dd41..afcc28d 100644 > --- a/yum/pkgtag_db.py > +++ b/yum/pkgtag_db.py > @@ -53,8 +

[Yum-devel] [PATCH] Fix .count (atm. it's an sqlite obj.), don't even run the SQL it's needed.

2011-01-10 Thread James Antill
--- yum/pkgtag_db.py | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/yum/pkgtag_db.py b/yum/pkgtag_db.py index 016dd41..afcc28d 100644 --- a/yum/pkgtag_db.py +++ b/yum/pkgtag_db.py @@ -53,8 +53,14 @@ class PackageTagDB(object): # open it and leave a curso

Re: [Yum-devel] [PATCH] Limit the search output, per. N/S group.

2011-01-10 Thread Ville Skyttä
On Monday 10 January 2011, seth vidal wrote: > Should we even bother investigating the 'pipe to less' thing that git > likes to do? FWIW, I dislike that feature in git. If I want paged output, I use a pager, otherwise from muscle memory I do type-a-command-then-Shift+PgUp if necessary. git in

Re: [Yum-devel] [PATCH] Limit the search output, per. N/S group.

2011-01-10 Thread seth vidal
On Mon, 2011-01-10 at 14:35 -0500, James Antill wrote: > This helps searching for things like "python kvm" or "manager kvm" > because we don't get 100s of hits for the name search on python or > manager (which are very common). > It may be too much though, and/or we may want some way to say "don't

Re: [Yum-devel] [PATCH] Write the override_sigchecks to the right object, BZ 668031

2011-01-10 Thread seth vidal
On Mon, 2011-01-10 at 14:28 -0500, James Antill wrote: > --- > cli.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/cli.py b/cli.py > index 7c12f43..640f190 100644 > --- a/cli.py > +++ b/cli.py > @@ -1506,7 +1506,7 @@ class YumOptionParser(OptionParser): >

[Yum-devel] [PATCH] Limit the search output, per. N/S group.

2011-01-10 Thread James Antill
This helps searching for things like "python kvm" or "manager kvm" because we don't get 100s of hits for the name search on python or manager (which are very common). It may be too much though, and/or we may want some way to say "don't limit" without saying "do a full description search too" ...

[Yum-devel] [PATCH] Write the override_sigchecks to the right object, BZ 668031

2011-01-10 Thread James Antill
--- cli.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cli.py b/cli.py index 7c12f43..640f190 100644 --- a/cli.py +++ b/cli.py @@ -1506,7 +1506,7 @@ class YumOptionParser(OptionParser): if opts.nogpgcheck: # Altering the normal configs.