commit | 4aeceb9cff10111eef2cfb7dd738e2d9499a811c | [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 | a8b7b1b5b079de4f9d4fb7fc3de990ac6efe7c0f [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>