Skip to content

Commit 604b340

Browse files
Update references to the source build GitHub team (#4646)
1 parent 5d281b9 commit 604b340

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Documentation/eliminating-pre-builts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ contains package information of pre-builts that for one reason or another are
143143
allowed in the source-build of the repository.
144144

145145
Any new addition to the pre-built exception list must be signed-off by a member
146-
of the `@dotnet/source-build-internal` team.
146+
of the `@dotnet/source-build` team.
147147

148148
A common example of a exception that is present in several .NET repositories is
149149
an [_intermediate

Documentation/sourcebuild-in-repos/new-dependencies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ dependency and the nuances it may have.
7070
1. Is the repo already built in source-build but the specific package is not?
7171
1. There's probably an issue with source-building this package. Please talk
7272
to a [source-build team
73-
member](https://github.com/orgs/dotnet/teams/source-build-internal) about
73+
member](https://github.com/orgs/dotnet/teams/source-build) about
7474
why that is and whether we can fix it.
7575
1. Is this a repo that uses Arcade to build?
7676
1. Does the foreign repo depend on your repo, directly or indirectly? i.e.
7777
would adding the dependency create a cycle?
7878
1. This isn't necessarily a deal-breaker - it can sometimes be worked
7979
around with reference-only packages. Please contact a [source-build
8080
team
81-
member](https://github.com/orgs/dotnet/teams/source-build-internal) to
81+
member](https://github.com/orgs/dotnet/teams/source-build) to
8282
discuss.
8383
1. Does the foreign repo publish to BAR?
8484
1. If not, please contact them to get them publishing to BAR in an

Documentation/sourcebuild-in-repos/new-repo.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ MSBuild code that can change the way source build behaves.
6161
### `eng/SourceBuildPrebuiltBaseline.xml`
6262

6363
```xml
64-
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
64+
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build as a reviewer. -->
6565
<!-- See https://aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
6666

6767
<UsageData>
@@ -86,7 +86,7 @@ Add the source build team as the
8686
of the source build infrastructure.
8787

8888
``` text
89-
/eng/SourceBuild* @dotnet/source-build-internal
89+
/eng/SourceBuild* @dotnet/source-build
9090
```
9191

9292
### Trying it out locally
@@ -247,7 +247,7 @@ To opt in:
247247
#### End result
248248

249249
Submit the changes above in a PR and include
250-
[@source-build-internal](https://github.com/orgs/dotnet/teams/source-build-internal)
250+
[@source-build](https://github.com/orgs/dotnet/teams/source-build)
251251
as a reviewer. The jobs (or job, if managed-only) are automatically be added to
252252
CI in the existing pipeline alongside existing jobs, with a name like `Build
253253
Source-Build (<Platform>)`:
@@ -355,7 +355,7 @@ flow into `dotnet/installer`, a complete .NET product can be built from source.
355355
The repository will be synchronized into the VMR during the first build and the
356356
VMR will be built. This will validate that no prebuilts were added to the system
357357
and everything is functioning correctly. Please notify
358-
[@source-build-internal](https://github.com/orgs/dotnet/teams/source-build-internal)
358+
[@source-build](https://github.com/orgs/dotnet/teams/source-build)
359359
to be on the lookout for the new repo and they will validate as necessary.
360360

361361
## Additional resources

Documentation/sourcebuild-in-repos/update-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ branch (e.g. runtime release/6.0 to sdk release/6.0.1xx, release/6.0.2xx, etc).
1212
Package versions that you are updating to should be source-built in their
1313
respective repos. If the version you need is produced in a branch that is not
1414
yet source-build-compatible please let the [source-build
15-
team](https://github.com/orgs/dotnet/teams/source-build-internal) know.
15+
team](https://github.com/orgs/dotnet/teams/source-build) know.
1616

1717
Another common error we see is updating eng/Versions.props but not
1818
eng/Version.Details.xml. This causes problems for source-build because we

0 commit comments

Comments
 (0)