Skip to content

add ability to use slashes in branch names

Eberhard Stoll requested to merge feature/branchnames into master

Now branch names like feature/any will work with init-env and meta-update script

Manual executed tests:

  • build-multigraf branch feature/swupdate updated
  • unit test testrun execuded:
user@ubuntu:~/cust/multigraf/yk/scripts$ python3 lib/repo.py
test_removeprefix (__main__.TestCommonFuncs) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK

Merge request reports