Change default repo config. Fix #488
authorHuang Hao <hao.h.huang@intel.com>
Thu, 25 Oct 2012 05:55:29 +0000 (13:55 +0800)
committerHuang Hao <hao.h.huang@intel.com>
Thu, 25 Oct 2012 05:55:29 +0000 (13:55 +0800)
* change default repo from snapshots to releases
* comment repos of base and main

Change-Id: If1c2ba3911e6301a41883335c7f1e126ea1725e3

gitbuildsys/conf.py

index e71d27596fa20fbc42316fcc8e35e6520ae9be9c..cb2cbc5615f78934e15f9069b08f02fb6ea17647 100644 (file)
@@ -213,18 +213,19 @@ url = https://api.tizen.org
 #user =
 #passwd =
 
+#Repo section example
 [repo.tizen_latest]
 #Build against repo's URL
-url = http://download.tizen.org/snapshots/trunk/common/latest
+url = http://download.tizen.org/releases/trunk/daily/ivi/latest/
 #Optional user and password, set if differ from profile's user and password
 #user =
 #passwd =
 
-[repo.tizen_base]
-url = http://download.tizen.org/snapshots/trunk/common/latest/repos/base/ia32/packages/
-
-[repo.tizen_main]
-url = http://download.tizen.org/snapshots/trunk/common/latest/repos/main/ia32/packages/
+#Individual repo is also supported
+#[repo.tizen_base]
+#url = http://download.tizen.org/releases/trunk/daily/ivi/latest/repos/base/ia32/packages/
+#[repo.tizen_main]
+#url = http://download.tizen.org/releases/trunk/daily/ivi/latest/repos/main/ia32/packages/
 '''
 
     # make the manager class as singleton