Skip to content

Commit

Permalink
Ensure buildout has information about dependencies on every run.
Browse files Browse the repository at this point in the history
For this we need to call the installation of scripts and extra eggs on
every run, i.e.: during update as well as install. Without this,
supervisor and the eggs listed in the plugins option will appear and
disappear from the picked eggs list, e.g.: they appear on first run,
but are removed on subsequent runs, unless you manually trigger
another install of the part.
  • Loading branch information
afrepues committed Jan 9, 2013
1 parent c6db8a0 commit db23126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collective/recipe/supervisor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def _install_scripts(self):

def update(self):
"""Updater"""
pass
return self._install_scripts()


CONFIG_TEMPLATE = """
Expand Down

0 comments on commit db23126

Please sign in to comment.