| myst | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
This buildout uses mr.developer to manage package development.
See https://pypi.org/project/mr.developer/ for more information, or run bin/develop help for a list of available commands.
The most common workflow to get all the latest updates is:
git pull
bin/develop rbThis will get you the latest coredev configuration, checkout and update all packages via git and Subversion in src, and run buildout to configure the whole thing.
From time to time you can check if some old cruft has accumulated:
bin/develop stIf this prints any lines with a question mark in front, you can cleanup by:
bin/develop purgeThis will remove packages from {file}src/ which are no longer needed, as they have been replaced by proper egg releases of these packages.