jhbuild r2169 - in trunk: . jhbuild/commands modulesets



Author: fpeters
Date: Tue Jul 15 22:21:04 2008
New Revision: 2169
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2169&view=rev

Log:
* jhbuild/commands/checkbranches.py: fixed checkbranches command to
work with gnome-suites-x.yz as moduleset, and updated to use straight
SVN URL instead of ViewVC.

* modulesets/gnome-suites-2.22.modules: branched gnome-user-docs for
GNOME 2.22.



Modified:
   trunk/ChangeLog
   trunk/jhbuild/commands/checkbranches.py
   trunk/modulesets/gnome-suites-2.22.modules

Modified: trunk/jhbuild/commands/checkbranches.py
==============================================================================
--- trunk/jhbuild/commands/checkbranches.py	(original)
+++ trunk/jhbuild/commands/checkbranches.py	Tue Jul 15 22:21:04 2008
@@ -42,6 +42,7 @@
                 branch = config.moduleset[0].replace('.', '-')
             else:
                 branch = config.moduleset.replace('.', '-')
+            branch = branch.replace('gnome-suites-', 'gnome-')
 
         module_set = jhbuild.moduleset.load(config)
         module_list = module_set.get_module_list(args or config.modules,
@@ -57,7 +58,7 @@
             if rev:
                 continue
 
-            url = 'http://svn.gnome.org/viewcvs/%s/branches/%s' % (mod.name, branch)
+            url = 'http://svn.gnome.org/svn/%s/branches/%s' % (mod.name, branch)
             try:
                 st = urllib2.urlopen(url).read()
             except urllib2.URLError:

Modified: trunk/modulesets/gnome-suites-2.22.modules
==============================================================================
--- trunk/modulesets/gnome-suites-2.22.modules	(original)
+++ trunk/modulesets/gnome-suites-2.22.modules	Tue Jul 15 22:21:04 2008
@@ -762,7 +762,7 @@
   </autotools>
 
   <autotools id="gnome-user-docs">
-    <branch/>
+    <branch revision="gnome-2-22"/>
     <dependencies>
       <dep package="rarian"/>
       <dep package="gnome-doc-utils"/>



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