From 0fe76094a88dbcf205d6662b2149f9745c2c2282 Mon Sep 17 00:00:00 2001 From: Lukasz Wojciechowski Date: Sat, 29 Apr 2017 05:07:44 +0200 Subject: [PATCH] Change OBS API address in update script 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 --- update_meta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_meta.sh b/update_meta.sh index f569b30..a396688 100755 --- a/update_meta.sh +++ b/update_meta.sh @@ -1,6 +1,6 @@ #!/bin/bash -API=https://api.tizen.org +API=https://build.tizen.org ACTION=${1:-get} PRJ=${2:-Tizen:Common} -- 2.7.4