euphorie / Euphorie

Euphorie is a tool for risk assessment
https://pythonhosted.org/Euphorie/
GNU General Public License v2.0
12 stars 6 forks source link

Add versions.cfg #686

Closed thet closed 9 months ago

thet commented 9 months ago

When running buildout from another repo which extend the Euphories versions.cfg via raw urls I get this error:

daimler@daimler:~/daimler.buildout$ make 
./py3/bin/buildout -Nt 2
While:
  Initializing.
Error: Error downloading extends for URL https://raw.githubusercontent.com/euphorie/Euphorie/main/versions.cfg: HTTP Error 404: Not Found
make: *** [Makefile:11: .installed.cfg] Error 1

This PR adds a versions.cfg which extends versions-5.2.cfg to allow buildout run without creating a symlink to a preferred Plone version, so that buildout.cfg can be referenced via GitHub raw URLs.

thet commented 9 months ago

Actually, in the end it wasn't an issue anymore.

In https://github.com/euphorie/euphorie-project which was in use on alita for /home/oira/dtmb there was this change not even necessary.

On the daimler vm 192.168.10.19 on ext0 under /home/daimler/daimler.buildout which is using git@github.com:syslabcom/daimler.buildout.git it was a problem, but that instance is super outdated and I stopped using it.