From 544863b3cc76164731312a24000998c4bcc6442a Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 4 Sep 2017 10:43:50 +0200 Subject: update latest stable release to dab Signed-off-by: Ronan Le Martret --- getting-started/source-code.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'getting-started') 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 ``` -- cgit