[jhbuild] update default moduleset to be gnome-3.0 (GNOME bug 635551)



commit 6f3df6ad9d3a566658d539987248802406de10b6
Author: Tshepang Lekhonkhobe <tshepang gmail com>
Date:   Thu Nov 25 19:32:42 2010 +0200

    update default moduleset to be gnome-3.0 (GNOME bug 635551)

 doc/C/jhbuild.xml          |    2 +-
 jhbuild/defaults.jhbuildrc |    2 +-
 sample.jhbuildrc           |    7 ++++---
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/doc/C/jhbuild.xml b/doc/C/jhbuild.xml
index cc0b44f..e7ca923 100644
--- a/doc/C/jhbuild.xml
+++ b/doc/C/jhbuild.xml
@@ -166,7 +166,7 @@
 
       <para>The sample configuration will make JHBuild build the
       <application>meta-gnome-desktop</application> module and its
-      dependencies from the <systemitem>gnome-2.30</systemitem> module
+      dependencies from the <systemitem>gnome-3.0</systemitem> module
       set.  JHBuild will unpack source trees to
       <filename>~/checkout/gnome</filename> and install all files to
       subdirectories of <filename>/opt/gnome</filename>. The two
diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc
index 54242b6..4de7871 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -11,7 +11,7 @@ if 'GTK_PATH' in os.environ.keys():
 modulesets_dir = os.path.join(SRCDIR, 'modulesets')
 
 # what modules to build?
-moduleset = 'gnome-2.32'
+moduleset = 'gnome-3.0'
 modules = [ 'meta-gnome-desktop' ]
 
 # policy for modules to build, options are:
diff --git a/sample.jhbuildrc b/sample.jhbuildrc
index 9dee0c1..7cdedff 100644
--- a/sample.jhbuildrc
+++ b/sample.jhbuildrc
@@ -5,9 +5,10 @@
 # if you have a GNOME git account, uncomment this line
 # repos['git.gnome.org'] = 'ssh://user git gnome org/git/'
 
-# what module set should be used.  The default at the moment is 'gnome-3.0',
-# but it can be any of the files in the modulesets directory, or even
-# the URL of a module set file on a web server.
+# what module set should be used.  The default at the moment can be
+# found in jhbuild/defaults.jhbuildrc, but it can be any of the files
+# in the modulesets directory, or even the URL of a module set file
+# on a web server.
 # moduleset = 'gnome-3.0'
 
 # A list of the modules to build.  Defaults to the Gnome Desktop and



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