diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2016-11-04 09:11:50 +0100 |
---|---|---|
committer | Maciej Wereski <m.wereski@partner.samsung.com> | 2016-11-04 09:11:50 +0100 |
commit | c2eddbad6efe257647d4d5bb51bd8905066b0211 (patch) | |
tree | 03e11322c4ba4f6769c3a7a7f5952e4530a89fd3 | |
parent | 3bd217ad631bae231abff679c734161b345e1d3c (diff) | |
download | snapshot-repo-conf-c2eddbad6efe257647d4d5bb51bd8905066b0211.tar.gz snapshot-repo-conf-c2eddbad6efe257647d4d5bb51bd8905066b0211.tar.bz2 snapshot-repo-conf-c2eddbad6efe257647d4d5bb51bd8905066b0211.zip |
Add Tizen:3.0:Common
Change-Id: I0102f0436118a4211bfb8668947f8eca11188841
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-rwxr-xr-x | repos.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -974,3 +974,28 @@ Repositories: - Name: x86_64 Architectures: - x86_64 + + - Name: Tizen-3.0-common + Link: latest + Release: "tizen-3.0-common" + TopLevel: /srv/builds/temp/3.0-common + Project: Tizen:3.0:Common + ProjectConfig: yes + SnapshotDir: snapshots/tizen/3.0-common/ + PrereleaseDir: prerelease/tizen/3.0-common/ + Targets: + - Name: ia32-wayland + Architectures: + - ia32 + - Name: x86_64-wayland + Architectures: + - x86_64 + - Name: emulator32-wayland + Architectures: + - ia32 + - Name: arm-wayland + Architectures: + - armv7l + - Name: arm64-wayland + Architectures: + - aarch64 |