From 91494529ab9ccebd88d656d562ba2d869fdac231 Mon Sep 17 00:00:00 2001 From: Huang Hao Date: Thu, 25 Oct 2012 13:55:29 +0800 Subject: [PATCH] Change default repo config. Fix #488 * change default repo from snapshots to releases * comment repos of base and main Change-Id: If1c2ba3911e6301a41883335c7f1e126ea1725e3 --- gitbuildsys/conf.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gitbuildsys/conf.py b/gitbuildsys/conf.py index e71d275..cb2cbc5 100644 --- a/gitbuildsys/conf.py +++ b/gitbuildsys/conf.py @@ -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 -- 2.7.4