# REFERENCE ENTRY:
# -
#   url_fetch : gitweb fetch URL (format string with token %repo% %uri%
#      GERRIT_FETCH=  "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%;a=blob_plain;f=%source%;hb=%commit%"
#      GITHUB_FETCH= "https://raw.githubusercontent.com/%repo%/%commit%/%source%"
#   repository: git repository name
#      GITHUB_EDIT= "https://raw.github.com/%repo%/blob/%commit%/%source%"
#   git_commit: git commit when not default
#   destination_prefix: optional destination prefix 
#   documents:
#     -
#       source  : "source patch within url_fetch"
#       destination  : "optional: destination path default=path.join(destination_prefix+source)"
#       label: "optional: friendly name for submenu default=basename(source) overloaded by file content"
#       title: "optional: info about document (default label, overloaded by file content)"
#

url_fetch  : "GERRIT_FETCH"
git_commit: master
repositories:   
-
    git_name: AGL/meta-agl
    documents:
        - source: README-AGL.md
          destination: AGL.md
          label: AGL Overview
        - source: README.md
          destination: meta-agl.md
          label: meta-agl
-
    git_name: AGL/meta-agl-demo
    documents:
        - source: README.md
          destination: meta-agl-demo.md
          label: meta-agl-demo
-
    git_name: AGL/meta-agl-devel
    documents:
        - source: README.md
          destination: meta-agl-devel.md
          label: meta-agl-devel
-
    git_name: AGL/meta-agl-extra
    documents:
        - source: meta-sota/README.md
          destination: meta-sota.md
          label: meta-sota