Sha256: 24c7b087f6c1fe76aa81e6f9568b0ce975324ca1adc1eec0553f5e09e0aaf078

Contents?: true

Size: 455 Bytes

Versions: 5

Compression:

Stored size: 455 Bytes

Contents

#
# This is a mapping sample
#
# source file (root dir is pkg-src-dir) => destination (root dir is pkg-prefix)
#

#This example suppose we want to package an apache specific configuration
# Tree on dev
# myapp
#   conf.d/myapp.conf
#   site/<php code>
#   doc
# 
# the pkg-source-dir is /home/packager/retrieve/myapp
# the pkg-prefix is /

conf.d/myapp.conf => etc/apache2/site-available/myapp.conf
site => app/httpd/www/myapp
doc => usr/share/doc/myapp

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
easyfpm-0.3.0 doc/samples/mapping.conf
easyfpm-0.3.0.pre doc/samples/mapping.conf
easyfpm-0.2.1.pre doc/samples/mapping.conf
easyfpm-0.2.0.pre doc/samples/mapping.conf
easyfpm-0.1.0.pre doc/samples/mapping.conf