Make sure all commands fall back on normal repository detection code if not given a repository type.

Review Request #13933 — Created June 4, 2024 and submitted

Information

RBTools
release-5.x

Reviewers

In the past we've ran into errors where RBTools commands weren't properly
trying to find the right repository to use, and weren't outputting a nice
error message when it failed to find repositories. We had a fix for this,
but we missed one are where we also needed to apply the fix. This change adds
the fix for that area, and makes sure we've fixed this everywhere.

  • Ran rbt login in a random directory with no configured repository, saw
    a proper error message.
  • Ran unit tests.
  • Audited the rest of the code for this problem.
Summary ID
Make sure all commands fall back on normal repository detection code if not given a repository type.
21cb018ce0ad215f57239770cdec97a76788d924
chipx86
  1. Ship It!
  2. 
      
maubin
Review request changed
Status:
Completed
Change Summary:
Pushed to release-5.x (1039227)