summaryrefslogtreecommitdiffstats
path: root/getting-started/source-code.md
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2016-12-22 10:46:22 +0100
committerRonan <ronan.lemartret@iot.bzh>2016-12-22 10:46:22 +0100
commit89abf89ef4ca477c9cb3c991e02e5657f801e161 (patch)
tree0412a477c66af5a2dc92d0afa18d82f5f78da810 /getting-started/source-code.md
parent5d0f0e61aea7e89589b6a0c1280a99b18646eb11 (diff)
update the latest stable release
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'getting-started/source-code.md')
-rw-r--r--getting-started/source-code.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md
index 730b242..f1823cd 100644
--- a/getting-started/source-code.md
+++ b/getting-started/source-code.md
@@ -109,20 +109,20 @@ chmod a+x ~/bin/repo
You can choose your source release
### Download Latest Stable Release
-To download all layers for the for the latest stable release, Blowfish 2.0.3:
+To download all layers for the for the latest stable release, Chinook 2.99.1:
```
cd $AGL_TOP
-repo init -b blowfish -m default_blowfish_2.0.3.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+repo init -b chinook -m chinook_2.99.1.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
repo sync
```
-### Download Latest on Blowfish Branch
+### Download Latest on Chinook Branch
To download all layers on the current release branch which may be in the midst of testing or changes prior to the next stable release:
```
cd $AGL_TOP
-repo init -b blowfish -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+repo init -b chinook -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
repo sync
```