[jhbuild] Correctly handle tinderbox check_sysdeps in config file (GNOME bug 678132)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Correctly handle tinderbox check_sysdeps in config file (GNOME bug 678132)
- Date: Fri, 15 Jun 2012 11:19:08 +0000 (UTC)
commit 73d98cbbc269b8473a7f85d9aa5829c531cc06de
Author: Craig Keogh <cskeogh adam com au>
Date: Fri Jun 15 20:46:23 2012 +0930
Correctly handle tinderbox check_sysdeps in config file (GNOME bug 678132)
jhbuild/commands/tinderbox.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/tinderbox.py b/jhbuild/commands/tinderbox.py
index 0080bd3..8ef371d 100644
--- a/jhbuild/commands/tinderbox.py
+++ b/jhbuild/commands/tinderbox.py
@@ -63,7 +63,7 @@ class cmd_tinderbox(BuildCommand):
action='store_true', dest='force_policy', default=False,
help=_('build even if policy says not to')),
make_option('--nodeps',
- action='store_false', dest='check_sysdeps', default=True,
+ action='store_false', dest='check_sysdeps', default=None,
help=_('ignore missing system dependencies'))
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]