Commit d08e5fe6 authored by Nicolas Wavrant's avatar Nicolas Wavrant Committed by Thomas Gambier

software/kvm: keep old recipe eggs otherwise instance can't be upgraded

As we have kvm with a section deployed using
collective.recipe.shelloutput, if collective.recipe.shelloutput isn't in
the SR folder anymore this section can't be uninstalled (as the
uninstall method is defined in the egg).

The output of buildout for this error was :

Installing switch_softwaretype.
Uninstalling frontend-port.
While:
  Installing.
  Uninstalling frontend-port.
  Installing recipe collective.recipe.shelloutput.
  Getting distribution for 'collective.recipe.shelloutput'.
Error: We don't have a distribution for collective.recipe.shelloutput
and can't install one in offline (no-install) mode.

The cause was a7a36453
parent fd1a89c8
Pipeline #9465 failed with stage
in 0 seconds
......@@ -51,6 +51,9 @@ eggs =
websockify
slapos.cookbook
erp5.util
# BBB: eggs used as recipe should be kept otherwise sections depending
# on it can't be uninstalled
collective.recipe.shelloutput
scripts =
websockify
......
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