[U-Boot] [PATCH 1/2] buildman: Allow conflicting tags to avoid spurious errors

2013-05-02 Thread Simon Glass
Conflicting tags can prevent buildman from building two series which exist one after the other in a branch. There is no reason not to allow this sort of workflow with buildman, so ignore conflicting tags in buildman. Signed-off-by: Simon Glass --- tools/buildman/control.py | 5 + tools/patma

Re: [U-Boot] [PATCH 1/2] buildman: Allow conflicting tags to avoid spurious errors

2013-05-03 Thread Tom Rini
On Thu, May 02, 2013 at 05:46:02PM -0700, Simon Glass wrote: > Conflicting tags can prevent buildman from building two series which exist > one after the other in a branch. There is no reason not to allow this sort > of workflow with buildman, so ignore conflicting tags in buildman. > > Signed-of

Re: [U-Boot] [PATCH 1/2] buildman: Allow conflicting tags to avoid spurious errors

2013-05-06 Thread Simon Glass
Hi Tom, On Fri, May 3, 2013 at 5:25 PM, Tom Rini wrote: > On Thu, May 02, 2013 at 05:46:02PM -0700, Simon Glass wrote: > >> Conflicting tags can prevent buildman from building two series which exist >> one after the other in a branch. There is no reason not to allow this sort >> of workflow with

Re: [U-Boot] [PATCH 1/2] buildman: Allow conflicting tags to avoid spurious errors

2013-05-12 Thread Simon Glass
On Mon, May 6, 2013 at 8:33 AM, Simon Glass wrote: > Hi Tom, > > On Fri, May 3, 2013 at 5:25 PM, Tom Rini wrote: >> On Thu, May 02, 2013 at 05:46:02PM -0700, Simon Glass wrote: >> >>> Conflicting tags can prevent buildman from building two series which exist >>> one after the other in a branch. T