[jhbuild] Update sample.jhbuildrc for new moduleset layout



commit 0a8f37e119d0e1ad16d70474c1bb04a6ae0afe93
Author: Craig Keogh <cskeogh adam com au>
Date:   Mon Dec 27 10:52:07 2010 +1030

    Update sample.jhbuildrc for new moduleset layout

 sample.jhbuildrc |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/sample.jhbuildrc b/sample.jhbuildrc
index 96d9c34..9421578 100644
--- a/sample.jhbuildrc
+++ b/sample.jhbuildrc
@@ -5,15 +5,22 @@
 # 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 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.
+# what module set should be used.  The default can be found in
+# jhbuild/defaults.jhbuildrc, but 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-suites-core-3.0'
+#
+# A list of the modules to build.  Defaults to the GNOME core:
+# modules = [ 'meta-gnome-core' ]
 
-# A list of the modules to build.  Defaults to the Gnome Desktop and
-# developer platform.
-# modules = [ 'meta-gnome-desktop' ]
+# Or to build GNOME and the GNOME featured apps set:
+# moduleset = ['gnome-suites-core-3.0', 'gnome-apps-3.0']
+# modules = ['meta-gnome-core', 'meta-gnome-apps-featured']
+
+# Or to build the old GNOME 2.32:
+# moduleset = 'gnome2/gnome-2.32'
+# modules = ['meta-gnome-desktop']
 
 # what directory should the source be checked out to?
 checkoutroot = os.path.expanduser('~/checkout/gnome')



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