Recipe for generate buildout-cache.tar.gz2
Project description
.. contents::
Introduction
============
This recipe is used to generate buildout-cache.tar.gz2 file.
The recipe was inspired by update-packages script from Plone Installers-UnifiedInstaller (https://github.com/plone/Installers-UnifiedInstaller/blob/master/update_packages.py)
The recipe will start a buildout with forced eggs-directory and download-cache. After it will deleted eggs with binary components, make some cleanup, and finally generate compressed file contains buildout-cache.
Supported options
=================
The recipe supports the following optionnal options:
.. Note to recipe author!
----------------------
For each option the recipe uses you should include a description
about the purpose of the option, the format and semantics of the
values it accepts, whether it is mandatory or optional and what the
default value is if it is omitted.
target
Name of target compressed file. Default value is `buildout-cache.tar.bz2`.
buildout_file
Name of buildout file which be used for constuction of buildout cache. Default value is `buildout.cfg`.
work_dir
Directory where eggs are downloaded for creation of tar.gz2 file. This directroy is deleted before and after the script. Default value is `tmp`.
Example usage
=============
We'll start by creating a `buildout.cfg` file that uses the recipe::
[buildout]
parts = makebuildoutcache
[makebuildoutcache]
recipe = collective.recipe.buildoutcache
target = buildout-cache.tar.bz2
buildout_file = buildout.cfg
work_dir = my-temp-buildout-work-dir
Contributors
************
- Benoît Suttor, Original Author
Change history
**************
Changelog
=========
1.0 (2015-07-01)
----------------
- Package created using templer
[]
Download
********
Introduction
============
This recipe is used to generate buildout-cache.tar.gz2 file.
The recipe was inspired by update-packages script from Plone Installers-UnifiedInstaller (https://github.com/plone/Installers-UnifiedInstaller/blob/master/update_packages.py)
The recipe will start a buildout with forced eggs-directory and download-cache. After it will deleted eggs with binary components, make some cleanup, and finally generate compressed file contains buildout-cache.
Supported options
=================
The recipe supports the following optionnal options:
.. Note to recipe author!
----------------------
For each option the recipe uses you should include a description
about the purpose of the option, the format and semantics of the
values it accepts, whether it is mandatory or optional and what the
default value is if it is omitted.
target
Name of target compressed file. Default value is `buildout-cache.tar.bz2`.
buildout_file
Name of buildout file which be used for constuction of buildout cache. Default value is `buildout.cfg`.
work_dir
Directory where eggs are downloaded for creation of tar.gz2 file. This directroy is deleted before and after the script. Default value is `tmp`.
Example usage
=============
We'll start by creating a `buildout.cfg` file that uses the recipe::
[buildout]
parts = makebuildoutcache
[makebuildoutcache]
recipe = collective.recipe.buildoutcache
target = buildout-cache.tar.bz2
buildout_file = buildout.cfg
work_dir = my-temp-buildout-work-dir
Contributors
************
- Benoît Suttor, Original Author
Change history
**************
Changelog
=========
1.0 (2015-07-01)
----------------
- Package created using templer
[]
Download
********
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for collective.recipe.buildoutcache-1.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1afc743829ad57e7ff5193b73d5d50a0363a61d5fd624626a349bf7cb0faa19 |
|
MD5 | 3f5797a4bfdbb7a4be2092b111a5886a |
|
BLAKE2b-256 | ed0b2570b67494b84b27dac8ddd1973d0742c971bd5fa80cf88d419097eb7cbc |