#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