-
Notifications
You must be signed in to change notification settings - Fork 347
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
Inline git submodules when ingesting individual repositories #10784
Comments
When we ingest new code for submodules, the process now goes like this:
|
@richlander can we have a discussion about the way we want to treat the inlined git submodules in the VMR? I expect we should do something like this:
|
That all sounds good to me. Generalizing this topic, I think it would be useful to have a doc that listed all the repos that are included in the VMR, submodule or otherwise. I see a few options:
|
Feedback from Rich was pulled into #11159 Otherwise, this is completed, we have reached parity with tarball |
Context
Based on the decisions made during 📄 external dependency investigations, the submodules of individual repositories need to be recursively ingested as sources and not kept as git submodules.
Technical goal
This will need some work around how we ingest repositories where we will probably have to:
Licensing/open-source goal
Subsequent goal is to figure out how to adhere to the open-source playbook so that it's clear why are external repositories copied into "some dotnet VMR".
The text was updated successfully, but these errors were encountered: