]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Allow conflicting tags to avoid spurious errors
authorSimon Glass <sjg@chromium.org>
Thu, 2 May 2013 14:46:02 +0000 (14:46 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 9 May 2013 21:27:38 +0000 (14:27 -0700)
commitf0b739f15f3369273ea372eb29a2b841ad6d0ddd
treeabdf0eb70ad6db62e8d9cee8072e313dbf999664
parent4e779ad2e54e39d5343c8c83b4fc686a7bb16859
buildman: Allow conflicting tags to avoid spurious errors

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.

Change-Id: I2231d04d8684fe0f8fe77f8ea107e5899a3da5e8
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>
tools/buildman/control.py
tools/patman/series.py