diff options
Diffstat (limited to 'repos.yaml')
-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 |