Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.85 KB

README.rst

File metadata and controls

50 lines (38 loc) · 1.85 KB

travis pypi-version pypi-download pypi-license Join the chat at https://gitter.im/leocornus/leocornus.recipe.distribute

leocornus.recipe.distribute

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

Change Logs

License

GPLv2 license