Re: Using maven to build RPMs and problems with the RPM database

2007-02-01 Thread John Casey
nt: Wednesday, January 31, 2007 2:37 PM Subject: Re: Using maven to build RPMs and problems with the RPM database > Concurrency is an issue any way you slice it, and it's not just limited to > RPMs. RPMs represent a set of files installed on the system, so you have > to > somehow

Re: Using maven to build RPMs and problems with the RPM database

2007-01-31 Thread Bob Allison
From: "John Casey" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Wednesday, January 31, 2007 2:37 PM Subject: Re: Using maven to build RPMs and problems with the RPM database Concurrency is an issue any way you slice it, and it's not just limited to RPMs

Re: Using maven to build RPMs and problems with the RPM database

2007-01-31 Thread Jason van Zyl
On 31 Jan 07, at 11:37 AM 31 Jan 07, John Casey wrote: Concurrency is an issue any way you slice it, and it's not just limited to RPMs. RPMs represent a set of files installed on the system, so you have to somehow verify that you're not installing the same RPM _or_file_list_ on one system

Re: Using maven to build RPMs and problems with the RPM database

2007-01-31 Thread John Casey
Concurrency is an issue any way you slice it, and it's not just limited to RPMs. RPMs represent a set of files installed on the system, so you have to somehow verify that you're not installing the same RPM _or_file_list_ on one system at the same time. Granted, this isn't as severe a limitation as

Using maven to build RPMs and problems with the RPM database

2007-01-31 Thread Jason van Zyl
Hi, I'm just throwing out a question because I have experience a problem with concurrency in the RPM database. Over in the CBUILDs stuff where we are using Maven to build RPMs whenever I do two simultaneous builds where the result is installing an RPM I seem to corrupt the database render