
This patch adds methods and repository stucts that will allow easily clone/pull/update repositories that are defined in config.manifests. Change-Id: I3789acd79d2072a2b90ed3bbaff99767070334e5
11 lines
186 B
YAML
11 lines
186 B
YAML
repository:
|
|
auth:
|
|
ssh-key: testdata/test-key.pem
|
|
type: ssh-key
|
|
checkout:
|
|
branch: ""
|
|
remote-ref: ""
|
|
tag: v1.0.1
|
|
url: http://dummy.url.com
|
|
target-path: /var/tmp/
|