Skip to content

update submodules sync in update.sh#509

Merged
yungwine merged 1 commit intoton-blockchain:devfrom
yungwine:update
Mar 3, 2026
Merged

update submodules sync in update.sh#509
yungwine merged 1 commit intoton-blockchain:devfrom
yungwine:update

Conversation

@yungwine
Copy link
Collaborator

@yungwine yungwine commented Mar 2, 2026

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves submodule handling in the update.sh script by separating the submodule initialization from the clone step, ensuring submodules are properly initialized and updated for the correct target branch.

Changes:

  • Removed --recursive from git clone so submodules are not fetched prematurely during the initial clone.
  • Replaced bare git submodule update with git submodule update --init --recursive, ensuring all submodules (including nested ones) are properly initialized and updated after the target branch is checked out.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@yungwine yungwine merged commit e83ae1a into ton-blockchain:dev Mar 3, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants