1. 11 Jun, 2020 16 commits
  2. 08 Jun, 2020 4 commits
  3. 04 Jun, 2020 1 commit
  4. 27 May, 2020 2 commits
  5. 26 May, 2020 1 commit
  6. 22 May, 2020 8 commits
  7. 21 May, 2020 2 commits
  8. 19 May, 2020 5 commits
  9. 18 May, 2020 1 commit
    • Nicolas Wavrant's avatar
      software/kvm: keep old recipe eggs otherwise instance can't be upgraded · d08e5fe6
      Nicolas Wavrant authored
      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
      d08e5fe6