[releng] Switch sample-tarball.jhbuildrc to new modulesets



commit 713769c4958286dd8d1ea5a2bfb5193b09ee1b3f
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 2 07:51:05 2010 -0500

    Switch sample-tarball.jhbuildrc to new modulesets

 tools/smoketesting/sample-tarball.jhbuildrc |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball.jhbuildrc b/tools/smoketesting/sample-tarball.jhbuildrc
index 3e07cf8..a745d53 100644
--- a/tools/smoketesting/sample-tarball.jhbuildrc
+++ b/tools/smoketesting/sample-tarball.jhbuildrc
@@ -3,14 +3,15 @@
 # edit this file to match your settings, backup your ~/.jhbuildrc, and then
 # copy this there
 
-# what module set should be used.  The default at the moment is 'gnome28',
-# 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-2.91.1'
+# what module set should be used.  The default at the moment is
+# 'gnome-suites-core-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.
+moduleset = 'gnome-apps-2.91.3'
 
 # A list of the modules to build.  Defaults to the Gnome Desktop and
 # developer platform.
-modules = [ 'meta-gnome-desktop' ]
+modules = [ 'meta-gnome-core', 'meta-gnome-apps-featured' ]
 
 tarballdir = os.path.join(os.environ['HOME'], 'releases', 'checkoutroot')
 



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