From: Ed Bartosh Date: Fri, 13 Sep 2013 16:06:57 +0000 (+0300) Subject: Fixed url in .ks file X-Git-Tag: accepted/tizen/20130917.183111~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F10015%2F1;p=profile%2Fmobile%2Fmeta-mobile.git Fixed url in .ks file Fixed url in 'repo' line. Currently it's pointing to nonexistent location. Signed-off-by: Ed Bartosh --- diff --git a/mobile-repos.yaml b/mobile-repos.yaml index 88369c6..216c1be 100644 --- a/mobile-repos.yaml +++ b/mobile-repos.yaml @@ -1,7 +1,7 @@ Repositories: - Name: mobile - Url: http://download.tizen.org/snapshots/tizen/@BUILD_ID@/repos/mobile/@ARCH@/packages/ + Url: http://download.tizen.org/snapshots/tizen/mobile/@BUILD_ID@/repos/mobile/@ARCH@/packages/ Options: --save --ssl_verify=no - Name: mobile-debug - Url: http://download.tizen.org/snapshots/tizen/@BUILD_ID@/repos/mobile/@ARCH@/debug/ + Url: http://download.tizen.org/snapshots/tizen/mobile/@BUILD_ID@/repos/mobile/@ARCH@/debug/ Options: --save --ssl_verify=no