Commit 01e9b825 authored by matt@zope.com's avatar matt@zope.com

Change product distribution tarball to be based on Products not

lib/pythonProducts for collector issue# 3
parent a9f2e450
......@@ -268,7 +268,7 @@ class Product(Folder, PermissionManager):
import tar
rot=rotor.newrotor(id+' shshsh')
ar=tar.tgzarchive("%s-%s" % (id, self.version))
prefix="lib/python/Products/%s/" % self.id
prefix="Products/%s/" % self.id
# __init__.py
ar.add(prefix+"__init__.py",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment