You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/02/27 16:48:52 UTC

svn commit: r155629 - gump/trunk/python/gump/core/model/module.py

Author: leosimons
Date: Sun Feb 27 07:48:51 2005
New Revision: 155629

URL: http://svn.apache.org/viewcvs?view=rev&rev=155629
Log:
Kaffe repository doesn't like the port for some reason...

Modified:
    gump/trunk/python/gump/core/model/module.py

Modified: gump/trunk/python/gump/core/model/module.py
URL: http://svn.apache.org/viewcvs/gump/trunk/python/gump/core/model/module.py?view=diff&r1=155628&r2=155629
==============================================================================
--- gump/trunk/python/gump/core/model/module.py (original)
+++ gump/trunk/python/gump/core/model/module.py Sun Feb 27 07:48:51 2005
@@ -57,8 +57,9 @@
             root+=str(self.repository.getHostname()) + ':'
             
             # :TODO: Allow users to override default port
-            if str(self.repository.getMethod())=='pserver': 
-                root+='2401'
+            # this is throwing off the kaffe.org cvs repository...
+            #if str(self.repository.getMethod())=='pserver': 
+            #    root+='2401'
         root+=str(self.repository.getPath())
         
         # If a subdirectory