commit | 978c1fbfccf3e98ef3b5ac7098724f0bc084001b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 30 10:22:30 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 02 22:38:01 2023 -0400 |
tree | 94a9ed7f6c3803476280bc5e6bd16cdef11d24c5 | |
parent | a98850cc822ea1f30ed195162d22d396158ba36f [diff] |
buildman: Support upstream branch name containing / Buildman assumes that branch names do not have a slash in them, since slash is used to delimit remotes, etc. This means that a branch called 'WIP/tryme' in remote dm ends up being 'tryme'. Adjust the logic a little, to try to accommodate this. For now, no tests are added for this behaviour. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>