A buildout recipe to package and distribute lib, module, archive, files, etc.
A simple buildout part to archive all skins in wiki skin folder:
[archive-skins] recipe = leocornus.recipe.distribute source-root = /full/path/to/wiki/skins packages = ALL dist-format = zip output-root = /full/path/to/archive/folder
The packages = ALL tells the distribute recipe to archive all folders in the source-root folder. A versions list text file (versions.txt) will be generated to list all packages in the following fomat:
packageone=1.0 packagetwo=2.0
More details in package README.rst
- Release 2.1.6 [Developing]
- Release 2.1.5