1FREIGHT-INIT(1) Freight FREIGHT-INIT(1)
2
3
4
6 freight-init - initialize a Freight directory
7
9 freight init [--libdir varlib] [--cachedir varcache] [--archs archs]
10 [--origin origin] [--label label] [-v] [-h] -g gpg dirname
11
13 freight-init will setup a directory to be used by Freight. It will gen‐
14 erate small wrappers around the original Freight commands. Use
15 freight-add(1) and freight-cache(1) to work against the VARLIB and VAR‐
16 CACHE given to freight init.
17
18 The benefit of using freight-init is to automate the setup of Freight
19 and to configure all data to be stored in one directory.
20
21 Configuration is stored in dirname/etc/freight.conf.
22
24 -g gpg, --gpg=gpg
25 GPG key. May be given multiple times.
26
27 --libdir=varlib
28 VARLIB directory to use. Defaults to dirname/var/lib
29
30 --cachedir=varcache
31 VARCACHE directory to use. Defaults to dirname/var/cache
32
33 --archs=archs
34 Architectures to generate archives for. Defaults to i386 amd64
35
36 --origin=origin
37 Debian archive Origin field value. Defaults to Freight
38
39 --label=label
40 Debian archive Label field value. Defaults to Freight
41
42 --suite=suite
43 Debian archive Suite field value.
44
45 -v, --verbose
46 Verbose mode.
47
48 -h, --help
49 Show a help message.
50
52 /etc/freight.conf, ~/.freight.conf, etc/freight.conf, .freight.conf
53 The default configuration files. See freight(5).
54
56 The New Pornographers - "All the Old Showstoppers"
57
59 Jens Braeuer braeuer.jens@googlemail.com
60
62 Part of freight(1).
63
64
65
66 March 2016 FREIGHT-INIT(1)