[jhbuild/jhdebuild] [jhdebuild] Remove config.debuild (not needed)



commit 97ecc914bb5ce3e08d9a414c666d6e77f171e9d3
Author: John Carr <john carr unrouted co uk>
Date:   Sun May 17 21:41:51 2009 +0100

    [jhdebuild] Remove config.debuild (not needed)
---
 jhbuild/commands/debuild.py |    1 -
 jhbuild/config.py           |    3 +--
 jhbuild/defaults.jhbuildrc  |    1 -
 3 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/jhbuild/commands/debuild.py b/jhbuild/commands/debuild.py
index ca37a23..e4c104a 100644
--- a/jhbuild/commands/debuild.py
+++ b/jhbuild/commands/debuild.py
@@ -187,7 +187,6 @@ def get_external_deps(gnome_version):
 
 def debuild_init(config, buildscript):
     # perform a deb build
-    config.debuild = True
     config.build_targets = ['deb_build_package']
 
     if type(config.moduleset) is list:
diff --git a/jhbuild/config.py b/jhbuild/config.py
index 94253a8..41a14fb 100644
--- a/jhbuild/config.py
+++ b/jhbuild/config.py
@@ -40,8 +40,7 @@ _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',
+                '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 d284479..8d21516 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -136,7 +136,6 @@ noxvfb = False
 # arguments to pass to xvfb
 xvfbargs = ''
 
-debuild = False
 nodinstall = False
 debian_checkout_modules = []
 



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