[CMF-checkins] CVS: CMF - slurp_release.py:1.2.10.2
Sidnei da Silva
sidnei at awkly.org
Fri Mar 18 08:30:15 EST 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv3040
Modified Files:
Tag: CMF-1_4-branch
slurp_release.py
Log Message:
CMF has moved home
=== CMF/slurp_release.py 1.2.10.1 => 1.2.10.2 ===
--- CMF/slurp_release.py:1.2.10.1 Thu Apr 22 13:47:41 2004
+++ CMF/slurp_release.py Fri Mar 18 08:30:14 2005
@@ -168,10 +168,10 @@
""" Upload the zipfile for the release to the dogbowl.
"""
- URL = ( '/download/%s/%s' % ( self._version_id, filename ) )
+ URL = ( '/Products/CMF/%s/%s' % ( self._version_id, filename ) )
body = open( filename ).read()
- conn = httplib.HTTPConnection( 'cmf.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