releng r991 - in trunk/tools: . release_set_scripts smoketesting



Author: vuntz
Date: Thu Sep 11 18:08:14 2008
New Revision: 991
URL: http://svn.gnome.org/viewvc/releng?rev=991&view=rev

Log:

2008-09-11  Vincent Untz  <vuntz gnome org>

	Add mobile release suite.

	* release_set_scripts/release-suites:
	* release_set_scripts/simple-diff:
	* release_set_scripts/simple-news: add mobile with other suites
	* smoketesting/tarball-conversion.config: add definition for mobile
	stuff


Modified:
   trunk/tools/ChangeLog
   trunk/tools/release_set_scripts/release-suites
   trunk/tools/release_set_scripts/simple-diff
   trunk/tools/release_set_scripts/simple-news
   trunk/tools/smoketesting/tarball-conversion.config

Modified: trunk/tools/release_set_scripts/release-suites
==============================================================================
--- trunk/tools/release_set_scripts/release-suites	(original)
+++ trunk/tools/release_set_scripts/release-suites	Thu Sep 11 18:08:14 2008
@@ -42,7 +42,7 @@
 # NOTE: If for some reason your use of this script was in error
 # (e.g. one of the tarball versions in your datafile were
 # out-of-date), you can run e.g.
-#   rm -rf /ftp/pub/GNOME/{platform,desktop,bindings,admin,devtools}/*/2.11.57/
+#   rm -rf /ftp/pub/GNOME/{platform,desktop,bindings,admin,devtools,mobile}/*/2.11.57/
 # and then re-run release-suites.  If you do this make sure to replace
 # 2.11.57 with the right version.
 

Modified: trunk/tools/release_set_scripts/simple-diff
==============================================================================
--- trunk/tools/release_set_scripts/simple-diff	(original)
+++ trunk/tools/release_set_scripts/simple-diff	Thu Sep 11 18:08:14 2008
@@ -41,7 +41,7 @@
 if [ $# -eq 2 ]; then
   MAJMIN1=$(majmin $1)
   MAJMIN2=$(majmin $2)
-  SUITES="platform desktop bindings admin devtools"
+  SUITES="platform desktop bindings admin devtools mobile"
 
   for suite in $SUITES; do
     $curdir/release-diff $UNIQUE $FTPROOT/$suite/$MAJMIN1/$1/sources \

Modified: trunk/tools/release_set_scripts/simple-news
==============================================================================
--- trunk/tools/release_set_scripts/simple-news	(original)
+++ trunk/tools/release_set_scripts/simple-news	Thu Sep 11 18:08:14 2008
@@ -31,7 +31,7 @@
 if [ $# -eq 2 ]; then
   MAJMIN1=$(majmin $1)
   MAJMIN2=$(majmin $2)
-  SUITES="platform desktop bindings admin devtools"
+  SUITES="platform desktop bindings admin devtools mobile"
 
   for suite in $SUITES; do
     $curdir/release-news $FTPROOT/$suite/$MAJMIN1/$1    \

Modified: trunk/tools/smoketesting/tarball-conversion.config
==============================================================================
--- trunk/tools/smoketesting/tarball-conversion.config	(original)
+++ trunk/tools/smoketesting/tarball-conversion.config	Thu Sep 11 18:08:14 2008
@@ -90,6 +90,7 @@
     <name old="Xft"                  new="libXft"/>
     <name old="Xrender"              new="xrender"/>
     <name old="gconf"                new="GConf"/>
+    <name old="gconf-dbus"           new="GConf-dbus"/>
     <name old="gdm2"                 new="gdm"/>
     <name old="libsigc++2"           new="libsigc++"/>
     <name old="procman"              new="gnome-system-monitor"/>
@@ -141,15 +142,20 @@
     <package name="GConf"                   set="platform"/>
     <package name="ORBit2"                  set="platform"/>
     <package name="at-spi"                  set="platform"/>
+    <!-- In MOBILE too, keep the limits synchronized -->
     <package name="atk"                     set="platform"/>
     <package name="audiofile"               set="platform"/>
     <package name="esound"                  set="platform"/>
+    <!-- In MOBILE too, keep the limits synchronized -->
     <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"/>
+    <!-- In MOBILE too, keep the limits synchronized -->
     <package name="gtk+"                    set="platform"/>
+    <!-- In MOBILE too, keep the limits synchronized -->
     <package name="gtk-doc"                 set="platform"/>
+    <!-- In MOBILE too, keep the limits synchronized -->
     <package name="intltool"                set="platform"/>
     <package name="libIDL"                  set="platform"/>
     <package name="libart_lgpl"             set="platform"/>
@@ -159,6 +165,7 @@
     <package name="libgnome"                set="platform"/>
     <package name="libgnomecanvas"          set="platform"/>
     <package name="libgnomeui"              set="platform"/>
+    <!-- In MOBILE too, keep the limits synchronized -->
     <package name="pango"                   set="platform"/>
     ## DESKTOP
     <package name="alacarte"                set="desktop"/>
@@ -212,7 +219,9 @@
     <package name="gnome-user-docs"         set="desktop"/>
     <package name="gnome-volume-manager"    set="desktop"/>
     <package name="gok"                     set="desktop"/>
+    <!-- In MOBILE too, keep the limits synchronized -->
     <package name="gstreamer"               set="desktop"/>
+    <!-- In MOBILE too, keep the limits synchronized -->
     <package name="gst-plugins-base"        set="desktop"/>
     <package name="gst-plugins-good"        set="desktop"/>
     <package name="gtk-engines"             set="desktop"/>
@@ -294,5 +303,16 @@
     <package name="pyorbit"            subdir="python" set="bindings"/>
     # Mono
     <package name="gtk-sharp"          subdir="mono"   set="bindings"/>
+    ## MOBILE
+    <package name="GConf-dbus"                 set="mobile"/>
+    <package name="atk"                        set="mobile"/>
+    <package name="evolution-data-server-dbus" set="mobile"/>
+    <package name="glib"                       set="mobile"/>
+    <package name="gstreamer"                  set="mobile"/>
+    <package name="gst-plugins-base"           set="mobile"/>
+    <package name="gtk+"                       set="mobile"/>
+    <package name="gtk-doc"                    set="mobile"/>
+    <package name="intltool"                   set="mobile"/>
+    <package name="pango"                      set="mobile"/>
   </whitelist>
 </conversioninfo>



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