diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-09 13:28:01 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-09 13:28:01 -0800 |
commit | 509db3bc286520adeb8fbfc34cd693247f0466fe (patch) | |
tree | fb2f55a6fec294d89585d10c1acd7a4a6b12c4c7 /image-configs/repos.yaml | |
parent | aebf9480bffd20dc3a68ad33dcb57e95b2abe4a5 (diff) | |
download | meta-common-509db3bc286520adeb8fbfc34cd693247f0466fe.tar.gz meta-common-509db3bc286520adeb8fbfc34cd693247f0466fe.tar.bz2 meta-common-509db3bc286520adeb8fbfc34cd693247f0466fe.zip |
put all meta-data in one place
Diffstat (limited to 'image-configs/repos.yaml')
-rw-r--r-- | image-configs/repos.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/image-configs/repos.yaml b/image-configs/repos.yaml new file mode 100644 index 0000000..832b5a2 --- /dev/null +++ b/image-configs/repos.yaml @@ -0,0 +1,7 @@ +Repositories: + - Name: base + Url: https://download.tz.otcshare.org/snapshots/trunk/pc/@BUILD_ID@/repos/base/@ARCH@/packages/ + Options: --save --ssl_verify=no + - Name: base-debug + Url: https://download.tz.otcshare.org/snapshots/trunk/pc/@BUILD_ID@/repos/base/@ARCH@/debug/ + Options: --save --ssl_verify=no |