Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command for updating git submodules should be on one line (IDFGH-11663) #12776

Closed
georgik opened this issue Dec 12, 2023 · 0 comments
Closed
Assignees
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Feature Request Feature request for IDF

Comments

@georgik
Copy link
Collaborator

georgik commented Dec 12, 2023

Scenario

Scenario: Update of ESP-IDF from git requires update of submodules.
ESP-IDF correctly notify users that the update is necessary.
Problem is that command is splitted into two lines which makes it harder to copy-and-paste the command.
Current situation:

CMake Warning at /Users/georgik/projects/esp-idf/tools/cmake/git_submodules.cmake:52 (message):
  Git submodule components/openthread/openthread is out of date.  Run 'git
  submodule update --init --recursive' to fix.

Desired state

Desired output:

CMake Warning at /Users/georgik/projects/esp-idf/tools/cmake/git_submodules.cmake:52 (message):
  Git submodule components/openthread/openthread is out of date.  Run following command to fix: 
git submodule update --init --recursive
@georgik georgik added the Type: Feature Request Feature request for IDF label Dec 12, 2023
@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 12, 2023
@github-actions github-actions bot changed the title Command for updating git submodules should be on one line Command for updating git submodules should be on one line (IDFGH-11663) Dec 12, 2023
@espressif-bot espressif-bot added Status: In Progress Work is in progress Status: Reviewing Issue is being reviewed and removed Status: Opened Issue is new Status: In Progress Work is in progress labels Dec 12, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Reviewing Issue is being reviewed labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Feature Request Feature request for IDF
Projects
None yet
Development

No branches or pull requests

3 participants