[jhbuild] Only build GNOME core by default



commit 1a41db849a808a58cc956d2eefaf9d70220ecce9
Author: William Jon McCann <jmccann redhat com>
Date:   Wed Sep 26 11:07:27 2012 -0400

    Only build GNOME core by default
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684883

 jhbuild/defaults.jhbuildrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc
index 48b3fcb..82bc3bf 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -12,7 +12,7 @@ modulesets_dir = os.path.join(SRCDIR, 'modulesets')
 
 # what modules to build?
 moduleset = 'gnome-apps-3.6'
-modules = [ 'meta-gnome-core', 'meta-gnome-apps-tested' ]
+modules = [ 'meta-gnome-core' ]
 
 # policy for modules to build, options are:
 #  - all: build everything requested



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