Re: [Yum-devel] [PATCH] Honor --queryformat when using --output=ascii-tree

2012-01-20 Thread James Laska
On Thu, 2012-01-19 at 17:18 -0500, James Antill wrote: > On Thu, 2012-01-19 at 14:15 -0500, James Laska wrote: > > While using the ascii-tree output format, I found it helpful to support > > the --queryformat option to allow customized output using QUERYTAGS. > > Actually,

[Yum-devel] Honor --queryformat when using --output=ascii-tree

2012-01-19 Thread James Laska
Greetings, > GIT: [PATCH] Honor --queryformat when using --output=ascii-tree While using --output=ascii-tree, I found it desirable to influence the format of the package name. In my particular case, I wanted to include %{repoid} along with the standard nvra format. The attached patch uses the v

[Yum-devel] [PATCH] Honor --queryformat when using --output=ascii-tree

2012-01-19 Thread James Laska
While using the ascii-tree output format, I found it helpful to support the --queryformat option to allow customized output using QUERYTAGS. --- repoquery.py |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/repoquery.py b/repoquery.py index 2eb7834..6217b4b 100755 ---