diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:39:36 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:39:36 +0100 |
commit | 9358c9fb4b198adf8594cedd6b8941d88dec63e9 (patch) | |
tree | 807dc35de2dccbf6e96d498a0d01eece293f2ecb /docs/part-2/3_xds-cli.md | |
parent | fb3fdb7bc37627489eda28c374177af879c924af (diff) |
XDS sources are now hold under AGL Gerrit (update refs).
Diffstat (limited to 'docs/part-2/3_xds-cli.md')
-rw-r--r-- | docs/part-2/3_xds-cli.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/part-2/3_xds-cli.md b/docs/part-2/3_xds-cli.md index a5610c1..74903f8 100644 --- a/docs/part-2/3_xds-cli.md +++ b/docs/part-2/3_xds-cli.md @@ -172,13 +172,14 @@ xds-cli misc sts ### Building -Clone this repo into your `$GOPATH/src/github.com/iotbzh` and use delivered Makefile: +Clone this repo into your `$GOPATH/src/gerrit.automotivelinux.org/gerrit/src/xds` and use delivered Makefile: ```bash export GOPATH=$(realpath ~/workspace_go) - mkdir -p $GOPATH/src/github.com/iotbzh - cd $GOPATH/src/github.com/iotbzh - git clone https://github.com/iotbzh/xds-cli.git + mkdir -p $GOPATH/src/gerrit.automotivelinux.org/gerrit/src/xds + cd $GOPATH/src/gerrit.automotivelinux.org/gerrit/src/xds + git clone https://gerrit.automotivelinux.org/gerrit/src/xds/xds-cli + # or git clone ssh://YOUR_USERNAME@gerrit.automotivelinux.org:29418/src/xds/xds-cli cd xds-cli make ``` @@ -207,6 +208,6 @@ Then invoke `vendor/debug` Makefile rule to create a symlink inside vendor directory : ```bash -cd src/github.com/iotbzh/xds-cli +cd src/gerrit.automotivelinux.org/gerrit/src/xds/xds-cli make vendor/debug ``` |