diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-04 10:43:50 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-04 10:43:50 +0200 |
commit | 544863b3cc76164731312a24000998c4bcc6442a (patch) | |
tree | 09a440c2cd40b05f4c4392c427bcfc788f79875d | |
parent | 7203b5d810509bf5a167f8bc37d1b3495d778676 (diff) |
update latest stable release to dab
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | getting-started/source-code.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md index 337cbac..5b1426c 100644 --- a/getting-started/source-code.md +++ b/getting-started/source-code.md @@ -121,21 +121,21 @@ You can choose your source release ### Download Latest Stable Release -To download all layers for the for the latest stable release, Chinook 3.0.4: +To download all layers for the for the latest stable release, dab 4.0.0: ```bash cd $AGL_TOP -repo init -b chinook -m chinook_3.0.4.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b dab -m dab_4.0.0.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` -### Download Latest on Chinook Branch +### Download Latest on dab 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: ```bash cd $AGL_TOP -repo init -b chinook -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b dab -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` |