Uh oh!
There was an error while loading. Please reload this page.
Infra for regeneration of third-party-notices file - #60091
Conversation
ghost
commented
Oct 6, 2021
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Davis Goodin <dagood@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
NikolaMilosavljevic
commented
Nov 11, 2021
@dagood@akoeplinger is this now good for merging? I'm waiting on one approving review. |
| <TpnRepo Include="dotnet/wpf" /> | ||
| <!-- | ||
| Additional repos that should be included but don't have any third-party-notices files: |
There was a problem hiding this comment.
Do we have an issue which tracks adding these repos?
dotnet/emsdk would be another one.
There was a problem hiding this comment.
Thanks - I've added this repo and created the tracking issue: #61466
danmoseley
commented
Feb 10, 2022
@NikolaMilosavljevic is this ok to merge now? |
danmoseley
commented
Mar 23, 2022
@NikolaMilosavljevic is this OK to merge? or else we should close it. |
NikolaMilosavljevic
commented
Mar 23, 2022
@danmoseley I'll need to verify that this still works fine with potential infra changes that happened in the meantime. |
NikolaMilosavljevic
commented
Mar 25, 2022
Verified that infra is still compatible with original changes. TPNs can be regenerated with a simple command: |
danmoseley
commented
Mar 25, 2022
Thanks @NikolaMilosavljevic ! |
* Infra for regeneration of third-party-notices file * Update eng/regenerate-third-party-notices.proj Co-authored-by: Davis Goodin <dagood@users.noreply.github.com> * Addressing PR comments * Updated copyright in all .cs files * Update dotnet/liner repo name * Add dotnet/emsdk to the list Co-authored-by: Davis Goodin <dagood@users.noreply.github.com>
This is based on infra originally implemented by @dagooddagood/core-setup@bac3b0d...100d6dc
It regenerates TPN file under src/installer/pkg, with content from dotnet/runtime and other repos. We used the same infra for .NET 5 release, but it was never merged into runtime repo.