include

Name

include  --  fetch a file and source it

Synopsis

include {file} [rev=revision] [root=url] [dest=directory]

Description

include fetches file and sources it, i.e. executes the commands of it.

Options

dest=directory

The destination directory of the file or package to fetch.

rev=revision

The revision of the file or package to fetch.

root=url

The repository root of the file or package to fetch.

Example

Use revision 1.14 of a common configuration file:

    include configure-files/common/common rev=1.14
    

See Also

fetch(3), repository_root(3)