Can no longer download release tarballs from `old.zope.org`?

I support an ancient Zope 2.9 application which I've moved to containers where the ./Dockerfile downloads several tarballs from old.zope.org and installs them into an sufficiently old base image for Zope 2.9 to build and install. Those steps that used to download the tarballs successfully now fail. Specifically, URLs that used to respond with a download now respond with a directory listing. For example:

https://old.zope.org/Products/Zope/2.9.12/Zope-2.9.12-final.tgz

I assume this is some sort of deployment bug or some such so consider it reported. :wink: Also, is there a better, more reliable way to get old zope.org releases?

There were discussions whether to shut down old.zope.org completely (fingers crossed it will not).

Also, there are issues with the domain zope.org in general, see https://github.com/zopefoundation/www.zope.org/issues/6

That said, did you have a look at https://github.com/zopefoundation/Zope/releases ?

Ok, we probably shouldn't have been relying on that in the first place.

I thought about trying to build from source (or a GitHub release tag tarball), but I couldn't recall if the old Zope 2 tarball releases were straight out of VCS or if there was any sort of a build step. That was definitely my next fallback though.

Keep us posted!

The old Zope releases are also in the Zope GitHub repository, you can access them at https://zopefoundation.github.io/Zope/#pre-egg-releases.

Interestingly it has only Zope 2.9.9 instead of 2.9.12 you where pointing to.
Maybe I overlooked that version.

@dataflake Do you see a chance to get that 2.9.12 release so we can store it in the repository instead of 2.9.9?

We have some old zope tarballs here, among them, the 2.9.12 one:

https://code.codesyntax.com/static/public/

1 Like

This was my bad. old.zope.org has completely moved to a new VM and all that old content is there and available, but the Apache configuration was missing a few rewrite rules.

P.S.: I fixed the sources for https://zopefoundation.github.io/Zope/#pre-egg-releases so it shows Zope 2.9.12 as last Zope 2.9 release, and verified on old.zope.org that the other branches also show the last release correctly.

4 Likes