diff --git a/build-tools/create-packs/License.targets b/build-tools/create-packs/License.targets index 2a80dbae5bf..5f6162b8903 100644 --- a/build-tools/create-packs/License.targets +++ b/build-tools/create-packs/License.targets @@ -3,7 +3,7 @@ Microsoft © Microsoft Corporation. All rights reserved. - https://github.com/xamarin/xamarin-android + https://github.com/dotnet/android $(XamarinAndroidSourcePath)external\monodroid\tools\scripts\License.txt $(XamarinAndroidSourcePath)LICENSE.TXT LICENSE.TXT diff --git a/build-tools/debian-metadata/control b/build-tools/debian-metadata/control index 4b8c193ba73..95986dc804d 100644 --- a/build-tools/debian-metadata/control +++ b/build-tools/debian-metadata/control @@ -5,8 +5,8 @@ Maintainer: Xamarin Build-Depends: debhelper (>=9), cli-common-dev (>= 0.9~) Standards-Version: 3.9.6 Homepage: https://www.xamarin.com/platform -Vcs-Git: https://github.com/xamarin/xamarin-android.git -Vcs-Browser: https://github.com/xamarin/xamarin-android +Vcs-Git: https://github.com/dotnet/android.git +Vcs-Browser: https://github.com/dotnet/android Package: xamarin.android-oss Architecture: amd64 diff --git a/build-tools/scripts/XAVersionInfo.targets b/build-tools/scripts/XAVersionInfo.targets index 82d4d5d1f65..920899e870e 100644 --- a/build-tools/scripts/XAVersionInfo.targets +++ b/build-tools/scripts/XAVersionInfo.targets @@ -75,7 +75,7 @@ - xamarin-android + dotnet/android <_AndroidPackLabel Condition=" '$(SYSTEM_PULLREQUEST_PULLREQUESTNUMBER)' != '' ">ci.pr.gh$(SYSTEM_PULLREQUEST_PULLREQUESTNUMBER).$(PackVersionCommitCount) <_AndroidPackBranch>$([System.Text.RegularExpressions.Regex]::Replace('$(XAVersionBranch)', '[^a-zA-Z0-9-]', '-')) diff --git a/build-tools/xaprepare/xaprepare/Application/GeneratedSourceLinkJsonFile.cs b/build-tools/xaprepare/xaprepare/Application/GeneratedSourceLinkJsonFile.cs index e2a7790be12..060fe510eba 100644 --- a/build-tools/xaprepare/xaprepare/Application/GeneratedSourceLinkJsonFile.cs +++ b/build-tools/xaprepare/xaprepare/Application/GeneratedSourceLinkJsonFile.cs @@ -33,7 +33,7 @@ public override void Generate (Context context) json.AppendLine ($" \"{localPath}/*\": \"{contentUri.Uri}/*\","); } - json.AppendLine ($" \"{BuildPaths.XamarinAndroidSourceRoot}/*\": \"https://raw.githubusercontent.com/xamarin/xamarin-android/{xaCommit}/*\""); + json.AppendLine ($" \"{BuildPaths.XamarinAndroidSourceRoot}/*\": \"https://raw.githubusercontent.com/dotnet/android/{xaCommit}/*\""); json.AppendLine (" }"); json.AppendLine ("}"); diff --git a/tools/relnote-gen/App.cs b/tools/relnote-gen/App.cs index 941227ce692..a7f724f27f0 100644 --- a/tools/relnote-gen/App.cs +++ b/tools/relnote-gen/App.cs @@ -15,9 +15,9 @@ enum State { static class App { - const string XamarinAndroidCommitBase = "http://github.com/xamarin/xamarin-android/commit/"; - const string XamarinAndroidPullBase = "http://github.com/xamarin/xamarin-android/pull/"; - const string XamarinAndroidIssuesBase = "http://github.com/xamarin/xamarin-android/issues/"; + const string XamarinAndroidCommitBase = "https://github.com/dotnet/android/commit/"; + const string XamarinAndroidPullBase = "https://github.com/dotnet/android/pull/"; + const string XamarinAndroidIssuesBase = "https://github.com/dotnet/android/issues/"; static readonly Regex SummaryParser = new Regex ( @"^\s*(\[(?[^]]+)\]\s+)?" + diff --git a/tools/relnote-gen/README.md b/tools/relnote-gen/README.md index 5eb836cdb28..f996cd2fc78 100644 --- a/tools/relnote-gen/README.md +++ b/tools/relnote-gen/README.md @@ -34,8 +34,8 @@ Then the output of `renote-gen` will be: - Summary ([#NUMBER](URL/NUMBER), - [PR #PR](http://github.com/xamarin/xamarin-android/pull/PR), - [Commit COMMIT](http://github.com/xamarin/xamarin-android/commit/COMMIT)) + [PR #PR](https://github.com/dotnet/android/pull/PR), + [Commit COMMIT](https://github.com/dotnet/android/commit/COMMIT)) ``` # API Diffs?