From 8c475d278226600f50ba4d7ebba738afdf21cd44 Mon Sep 17 00:00:00 2001 From: Semun Lee Date: Thu, 24 Jan 2019 16:36:19 +0900 Subject: [PATCH] Fix circleci to build with public package repo Change-Id: Ieaa4fb81e58c45eeb0b82df30fe5389067c42717 Signed-off-by: Semun Lee --- .circleci/.gbs.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/.gbs.conf b/.circleci/.gbs.conf index e348353..427fe45 100644 --- a/.circleci/.gbs.conf +++ b/.circleci/.gbs.conf @@ -3,15 +3,15 @@ profile = profile.tizen [profile.tizen] obs = obs.tizen -repos = repo.tizen_tv_5.0, repo.tizen_tv_5.0_base +repos = repo.tizen_base, repo.unified buildroot = ~/GBS-ROOT/ [obs.tizen] url = https://api.tizen.org -[repo.tizen_tv_5.0] -url = http://168.219.244.109/products/tv/archive/2019/MAIN2019/KantM2/latest/repos/product/armv7l/packages/ +[repo.tizen_base] +url=http://download.tizen.org/snapshots/tizen/base/latest/repos/standard/packages/ -[repo.tizen_tv_5.0_base] -url = http://168.219.244.109/base/adv-tizen-5.0-base-migration/standard/latest/repos/base/armv7l/packages/ +[repo.unified] +url=http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/ -- 2.7.4