docs/templates/events.sh
Ron Stone 0a562be887 Scope vars
Minor cleanup on var scopes in functions.
Add support for prot selection.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I9763a6d50631d357f7de11668b1f02d5cab898b1
2022-11-25 13:00:44 -05:00

15 lines
416 B
Bash

# If set, will be prepended to output paths
common_target="tmp/"
prot="http"
# The repo to download from
remote_repo="opendev.org/starlingx/fault/raw/branch"
# Associate remote files and local paths
# key is the path to target in remote repo, relative to repo root
# value is path and name to be saved, relative to CWD and common_target if set
remote_files=(
["fm-doc/fm_doc/events.yaml"]="events.yaml"
)