Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2020-02-13 16:16:59 +0300
committerGitHub <noreply@github.com>2020-02-13 16:16:59 +0300
commitf1bdf8a93de070eea4f7663158022d91cd816018 (patch)
treeb1e99f50e7316769387fedc49a4cd9725d1fb74d /.github/CODEOWNERS
parent3fdc3c84b2893e0d5b993f7adf89509bf4b99225 (diff)
Move offsets-tool into mono/tools (#18830)mono-6.10.0.73
Backporting this since we see errors during `pip install` on the Android Mono SDKs build on Linux and with this we're removing the call to pip (it wasn't needed). Backport of #18783. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 48d2993b4e3..0d8cde93d65 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -116,6 +116,8 @@
/mono/sgen @BrzVlad @lambdageek
+/mono/tools/offsets-tool @lewurm @rolfbjarne
+
/mono/utils @vargaz @lewurm @lambdageek
/mono/utils/atomic* @lewurm @vargaz
/mono/utils/mono-hwcap* @lewurm @vargaz
@@ -156,6 +158,5 @@
/tools @lambdageek @vargaz
/tools/locale-builder @marek-safar @egorbo
/tools/nuget-hash-extractor @marek-safar @radical @akoeplinger
-/tools/offsets-tool @lewurm @rolfbjarne
/tools/pedump @lambdageek @lewurm
/tools/sgen @brzvlad @vargaz @naricc