commit | f7582ce8496f19edf845d1f62c4b7f385e4cd864 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 05 19:00:22 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 09 16:38:31 2014 -0600 |
tree | 88bb6db6e2ea075958c80422493c1794fc77951d | |
parent | 930c8d4ad8d179bce2426f9fca8edac904bafddc [diff] |
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>