Change OBS API address in update script 65/127765/1
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Sat, 29 Apr 2017 03:07:44 +0000 (05:07 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Sat, 29 Apr 2017 03:12:38 +0000 (05:12 +0200)
After migration to a new version of OBS and to AWS cloud,
api.tizen.org does not have valid certificate and cannot be used for API calls over https protocol.
Instead build.tizen.org can be used.

Change-Id: I4df738d74e42938a72abb75dd65a14e12529567a
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
update_meta.sh

index f569b30..a396688 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash 
 
-API=https://api.tizen.org
+API=https://build.tizen.org
 ACTION=${1:-get}
 PRJ=${2:-Tizen:Common}