forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix MFE repo URLs; better error message on bad format; tighter r…
…egex (#44) Two frontend repos were missing the `.git` suffix that is required for the regex that maps repo URLs to directory names. That's fixed now. But also, `make dev.reset-repos` would print two lines of `The [] repo is not cloned. Skipping.` -- hard to understand that that meant the regex failed to match. Now the match failure is explicitly handled for checkout, clone, reset, and status and a useful message is printed. Also, tightens up regex to anchor the end.
- Loading branch information
Showing
1 changed file
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters