diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-05-12 19:30:37 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-05-12 19:31:14 +0900 |
commit | 4cf6becb338cbf8a88d307fe0bd36dbfc07e3c7f (patch) | |
tree | 3eeba888626abb4fb027d8509258fc4b51bb6449 | |
parent | 02130346f2601ea80a40ab1257d519618a62389c (diff) | |
download | snapshot-repo-conf-4cf6becb338cbf8a88d307fe0bd36dbfc07e3c7f.tar.gz snapshot-repo-conf-4cf6becb338cbf8a88d307fe0bd36dbfc07e3c7f.tar.bz2 snapshot-repo-conf-4cf6becb338cbf8a88d307fe0bd36dbfc07e3c7f.zip |
Tizen:TV: Disable useless repositories
- To boost create-snapshot job's build speed
Change-Id: I0b25051affd977efcec6611153658262e5617daa
-rwxr-xr-x | repos.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -575,33 +575,12 @@ Repositories: SnapshotDir: snapshots/tizen/tv PrereleaseDir: prerelease/tizen/tv Targets: - - Name: ia32-x11 - Architectures: - - ia32 - - Name: ia32-wayland - Architectures: - - ia32 - - Name: emulator32-x11 - Architectures: - - ia32 - - Name: x86_64-x11 - Architectures: - - x86_64 - - Name: x86_64-wayland - Architectures: - - x86_64 - Name: arm-x11 Architectures: - armv7l - Name: arm-wayland Architectures: - armv7l - - Name: arm64-x11 - Architectures: - - aarch64 - - Name: arm64-wayland - Architectures: - - aarch64 - Name: emulator32-wayland Architectures: - ia32 |