]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Ignore conflicting tags
authorSimon Glass <sjg@chromium.org>
Sat, 6 Sep 2014 01:00:23 +0000 (19:00 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 22:38:31 +0000 (16:38 -0600)
commit950a23133d8235778ea29f5d9587edec7d9bbc0a
tree5db30378cf951577c252f4c4b698d5f55381f488
parentf7582ce8496f19edf845d1f62c4b7f385e4cd864
buildman: Ignore conflicting tags

Tags like Series-version are normally expected to appear once, and with a
unique value. But buildman doesn't actually look at these tags. So ignore
conflicts.

This allows bulidman to build a branch containing multiple patman series.

Reported-by: Steve Rae <srae@broadcom.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py
tools/buildman/func_test.py
tools/patman/patchstream.py