]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Permit branch names with an embedded '/'
authorSimon Glass <sjg@chromium.org>
Sat, 6 Sep 2014 01:00:22 +0000 (19:00 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 22:38:31 +0000 (16:38 -0600)
commitf7582ce8496f19edf845d1f62c4b7f385e4cd864
tree88bb6db6e2ea075958c80422493c1794fc77951d
parent930c8d4ad8d179bce2426f9fca8edac904bafddc
buildman: Permit branch names with an embedded '/'

At present buildman naively uses the branch name as part of its directory
path, which causes problems if the name has an embedded '/'.

Replace these with '_' to fix the problem.

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