Update default gbs.conf tempalte. 29/301029/2
authorwanchao-xu <wanchao.xu@samsung.com>
Tue, 7 Nov 2023 08:18:32 +0000 (16:18 +0800)
committerwanchao-xu <wanchao.xu@samsung.com>
Tue, 7 Nov 2023 08:30:45 +0000 (16:30 +0800)
Change-Id: If4ba1b71a910e57c973de6614cd8b57acfd952a5
Signed-off-by: wanchao-xu <wanchao.xu@samsung.com>
gitbuildsys/conf.py

index 54073d73bc32bb6fd196b1e055210d9ddf67a08d..50bc0e03a4949e33f02d83709a9f488a15ea74bf 100644 (file)
@@ -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 = <patch/to/build-config-file>
 #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 = <Full_Path_of_Local_Repository>
 '''
 
     # make the manager class as singleton