releng r1021 - trunk/tools/smoketesting



Author: matthiasc
Date: Wed Dec  3 05:06:59 2008
New Revision: 1021
URL: http://svn.gnome.org/viewvc/releng?rev=1021&view=rev

Log:
Changes for 2.25.2


Modified:
   trunk/tools/smoketesting/sample-tarball.jhbuildrc
   trunk/tools/smoketesting/tarball-conversion.config

Modified: trunk/tools/smoketesting/sample-tarball.jhbuildrc
==============================================================================
--- trunk/tools/smoketesting/sample-tarball.jhbuildrc	(original)
+++ trunk/tools/smoketesting/sample-tarball.jhbuildrc	Wed Dec  3 05:06:59 2008
@@ -6,17 +6,17 @@
 # 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.25.1'
+moduleset = 'gnome-2.25.2'
 
 # A list of the modules to build.  Defaults to the Gnome Desktop and
 # developer platform.
 modules = [ 'meta-gnome-desktop' ]
 
 # what directory should the source be checked out to?
-checkoutroot = os.path.join(os.environ['HOME'], 'src', 'tarball-gnome2')
+checkoutroot = os.path.join(os.environ['HOME'], 'releases', 'gnome-2.25.2')
 
 # the prefix to configure/install modules to (must have write access)
-prefix = '/opt/tarball-gnome2'
+prefix = os.path.join(checkoutroot, 'install')
 if os.path.exists('/usr/lib64'):
   libdir = os.path.join(prefix, 'lib64')
   system_libdir = '/usr/lib64'

Modified: trunk/tools/smoketesting/tarball-conversion.config
==============================================================================
--- trunk/tools/smoketesting/tarball-conversion.config	(original)
+++ trunk/tools/smoketesting/tarball-conversion.config	Wed Dec  3 05:06:59 2008
@@ -143,7 +143,7 @@
     <package name="audiofile"               set="platform"/>
     <package name="esound"                  set="platform"/>
     <!-- In MOBILE too, keep the limits synchronized -->
-    <package name="glib"                    set="platform" limit="2.19" />
+    <package name="glib"                    set="platform" />
     <package name="gnome-mime-data"         set="platform"/>
     <package name="gnome-vfs"               set="platform"/>
     <package name="gnome-vfs-monikers"      set="platform"/>



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