Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
We don't need to special case Zope2, a version pin is included in the…
Browse files Browse the repository at this point in the history
… cfg itself
  • Loading branch information
hannosch committed Jul 13, 2010
1 parent e846131 commit 801f5fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zope/z2release/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@ def main():

server = Server('http://pypi.python.org/pypi')

version = tag.split('/')[-1]
versions_url = 'http://svn.zope.org/*checkout*/Zope/%s/versions.cfg' % tag
version_file = os.path.join(dirname, 'versions.cfg')
fetch_cfg(versions_url, version_file)

CP = CasePreservingConfigParser()
CP.read(version_file)
write_index(server, 'Zope2', version, dirname)
write_versions(CP, server, dirname)

buildout = CP.options('buildout')
Expand Down

0 comments on commit 801f5fb

Please sign in to comment.