From 9e975f9860c7ad6e155766df01f6b8b9df9e4df0 Mon Sep 17 00:00:00 2001 From: wanchao-xu Date: Tue, 7 Nov 2023 16:18:32 +0800 Subject: [PATCH] Update default gbs.conf tempalte. Change-Id: If4ba1b71a910e57c973de6614cd8b57acfd952a5 Signed-off-by: wanchao-xu --- gitbuildsys/conf.py | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/gitbuildsys/conf.py b/gitbuildsys/conf.py index 54073d7..50bc0e0 100644 --- a/gitbuildsys/conf.py +++ b/gitbuildsys/conf.py @@ -198,36 +198,33 @@ profile = profile.tizen #user = #CAUTION: please use the key name "passwd" to reset plaintext password #passwd = -obs = obs.tizen #Comma separated list of repositories -repos = repo.tizen_latest -#repos = repo.tizen_main, repo.tizen_base +repos = repo.tizen_base, repo.tizen_unified #Build config for gbs build +#Specify build conf for a specific profile by using shell-style variable references #buildconf = #Comma separated list of additional packages be excluded building #exclude_packages = libtool,gettext -[obs.tizen] -#OBS API URL pointing to a remote OBS. -url = https://api.tizen.org -#Optional user and password, set if differ from profile's user and password -#user = -#passwd = - #Repo section example -[repo.tizen_latest] -#Build against repo's URL -url = http://download.tizen.org/releases/daily/trunk/ivi/latest/ -#Optional user and password, set if differ from profile's user and password +[repo.tizen_base] +#Stable release version of tizen base repo +url = http://download.tizen.org/releases/milestone/TIZEN/Tizen/Tizen-Base/latest/repos/standard/packages/ +#Latest snapshots version of tizen base repo +#url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Base/latest/repos/standard/packages/ #user = #passwd = -#Individual repo is also supported -#[repo.tizen_base] -#url = http://download.tizen.org/releases/daily/trunk/ivi/latest/repos/base/ia32/packages/ -#[repo.tizen_main] -#url = http://download.tizen.org/releases/daily/trunk/ivi/latest/repos/ivi/ia32/packages/ +[repo.tizen_unified] +#Stable release version of tizen unified repo +url = http://download.tizen.org/releases/milestone/TIZEN/Tizen/Tizen-Unified/latest/repos/standard/packages/ +#Latest snapshots version of tizen unified repo +#url = http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/latest/repos/standard/packages/ + +[repo.my_local] +#local repo must be an absolute path +#url = ''' # make the manager class as singleton -- 2.34.1