You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/11/23 16:37:54 UTC

svn commit: r348464 - in /gump/live/python/gump/core/model: module.py project.py

Author: bodewig
Date: Wed Nov 23 07:37:50 2005
New Revision: 348464

URL: http://svn.apache.org/viewcvs?rev=348464&view=rev
Log:
merge r348463, update metadata URL

Modified:
    gump/live/python/gump/core/model/module.py
    gump/live/python/gump/core/model/project.py

Modified: gump/live/python/gump/core/model/module.py
URL: http://svn.apache.org/viewcvs/gump/live/python/gump/core/model/module.py?rev=348464&r1=348463&r2=348464&view=diff
==============================================================================
--- gump/live/python/gump/core/model/module.py (original)
+++ gump/live/python/gump/core/model/module.py Wed Nov 23 07:37:50 2005
@@ -715,7 +715,7 @@
         if location:
             if location.startswith('http'): return location
             # :TODO: Make configurable
-            return 'http://cvs.apache.org/viewcvs.cgi/gump/' + location
+            return 'http://svn.apache.org/repos/asf/gump/metadata/' + location
         
     def isUpdatable(self):
         return self.hasCvs() or self.hasSvn() or self.hasArtifacts()

Modified: gump/live/python/gump/core/model/project.py
URL: http://svn.apache.org/viewcvs/gump/live/python/gump/core/model/project.py?rev=348464&r1=348463&r2=348464&view=diff
==============================================================================
--- gump/live/python/gump/core/model/project.py (original)
+++ gump/live/python/gump/core/model/project.py Wed Nov 23 07:37:50 2005
@@ -217,7 +217,7 @@
             location=self.metadata
             if location.startswith('http'): return location
             # :TODO: Make configurable
-            return 'http://cvs.apache.org/viewcvs.cgi/gump/' + location
+            return 'http://svn.apache.org/repos/asf/gump/metadata/' + location
         return self.getModule().getMetadataViewUrl()
                         
     def getViewUrl(self):