conf: don't use '/etc/gbs.conf'
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 27 Aug 2012 07:58:56 +0000 (10:58 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 27 Aug 2012 07:58:56 +0000 (10:58 +0300)
Drop the usage of the system level config file.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gitbuildsys/conf.py

index 65e23df..d7bdc77 100644 (file)
@@ -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: