freight-add (1) - Linux Manuals
freight-add: add a package to Freight
NAME
freight-add - add a package to FreightSYNOPSIS
freight add [-c conf] [-v] [-h] package manager/distro[/component][...]DESCRIPTION
freight-add registers package with one or more manager/distro[/component] pairs (or triples). Currently, apt is the only supported manager and package must be one of *.deb, *.dsc *.debian.tar.gz *.orig.tar.gz, *.dsc *.diff.gz *.orig.tar.gz, or *.dsc *.tar.gz. distro may be any arbitrary value but is best suited to naming a particular version of the target operating system (for example, "wheezy" or "precise"). component is optional and for apt defaults to main.The package files are organized in the Freight library so freight-cache(1) has an easy time of creating package repositories for each manager/distro[/component] later.
OPTIONS
- -c conf, --conf=conf
- Use an alternate configuration file.
- -v, --verbose
- Verbose mode.
- -e, --add-error
- Raises an error if the package to add is already registered.
- -h, --help
- Show a help message.
FILES
- /etc/freight.conf, ~/.freight.conf, etc/freight.conf, .freight.conf
- The default configuration files. See freight(5).
ENVIRONMENT VARIABLES
- FREIGHT_CONF
- The pathname of an alternate configuration file. See freight(5).
- FREIGHT_ADD_ERROR
- If not empty acts as --add-error option.
THEME SONG
The New Pornographers - "All the Old Showstoppers"AUTHOR
Richard Crowley r@rcrowley.orgSEE ALSO
Part of freight(1).freight-cache(1) builds package repositories from the intermediate "Freight library" managed by freight-add.