Re: [Yum-devel] transaction tracking

2007-08-15 Thread seth vidal
On Fri, 2006-11-17 at 15:07 +0100, Tim Lauridsen wrote: It sound like a very good idea. Maybe i would be an idea to have 2 files. transactions-all : Contain all transaction to processed. transactions-done : Contain all executed transaction. 1. Before the transaction processing is

Re: [Yum-devel] post 3.2.0 things to think about

2007-08-15 Thread seth vidal
On Fri, 2007-05-04 at 09:07 +0200, Tim Lauridsen wrote: This is why i think something like yum list vendors could be nice, i could show something like this foo-1.0-1.fc7.i386 Vendor X bar-1.0-2.fc7.noarch Vendor Y

Re: [Yum-devel] post 3.2.0 things to think about

2007-08-15 Thread Tim Lauridsen
seth vidal wrote: On Fri, 2007-05-04 at 09:07 +0200, Tim Lauridsen wrote: This is why i think something like yum list vendors could be nice, i could show something like this foo-1.0-1.fc7.i386 Vendor X bar-1.0-2.fc7.noarch Vendor

Re: [Yum-devel] ssl_cert auth patches

2007-08-15 Thread Tim Lauridsen
seth vidal wrote: Tim, A while back when we were talking about 3.2.0 and beyond features you mentioned a patch for yum from someone at ibm to use ssl_certs with urlgrabber to auth to our repos. I don't see this applied anywhere. Do you still have it? Would you be willing to commit it if it

Re: [Yum-devel] ssl_cert auth patches

2007-08-15 Thread seth vidal
On Wed, 2007-08-15 at 09:10 +0200, Tim Lauridsen wrote: seth vidal wrote: Tim, A while back when we were talking about 3.2.0 and beyond features you mentioned a patch for yum from someone at ibm to use ssl_certs with urlgrabber to auth to our repos. I don't see this applied anywhere. Do

Re: [Yum-devel] ssl_cert auth patches

2007-08-15 Thread Tim Lauridsen
seth vidal wrote: On Wed, 2007-08-15 at 09:10 +0200, Tim Lauridsen wrote: seth vidal wrote: Tim, A while back when we were talking about 3.2.0 and beyond features you mentioned a patch for yum from someone at ibm to use ssl_certs with urlgrabber to auth to our repos. I don't see this

Re: [Yum-devel] ssl_cert auth patches

2007-08-15 Thread Tim Lauridsen
Tim Lauridsen wrote: seth vidal wrote: On Wed, 2007-08-15 at 09:10 +0200, Tim Lauridsen wrote: seth vidal wrote: Tim, A while back when we were talking about 3.2.0 and beyond features you mentioned a patch for yum from someone at ibm to use ssl_certs with urlgrabber to auth to our

Re: [Yum-devel] ssl_cert auth patches

2007-08-15 Thread James Bowes
On Wed, Aug 15, 2007 at 09:52:40AM +0200, Tim Lauridsen wrote: Here is the patches as attachments This all looks sane enough to me. It would be nice to these patches and the ssl_ca_cert patches applied and in yum, but we have to keep in mind that they'll only work with urlgrabber 3.0 -James

Re: [Yum-devel] ssl_cert auth patches

2007-08-15 Thread seth vidal
On Wed, 2007-08-15 at 14:16 -0400, James Bowes wrote: On Wed, Aug 15, 2007 at 09:52:40AM +0200, Tim Lauridsen wrote: Here is the patches as attachments This all looks sane enough to me. It would be nice to these patches and the ssl_ca_cert patches applied and in yum, but we have to keep in

Re: [Yum-devel] transaction tracking

2007-08-15 Thread seth vidal
On Wed, 2007-08-15 at 03:19 -0400, seth vidal wrote: until we can make a complete api-break and just move the the RPMTransaction to a place where YumBase can inherit directly from it. and we can make the ts.run be: self.ts.run(cb=self.ts_callback, '') or some such thing. I'm open