summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-02-26 16:24:07 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-28 21:35:09 +0000
commit359601479790a2fc83cea483a54530712e648670 (patch)
treeeca984bedbe0ceced05593f32856f0478e55d255 /docs
parent84ed9da8d116d7385c9b22aaadee2b409ef961d8 (diff)
downloadchrome-ec-359601479790a2fc83cea483a54530712e648670.tar.gz
docs/fingerprint: Add instructions for adding private repo
BRANCH=none BUG=b:147702944 TEST=view in gitiles Change-Id: I6262b47b0438fe34aee6a3c562198e1ee41b6f83 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2076583 Tested-by: Craig Hesling <hesling@chromium.org> Reviewed-by: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/fingerprint/fingerprint-dev-for-partners.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/docs/fingerprint/fingerprint-dev-for-partners.md b/docs/fingerprint/fingerprint-dev-for-partners.md
index 67b22de268..46197319bf 100644
--- a/docs/fingerprint/fingerprint-dev-for-partners.md
+++ b/docs/fingerprint/fingerprint-dev-for-partners.md
@@ -373,7 +373,30 @@ If your partnership agreement requires non-public code sharing you will need to
register for an account on the [Internal Gerrit]. Refer to the
[Gerrit Credentials Setup] page for details. Once you register for an internal
account, your contact at Google can make sure you have the necessary permissions
-to access the necessary repo.
+to access the private repository.
+
+*** note
+**NOTE**: In order to use a private repository you will have to manually add it
+to the repo manifest file before running `repo sync`. Check with your contact
+at Google for the exact values to use below:
+
+**`(outside) $ ~/chromiumos/.repo/manifests/default.xml`**
+
+```xml
+<project remote="cros-internal"
+ path="CHECK WITH GOOGLE"
+ groups="firmware"
+ name="CHECK WITH GOOGLE" />
+```
+
+**`(outside) $ ~/chromiumos/.repo/manifests/remote.xml`**
+
+```xml
+<remote name="cros-internal"
+ fetch="https://chrome-internal.googlesource.com"
+ review="https://chrome-internal-review.googlesource.com" />
+```
+***
## Working with Chromebooks