[releng] release-scripts: Update for new modulesets names



commit 350e3cbc92e2d832cdb7e66c8fc2f43bc77498af
Author: Vincent Untz <vuntz gnome org>
Date:   Thu Jan 13 12:56:15 2011 +0100

    release-scripts: Update for new modulesets names

 tools/release_set_scripts/release-suites |    2 +-
 tools/release_set_scripts/simple-diff    |    2 +-
 tools/release_set_scripts/simple-news    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tools/release_set_scripts/release-suites b/tools/release_set_scripts/release-suites
index 86503e7..06b037a 100755
--- a/tools/release_set_scripts/release-suites
+++ b/tools/release_set_scripts/release-suites
@@ -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,mobile}/*/2.11.57/
+#   rm -rf /ftp/pub/GNOME/{core,apps}/*/2.11.57/
 # and then re-run release-suites.  If you do this make sure to replace
 # 2.11.57 with the right version.
 
diff --git a/tools/release_set_scripts/simple-diff b/tools/release_set_scripts/simple-diff
index 06b67e2..d36c20a 100755
--- a/tools/release_set_scripts/simple-diff
+++ b/tools/release_set_scripts/simple-diff
@@ -41,7 +41,7 @@ majmin() {
 if [ $# -eq 2 ]; then
   MAJMIN1=$(majmin $1)
   MAJMIN2=$(majmin $2)
-  SUITES="platform desktop bindings admin devtools mobile"
+  SUITES="core apps"
 
   for suite in $SUITES; do
     $curdir/release-diff $UNIQUE $FTPROOT/$suite/$MAJMIN1/$1/sources \
diff --git a/tools/release_set_scripts/simple-news b/tools/release_set_scripts/simple-news
index 4d702e5..9e00068 100755
--- a/tools/release_set_scripts/simple-news
+++ b/tools/release_set_scripts/simple-news
@@ -31,7 +31,7 @@ majmin() {
 if [ $# -eq 2 ]; then
   MAJMIN1=$(majmin $1)
   MAJMIN2=$(majmin $2)
-  SUITES="platform desktop bindings admin devtools mobile"
+  SUITES="core apps"
 
   for suite in $SUITES; do
     $curdir/release-news $FTPROOT/$suite/$MAJMIN1/$1    \



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