diff options
Diffstat (limited to 'content/tocs/getting_started/fetched_files.yml')
-rw-r--r-- | content/tocs/getting_started/fetched_files.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/content/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml index 53e4c71..4113447 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,18 @@ # ------------------------------------ ############################################################################################################## -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" - git_commit: master-next - src_prefix : docs/getting-started + 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: app-workflow-intro.md label: Overview @@ -101,11 +103,9 @@ repositories: - source: docker-container-setup.md label: Setting Up a Docker Container - - 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 |