aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-12-18 18:01:47 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-12-18 18:01:47 +0100
commite8b0d0cf717be03fc216e2461df7264be3b9e6a2 (patch)
tree116115db4c3b0df17dabd55f5e388ea972248192
parent7b18ebe99cf405871787862005dacc7f03434bb9 (diff)
Update links to flounder - SPEC-2030
Change-Id: Iea05616a6c935cdf5fe914fba664a377ccbcabeb Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--docs/part-1/1-1_install-xds-server-docker.md2
-rw-r--r--docs/part-1/1-3_install-xds-server-native.md4
-rw-r--r--docs/part-1/2_install-client.md4
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/part-1/1-1_install-xds-server-docker.md b/docs/part-1/1-1_install-xds-server-docker.md
index 0d16815..715bfec 100644
--- a/docs/part-1/1-1_install-xds-server-docker.md
+++ b/docs/part-1/1-1_install-xds-server-docker.md
@@ -28,7 +28,7 @@ Use provided script to create a new docker image and start a new container:
```bash
# Get script
-wget -O xds-docker-create-container.sh 'https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-server.git;a=blob_plain;f=scripts/xds-docker-create-container.sh;hb=master'
+wget -O xds-docker-create-container.sh 'https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-server.git;a=blob_plain;f=scripts/xds-docker-create-container.sh;hb=flounder'
# Create new XDS worker container (-id option value should be changed when you get port conflict error)
bash ./xds-docker-create-container.sh -id 0
diff --git a/docs/part-1/1-3_install-xds-server-native.md b/docs/part-1/1-3_install-xds-server-native.md
index 77ef9f8..a76848c 100644
--- a/docs/part-1/1-3_install-xds-server-native.md
+++ b/docs/part-1/1-3_install-xds-server-native.md
@@ -13,7 +13,7 @@ You also need to install `python3` to allow `xds-server` to manage AGL sdks.
export DISTRO="xUbuntu_16.04"
# AGL_RELEASE can be set to {AGL_ElectricEel, AGL_FunkyFlounder, AGL_Master}
-export AGL_RELEASE="AGL_Master"
+export AGL_RELEASE="AGL_FunkyFlounder"
wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${AGL_RELEASE}/${DISTRO}/Release.key | sudo apt-key add -
sudo bash -c "cat >> /etc/apt/sources.list.d/AGL.list <<EOF
@@ -34,7 +34,7 @@ sudo apt-get install python3
export DISTRO="openSUSE_Leap_15.0"
# AGL_RELEASE can be set to {AGL_ElectricEel, AGL_FunkyFlounder, AGL_Master}
-export AGL_RELEASE="AGL_Master"
+export AGL_RELEASE="AGL_FunkyFlounder"
sudo zypper ar http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${AGL_RELEASE}/${DISTRO}/isv:LinuxAutomotive:${AGL_RELEASE}.repo
diff --git a/docs/part-1/2_install-client.md b/docs/part-1/2_install-client.md
index 44906c0..7d187e0 100644
--- a/docs/part-1/2_install-client.md
+++ b/docs/part-1/2_install-client.md
@@ -28,7 +28,7 @@ optional and depends of what you want to do:
export DISTRO="xUbuntu_16.04"
# AGL_RELEASE can be set to {AGL_ElectricEel, AGL_FunkyFlounder, AGL_Master}
-export AGL_RELEASE="AGL_Master"
+export AGL_RELEASE="AGL_FunkyFlounder"
wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${AGL_RELEASE}/${DISTRO}/Release.key | sudo apt-key add -
sudo bash -c "cat >> /etc/apt/sources.list.d/AGL.list <<EOF
@@ -48,7 +48,7 @@ sudo apt-get install agl-xds-gdb
export DISTRO="openSUSE_Leap_15.0"
# AGL_RELEASE can be set to {AGL_ElectricEel, AGL_FunkyFlounder, AGL_Master}
-export AGL_RELEASE="AGL_Master"
+export AGL_RELEASE="AGL_FunkyFlounder"
sudo zypper ar http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${AGL_RELEASE}/${DISTRO}/isv:LinuxAutomotive:${AGL_RELEASE}.repo