On 20 Jul 2015, at 23:01, Tres Seaver wrote:
On 07/18/2015 09:06 AM, Charlie Clark wrote:
Hiya,
it's been a long time since I updated one of my instances so I could easily have missed something obvious. I just ran a buildout of my project which extends the Zope2 buildout and it fails because there is no ztk-versions.cfg in the folder. Is this a bug or should download it separately for my project?
It isn't a bug. http://download.zope.org/Zope2/index/2.13.23/versions.cfg has the fully-expanded set of versions for Zope 2.13.23's dependencies, with no inclusion of a separate ZTK configuration.
If you really want the ZTK versions file, you should be pointing at the release index for the ZTK release you depend on, probably http://download.zope.org/zopetoolkit/index/1.0.8/ztk-versions.cfg
Tres.
http://download.zope.org/Zope2/index/2.13.23/versions.cfg lists ztk-versions.cfg in its extends section, but it doesn't exist in the folder. If we're not intending to use it, it should get removed from that file. Eric