I want to remind everyone that you should never remove or rename a download once you have uploaded it to plone.org: doing so is likely to break other peoples setup. This also holds for anything else that change URLs for released software, such as renaming a release.
Below is an example of the kind of breakage this causes. Wichert. Previously Alex Clark wrote: > Author: aclark > Date: Tue Oct 23 20:24:40 2007 > New Revision: 17739 > > Modified: > PloneOrg/buildouts/devel/base.cfg > PloneOrg/buildouts/devel/buildout.cfg > Log: > Update PHC download url to: > http://plone.org/products/plonehelpcenter/releases/1.0.1/plonehelpcenter-1-0-1.tgz, > 1.0 no longer exists and kills buildout. > > Modified: PloneOrg/buildouts/devel/buildout.cfg > ============================================================================== > --- PloneOrg/buildouts/devel/buildout.cfg (original) > +++ PloneOrg/buildouts/devel/buildout.cfg Tue Oct 23 20:24:40 2007 > @@ -10,7 +10,7 @@ > [productdistros] > urls = > > http://plone.org/products/ploneldap/releases/1.0/PloneLDAP-bundle-1.0rc3.tar.gz > - > http://plone.org/products/plonehelpcenter/releases/1.0/plonehelpcenter-1-0.tgz > + > http://plone.org/products/plonehelpcenter/releases/1.0.1/plonehelpcenter-1-0-1.tgz > > http://plone.org/products/redirectiontool/releases/1.1/RedirectionTool-1.1.tar.gz > http://plone.org/products/archaddon/releases/1.0/ArchAddOn-1.0.tar.gz > nested-packages = -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
