[CMF-checkins] CVS: CMF - slurp_release.py:1.6

Jens Vagelpohl jens at dataflake.org
Thu Mar 24 14:58:30 EST 2005


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv23822

Modified Files:
	slurp_release.py 
Log Message:
- the canonical URL has changed, using "zope.org" causes 301 responses.


=== CMF/slurp_release.py 1.5 => 1.6 ===
--- CMF/slurp_release.py:1.5	Sun Aug  1 17:33:52 2004
+++ CMF/slurp_release.py	Thu Mar 24 14:58:29 2005
@@ -177,7 +177,7 @@
         URL = ( '/Products/CMF/%s/%s' % ( self._version_id, filename ) )
         body = open( filename ).read()
 
-        conn = httplib.HTTPConnection( 'zope.org' )
+        conn = httplib.HTTPConnection( 'www.zope.org' )
         print 'PUTting file, %s, to URL, %s' % ( filename, URL )
         conn.request( 'PUT', URL, body, self._getAuthHeaders() )
         response = conn.getresponse()



More information about the CMF-checkins mailing list