[jhbuild/jhdebuild: 511/536] [jhdebuild] Add new configurations options



commit 7e5e9d34352fedc281bb24104513153ec4503d94
Author: Frederic Peters <fpeters 0d be>
Date:   Sun May 17 13:35:46 2009 +0100

    [jhdebuild] Add new configurations options
---
 jhbuild/config.py          |    2 ++
 jhbuild/defaults.jhbuildrc |    7 +++++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/jhbuild/config.py b/jhbuild/config.py
index e947aa1..b593ef3 100644
--- a/jhbuild/config.py
+++ b/jhbuild/config.py
@@ -39,6 +39,8 @@ _known_keys = [ 'moduleset', 'modules', 'skip', 'tags', 'prefix',
                 'alwaysautogen', 'nobuild', 'makeclean', 'makecheck', 'module_makecheck',
                 'use_lib64', 'tinderbox_outputdir', 'sticky_date',
                 'tarballdir', 'pretty_print', 'svn_program', 'makedist',
+                'debuild', 'nodinstall', 'debian_checkout_modules',
+                'build_external_deps',
                 'makedistcheck', 'nonotify', 'cvs_program',
                 'checkout_mode', 'copy_dir', 'module_checkout_mode',
                 'build_policy', 'trycheckout', 'min_time',
diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc
index d7639f2..85e4f45 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -128,6 +128,13 @@ noxvfb = False
 # arguments to pass to xvfb
 xvfbargs = ''
 
+debuild = False
+nodinstall = False
+debian_checkout_modules = []
+
+# build external deps
+build_external_deps = 'mininum'
+
 # options for jhbuildbot slaves
 jhbuildbot_master = 'localhost:9070'
 jhbuildbot_slavename = None



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]