[jhbuild] Add a missing comma
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Add a missing comma
- Date: Sat, 16 Jul 2011 00:06:53 +0000 (UTC)
commit 67bb41ce8f62d13fa82894e2d4f64b42fe5b1e1b
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jul 15 20:06:13 2011 -0400
Add a missing comma
jhbuild/config.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/config.py b/jhbuild/config.py
index 69dee0f..0220fe0 100644
--- a/jhbuild/config.py
+++ b/jhbuild/config.py
@@ -41,7 +41,7 @@ _default_jhbuildrc = os.path.join(os.environ['HOME'], '.jhbuildrc')
_known_keys = [ 'moduleset', 'modules', 'skip', 'tags', 'prefix',
'partial_build', 'checkoutroot', 'buildroot', 'top_builddir',
- 'autogenargs', 'makeargs', 'nice_build'
+ 'autogenargs', 'makeargs', 'nice_build',
'installprog', 'repos', 'branches', 'noxvfb', 'xvfbargs',
'builddir_pattern', 'module_autogenargs', 'module_makeargs',
'interact', 'buildscript', 'nonetwork',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]