diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-10-25 18:51:45 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-10-25 18:52:21 +0200 |
commit | 49df56171aec19f6b01a8b50aef03a005a019f21 (patch) | |
tree | 77acbc53fb11e09bd1d863d67eced40b621d7281 | |
parent | 71ec740fa078e074d335b55629fb1350d98b3123 (diff) |
docs-source: add git_commit to master-next
Change-Id: I6e0d72f43b0230e4a8e3f05ce2e78d4cebdb3f5b
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r-- | content/tocs/apis_services/fetched_files.yml | 6 | ||||
-rw-r--r-- | content/tocs/architecture/fetched_files.yml | 1 | ||||
-rw-r--r-- | content/tocs/getting_started/fetched_files.yml | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 6552196..676c8e3 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -252,7 +252,7 @@ repositories: - url_fetch: AGL_GITHUB_FETCH git_name: "automotive-grade-linux/docs-sources" - git_commit: "AGL_GITHUB_BRANCH" + git_commit: master-next src_prefix: docs/app-framework dst_prefix: af-binder documents: @@ -262,7 +262,7 @@ repositories: - url_fetch: AGL_GITHUB_FETCH git_name: "automotive-grade-linux/docs-sources" - git_commit: "AGL_GITHUB_BRANCH" + git_commit: master-next src_prefix: docs/signaling dst_prefix: signaling documents: @@ -289,7 +289,7 @@ repositories: url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT git_name: "automotive-grade-linux/docs-sources" - git_commit: "AGL_GITHUB_BRANCH" + git_commit: master-next src_prefix: docs/audio dst_prefix: audio documents: diff --git a/content/tocs/architecture/fetched_files.yml b/content/tocs/architecture/fetched_files.yml index 80fb3e9..5903a18 100644 --- a/content/tocs/architecture/fetched_files.yml +++ b/content/tocs/architecture/fetched_files.yml @@ -52,6 +52,7 @@ repositories: - git_name : "automotive-grade-linux/docs-sources" + git_commit: master-next src_prefix : docs/security-blueprint dst_prefix: security documents: diff --git a/content/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml index 0819215..4b7b551 100644 --- a/content/tocs/getting_started/fetched_files.yml +++ b/content/tocs/getting_started/fetched_files.yml @@ -45,6 +45,7 @@ git_commit : "AGL_GITHUB_BRANCH" repositories: - git_name : "automotive-grade-linux/docs-sources" + git_commit: master-next src_prefix : docs/getting-started documents : - source: source-code.md |