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

Sync submodule recursively #305

Merged
merged 1 commit into from Mar 26, 2013
Merged

Sync submodule recursively #305

merged 1 commit into from Mar 26, 2013

Conversation

@klutzy
Copy link
Contributor

klutzy commented Mar 16, 2013

Submodule may have its own submodules, and the sub-sub-module url may be
changed.
Thus, if submodule update --recursive is done without url sync,
sub-sub-module may fail to find appropriate commit.
This patch fixes the problem by git submodule update locally
before recursive sync.

I failed to run ./configure when src/rust submodule has updated and therefore src/rust/src/libuv remote has changed (rust-lang/rust@c707a2d), but not synced by configure.

Submodule may have its own submodules, and the sub-sub-module url may be
changed.
Thus, if `submodule update --recursive` is done without url sync,
sub-sub-module may fail to find appropriate commit.
This patch fixes the problem by `git submodule update` locally
before recursive sync.
brson added a commit that referenced this pull request Mar 26, 2013
@brson brson merged commit 2570045 into servo:master Mar 26, 2013
@klutzy klutzy deleted the klutzy:submodule-sync branch Nov 15, 2014
glennw added a commit to glennw/servo that referenced this pull request Jan 16, 2017
Reduce the max texture size to 8192x8192 and 256MB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.