1. 22 Apr, 2020 2 commits
    • Julien Muchembled's avatar
      fixup! Add referred parts' hash strings in __buildout_signature__, that... · dffdeffc
      Julien Muchembled authored
      fixup! Add referred parts' hash strings in __buildout_signature__, that invokes rebuild of a part when one of its (recursive) dependencies are modified.
      
      The purpose is to make the part signature available sooner,
      during recipe's __init__.
      
      Commit 8be81fe4 already
      broke detection of unused options in sections.
      dffdeffc
    • Julien Muchembled's avatar
      Ignore Python version for eggs in part signatures · 6f846515
      Julien Muchembled authored
      The version of Python should not affect the behaviour of a recipe.
      Anyway, it was already ignored for DEVELOP_DIST eggs.
      
      This makes the slapos mechanism to share parts more efficient. And with
      the upcoming changes in buildout & slapos.recipe.cmmi, there would be
      no way for the slapos.reboostrap extension to prevent everything from
      being rebuilt when reboostrapping to a different version of Python,
      if bootstrap parts are shared.
      
      The monkey-patch by slapos.reboostrap now becomes useless.
      6f846515
  2. 03 Apr, 2020 2 commits
  3. 31 Mar, 2020 1 commit
  4. 20 Mar, 2020 2 commits
  5. 04 Dec, 2019 33 commits