diff options
Diffstat (limited to 'site/_tocs')
-rw-r--r-- | site/_tocs/apis_services/fetched_files.yml | 26 | ||||
-rw-r--r-- | site/_tocs/architecture/fetched_files.yml | 8 | ||||
-rw-r--r-- | site/_tocs/devguides/fetched_files.yml | 2 | ||||
-rw-r--r-- | site/_tocs/getting_started/fetched_files.yml | 10 | ||||
-rw-r--r-- | site/_tocs/hardware/fetched_files.yml | 2 |
5 files changed, 24 insertions, 24 deletions
diff --git a/site/_tocs/apis_services/fetched_files.yml b/site/_tocs/apis_services/fetched_files.yml index a9e3be4..5ebf0fb 100644 --- a/site/_tocs/apis_services/fetched_files.yml +++ b/site/_tocs/apis_services/fetched_files.yml @@ -38,7 +38,7 @@ ############################################################################################################## url_fetch : "GERRIT_FETCH" -git_commit : "master" +git_commit : "AGL_GERRIT_BRANCH" repositories: - @@ -86,10 +86,10 @@ repositories: label: Bindings Examples - source: FAQ.md - - url_fetch: GITHUB_FETCH - url_edit: GITHUB_EDIT - git_name: automotive-grade-linux/docs-agl - git_commit: master + url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT + git_name: "%project_source%/docs-agl" + git_commit: "AGL_GITHUB_BRANCH" src_prefix: docs/app-framework dst_prefix: af-binder documents: @@ -97,10 +97,10 @@ repositories: destination: resources.md label: Resources - - url_fetch: GITHUB_FETCH - url_edit: GITHUB_EDIT - git_name: automotive-grade-linux/docs-agl - git_commit: master + url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT + git_name: "%project_source%/docs-agl" + git_commit: "AGL_GITHUB_BRANCH" src_prefix: docs/signaling dst_prefix: signaling documents: @@ -122,10 +122,10 @@ repositories: - source: signaling/AGL-AppFW-CAN-Signaling-Benchmark.pdf - source: signaling/AGL-Message-Signaling-Developer-Guidelines.pdf - - url_fetch: GITHUB_FETCH - url_edit: GITHUB_EDIT - git_name: automotive-grade-linux/docs-agl - git_commit: master + url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT + git_name: "%project_source%/docs-agl" + git_commit: "AGL_GITHUB_BRANCH" src_prefix: docs/audio dst_prefix: audio documents: diff --git a/site/_tocs/architecture/fetched_files.yml b/site/_tocs/architecture/fetched_files.yml index a322627..8ca29b3 100644 --- a/site/_tocs/architecture/fetched_files.yml +++ b/site/_tocs/architecture/fetched_files.yml @@ -37,9 +37,9 @@ # ------------------------------------ ############################################################################################################## -url_fetch : "GITHUB_FETCH" -url_edit : "GITHUB_EDIT" -git_commit : "master" +url_fetch : "AGL_GITHUB_FETCH" +url_edit : "AGL_GITHUB_EDIT" +git_commit : "AGL_GITHUB_BRANCH" #git_commit : # default defined in _tocs/xxxx/latest.yml #dst_prefix : # destination_path = destination_prefix + (document.destination || document.source) @@ -50,7 +50,7 @@ repositories: documents: - source: agl_spec_v1_280515.pdf - - git_name : automotive-grade-linux/docs-agl + git_name : "%project_source%/docs-agl" src_prefix : docs/sec-blueprint dst_prefix: security documents: diff --git a/site/_tocs/devguides/fetched_files.yml b/site/_tocs/devguides/fetched_files.yml index 76e240d..e373840 100644 --- a/site/_tocs/devguides/fetched_files.yml +++ b/site/_tocs/devguides/fetched_files.yml @@ -38,7 +38,7 @@ ############################################################################################################## url_fetch : "GERRIT_FETCH" -git_commit: master +git_commit: "AGL_GERRIT_BRANCH" repositories: - git_name: AGL/meta-agl diff --git a/site/_tocs/getting_started/fetched_files.yml b/site/_tocs/getting_started/fetched_files.yml index d8482f4..29e5bdb 100644 --- a/site/_tocs/getting_started/fetched_files.yml +++ b/site/_tocs/getting_started/fetched_files.yml @@ -37,14 +37,14 @@ # ------------------------------------ ############################################################################################################## -url_fetch : "GITHUB_FETCH" -url_edit : "GITHUB_EDIT" -git_commit : "master" +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) repositories: - - git_name : automotive-grade-linux/docs-agl + git_name : "%project_source%/docs-agl" src_prefix : docs/getting-started documents : - source: source-code.md @@ -72,7 +72,7 @@ repositories: - url_fetch : GERRIT_FETCH git_name : staging/HomeScreen - git_commit : master + git_commit : AGL_GERRIT_BRANCH src_prefix : HomeScreen/docs dst_prefix : homescreen documents: diff --git a/site/_tocs/hardware/fetched_files.yml b/site/_tocs/hardware/fetched_files.yml index e43191e..62b1c0d 100644 --- a/site/_tocs/hardware/fetched_files.yml +++ b/site/_tocs/hardware/fetched_files.yml @@ -38,7 +38,7 @@ ############################################################################################################## url_fetch : "GERRIT_FETCH" -git_commit : "master" +git_commit : "AGL_GERRIT_BRANCH" #dst_prefix : # destination_path = destination_prefix + (document.destination || document.source) repositories: |