releng r926 - in trunk/tools: . smoketesting



Author: newren
Date: Wed Jan  9 13:40:05 2008
New Revision: 926
URL: http://svn.gnome.org/viewvc/releng?rev=926&view=rev

Log:
2008-01-09  Elijah Newren  <newren gmail com>

	* smoketesting/convert-to-tarballs.py:
	Use gnome-suites-%d-%d.modules, not gnome-%d-%d.modules.  The latter
	contains extra cruft unrelated to releases.


Modified:
   trunk/tools/ChangeLog
   trunk/tools/smoketesting/convert-to-tarballs.py

Modified: trunk/tools/smoketesting/convert-to-tarballs.py
==============================================================================
--- trunk/tools/smoketesting/convert-to-tarballs.py	(original)
+++ trunk/tools/smoketesting/convert-to-tarballs.py	Wed Jan  9 13:40:05 2008
@@ -917,11 +917,11 @@
         # Determine file_location from jhbuild checkoutdir
         if is_stable:
             moduleset = os.path.join(jhbuild_dir, 'modulesets',
-                                     'gnome-%s.%s.modules' % (splitted_version[0],
+                                     'gnome-suites-%s.%s.modules' % (splitted_version[0],
                                                               splitted_version[1]))
         else:
             moduleset = os.path.join(jhbuild_dir, 'modulesets',
-                                     'gnome-%s.%s.modules' % (splitted_version[0],
+                                     'gnome-suites-%s.%s.modules' % (splitted_version[0],
                                                               str(int(splitted_version[1])+1)))
 
         # Make sure the jhbuild checkout directory is up to date



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