From: Markus Lehtonen Date: Mon, 27 Aug 2012 07:58:56 +0000 (+0300) Subject: conf: don't use '/etc/gbs.conf' X-Git-Tag: 0.10~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81f7c1ffcd72a0bb11e2c72434adecd5b42dbbde;p=tools%2Fgbs.git conf: don't use '/etc/gbs.conf' Drop the usage of the system level config file. Signed-off-by: Markus Lehtonen --- diff --git a/gitbuildsys/conf.py b/gitbuildsys/conf.py index 65e23df..d7bdc77 100644 --- a/gitbuildsys/conf.py +++ b/gitbuildsys/conf.py @@ -242,8 +242,7 @@ distconf = $build__distconf """ paths = [] - for path in ('/etc/gbs.conf', - os.path.expanduser('~/.gbs.conf'), + for path in (os.path.expanduser('~/.gbs.conf'), os.path.abspath('.gbs.conf'), os.path.abspath('.git/gbs.conf')): if os.path.exists(path) and path not in paths: