Re: need way to distinguish fedora product/flavor in mirror logs

2014-11-04 Thread Jeremy Katz
On Tue, Nov 4, 2014 at 12:45 AM, James Antill wrote: > On Mon, 2014-11-03 at 16:40 -0500, Matthew Miller wrote: > > However, right now, all of the product rpms are subpackages, and so we > > can't have different files with the same name. > > :( > > > Have to either fill that > > file in %post o

Re: [Yum-devel] Adding yum translation submissions to Fedora's Transifex?

2009-11-14 Thread Jeremy Katz
On Fri, Nov 13, 2009 at 3:02 PM, Seth Vidal wrote: > My initial reticence to Transifex is the concern with giving direct access > to check items into the yum's base git repo from a foreign source. It fills > me with dread. > > However, I'd like to hear the opinions of the other folks who commit to

Re: [Yum-devel] [PATCH] Add po/Makevars for gettext plural handling

2009-11-13 Thread Jeremy Katz
On Fri, Nov 13, 2009 at 3:46 AM, Ville-Pekka Vainio wrote: > to, 2009-11-12 kello 11:48 -0500, Jeremy Katz kirjoitti: >> Does msgfmt -c do the right thing to ensure that the format strings >> given in the translated versions match with the expected format >> strings now?  T

Re: [Yum-devel] [PATCH] Add po/Makevars for gettext plural handling

2009-11-12 Thread Jeremy Katz
On Wed, Nov 11, 2009 at 2:54 PM, James Antill wrote: > On Wed, 2009-11-11 at 21:08 +0200, Ville-Pekka Vainio wrote: >> - the arguments are unnamed, which xgettext actually warns about if run >> on its own: >> >> "'msgid' format string with unnamed arguments cannot be properly >> localized: The tra

Re: [Yum-devel] sending patches to the list first

2009-07-21 Thread Jeremy Katz
On Tuesday, July 21 2009, Seth Vidal said: > As James has just demonstrated, we're going to take a cue from the > anaconda developers and start sending all patches to this list and > getting any other committer to sign off on the patch(es) before > committing them. This goes for all committer

Re: [Yum-devel] group DB

2009-05-26 Thread Jeremy Katz
On Tuesday, May 26 2009, Seth Vidal said: > On Fri, 22 May 2009, James Antill wrote: >> Some thoughts about group DB (having groups as real objects). I mainly >> wrote this for me, to see if "group DB" was actually possible. I think >> so :). [snip] >> ...a couple of things that fall out of this: >

Re: [Yum-devel] [PATCH] Catch error opening repo files

2009-05-13 Thread Jeremy Katz
On Wednesday, May 13 2009, Seth Vidal said: > On Wed, 13 May 2009, James Antill wrote: >> On Wed, 2009-05-13 at 14:16 -0400, Jeremy Katz wrote: >>> Rather than requiring higher level callers to catch the error, >>> we should catch the error at the low-level when opening

Re: [Yum-devel] [PATCH] Catch error opening repo files

2009-05-13 Thread Jeremy Katz
On Wednesday, May 13 2009, Seth Vidal said: > On Wed, 13 May 2009, Jeremy Katz wrote: >> Rather than requiring higher level callers to catch the error, >> we should catch the error at the low-level when opening the >> repo file and turn it into a RepoMDError. Related to &g

[Yum-devel] [PATCH] Catch error opening repo files

2009-05-13 Thread Jeremy Katz
Rather than requiring higher level callers to catch the error, we should catch the error at the low-level when opening the repo file and turn it into a RepoMDError. Related to rh bz#500526 --- yum/repoMDObject.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/yum/rep

Re: [Yum-devel] [UG] RFE for ulrgrabber - print url when 404

2009-04-27 Thread Jeremy Katz
On Monday, April 27 2009, Seth Vidal said: > There are two ways I can think of doing this: > > 1. put it in the error message results - ugly in terms of it potentially > being A LOT of text but trivial to do in the code > 2. adding a .url attribute to the exception we're creating so we can > al