aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs/getting_started/fetched_files.yml
diff options
context:
space:
mode:
authorStéphane Desneux <stephane.desneux@iot.bzh>2018-11-27 12:36:11 +0100
committerStéphane Desneux <stephane.desneux@iot.bzh>2018-11-27 12:38:18 +0100
commit39d23550027e43440aa1c778e776ef102d3c0d56 (patch)
tree9edc3078dcd3d3cf330590f6a387b6fa347dff83 /content/tocs/getting_started/fetched_files.yml
parent2cf99c68f75b9413f9a7f470d23cf5e056d79609 (diff)
content/tocs: fix urls and branches (make homegeneous)
Change-Id: If6d9687779c665b2b4d04bbd996d326ffa4ca4ff Signed-off-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'content/tocs/getting_started/fetched_files.yml')
-rw-r--r--content/tocs/getting_started/fetched_files.yml29
1 files changed, 15 insertions, 14 deletions
diff --git a/content/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml
index e5f5002..ba1fafe 100644
--- a/content/tocs/getting_started/fetched_files.yml
+++ b/content/tocs/getting_started/fetched_files.yml
@@ -5,8 +5,8 @@
#
# REPOSITORY ENTRY:
# -
-# url_fetch : gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration)
-# url_edit : gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration)
+# url_fetch: gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration)
+# url_edit: gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration)
# git_name: repository name (%repo%)
# git_commit: git reference: revision, SHA1, branch... (%commit%)
# src_prefix: prefix prepended to %source%
@@ -37,16 +37,19 @@
# ------------------------------------
##############################################################################################################
-url_fetch : "AGL_GITHUB_FETCH"
-url_edit : "AGL_GITHUB_EDIT"
-git_commit : "AGL_GITHUB_BRANCH"
-#dst_prefix : # destination_path = destination_prefix + (document.destination || document.source)
+#dst_prefix: # destination_path = destination_prefix + (document.destination || document.source)
+
+url_fetch: GERRIT_FETCH
+git_commit: AGL_GERRIT_BRANCH
repositories:
-
- git_name: "automotive-grade-linux/docs-sources"
- src_prefix : docs/getting-started
- documents :
+ url_fetch: AGL_GITHUB_FETCH
+ url_edit: AGL_GITHUB_EDIT
+ git_name: automotive-grade-linux/docs-sources
+ git_commit: AGL_GITHUB_BRANCH
+ src_prefix: docs/getting-started
+ documents:
- source: source-code.md
label: Download AGL Source Code
- source: customize_bitbake_conf.md
@@ -70,11 +73,9 @@ repositories:
- source: setup-sdk-environment.md
label: SDK Quick Setup
-
- url_fetch : GERRIT_FETCH
- git_name : apps/homescreen
- git_commit : AGL_GERRIT_BRANCH
- src_prefix : homescreen/docs
- dst_prefix : homescreen
+ git_name: apps/homescreen
+ src_prefix: homescreen/docs
+ dst_prefix: homescreen
documents:
- source: index.md
label: Overview