From: surya.kumar7 Date: Tue, 24 Sep 2019 14:01:48 +0000 (+0530) Subject: Fix product wearable repo url X-Git-Tag: submit/tizen/20191001.060134~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=345acc66495ebf828a92971723cb0dbb68868c5c;p=platform%2Fframework%2Fweb%2Fwrtjs.git Fix product wearable repo url Product wearable repo was pointing to wrong url so build did not start. Repository url is now fixed and build runs without problem. Reference: https://review.tizen.org/gerrit/214571 Change-Id: If1452aafbd120bfd61f6782cdeff53f0b904530f Signed-off-by: surya.kumar7 --- diff --git a/tizen/build/gbs.conf b/tizen/build/gbs.conf index 9c373992..f2bbd0cf 100755 --- a/tizen/build/gbs.conf +++ b/tizen/build/gbs.conf @@ -88,7 +88,7 @@ user = blinkbot passwdx = QlpoOTFBWSZTWd0JOhUAAACBAABgIAAhAIIjF3JFOFCQ3Qk6FQ== [repo.wearable_product_5.5_base] -url = http://165.213.149.200/download/snapshots/tizen/base-wearable/latest/repos/arm/packages/ +url = http://165.213.149.200/download/snapshots/tizen/base-wearable/latest/repos/standard/packages/ user = blinkbot passwdx = QlpoOTFBWSZTWd0JOhUAAACBAABgIAAhAIIjF3JFOFCQ3Qk6FQ==