diff options
-rw-r--r-- | content/tocs/apis_services/fetched_files.yml | 8 | ||||
-rw-r--r-- | content/tocs/architecture/fetched_files.yml | 3 | ||||
-rw-r--r-- | content/tocs/getting_started/fetched_files.yml | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 95c2dcf..3f4a5ff 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -248,8 +248,9 @@ repositories: - url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT git_name: "automotive-grade-linux/docs-sources" - git_commit: master-next + git_commit: "AGL_GITHUB_BRANCH" src_prefix: docs/app-framework dst_prefix: af-binder documents: @@ -258,8 +259,9 @@ repositories: label: Resources - url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT git_name: "automotive-grade-linux/docs-sources" - git_commit: master-next + git_commit: "AGL_GITHUB_BRANCH" src_prefix: docs/signaling dst_prefix: signaling documents: @@ -286,7 +288,7 @@ repositories: url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT git_name: "automotive-grade-linux/docs-sources" - git_commit: master-next + git_commit: "AGL_GITHUB_BRANCH" 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 5903a18..4483bcd 100644 --- a/content/tocs/architecture/fetched_files.yml +++ b/content/tocs/architecture/fetched_files.yml @@ -51,8 +51,7 @@ repositories: - source: agl_spec_v1.0_final.pdf - - git_name : "automotive-grade-linux/docs-sources" - git_commit: master-next + git_name: "automotive-grade-linux/docs-sources" 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 4b7b551..e5f5002 100644 --- a/content/tocs/getting_started/fetched_files.yml +++ b/content/tocs/getting_started/fetched_files.yml @@ -44,8 +44,7 @@ git_commit : "AGL_GITHUB_BRANCH" repositories: - - git_name : "automotive-grade-linux/docs-sources" - git_commit: master-next + git_name: "automotive-grade-linux/docs-sources" src_prefix : docs/getting-started documents : - source: source-code.md |