Skip to main content

Create symlinks

Project description

Simple recipe for creating symbolic links.

Parameters:

- *symlink* contains one or more values in format source=target
- *symlink_base* can contain base directory for symlinking (simplifies
*symlink* parameter if there is more items from the same directory)
- *symlink_target* can contain target base directory(simplifies *symlink*
parameter if target is still the same. In this case *symlink* can be in format
**source=**)

Example 1::

[symlinks]
symlink = ~/work/MyProj = ${buildout:directory}/products

Example 2::

[symlinks]
symlink = MyProj
MyOtherProj
MyThirdProj
symlink_base = ~/work/
symlink_target = ${buildout:directory}/products

Example 3::

[symlinks]
symlink = MyProj
MyOtherProj

${buildout:directory}/var/fss-files=${instance1:location}/var
symlink_base = ~/work/
symlink_target = ${buildout:directory}/products

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

cns.recipe.symlink-0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

cns.recipe.symlink-0.1-py2.4.egg (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page