Commit a10de366 authored by Jérome Perrin's avatar Jérome Perrin

fixup! Add referred parts' hash strings in __buildout_signature__, that...

fixup! Add referred parts' hash strings in __buildout_signature__, that invokes rebuild of a part when one of its (recursive) dependencies are modified.

egg signatures are always {egg_name}-{egg_verson}, there should not be a "egg" prefix for setuptools
parent 79636512
......@@ -104,7 +104,7 @@ computed by the egg recipe by looking at .installed.cfg:
<BLANKLINE>
[sample-part]
__buildout_installed__ =
__buildout_signature__ = sample-... setuptools-...egg zc.buildout-... zc.recipe.egg-...
__buildout_signature__ = sample-... setuptools-... zc.buildout-... zc.recipe.egg-...
_b = /sample-buildout/bin
_d = /sample-buildout/develop-eggs
_e = /sample-buildout/eggs
......
  • Isn't it rather a fixup for 6f846515 ? It does not matter.

    Since this commit works even without 6f846515 and it changes a line that's only modified by 8be81fe4, your commit message is correct.

    Edited by Julien Muchembled
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