-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtarmac.1
51 lines (44 loc) · 943 Bytes
/
tarmac.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.TH TARMAC 1
.SH NAME
tarmac \- Launchpad branch landing tool
.SH SYNOPSIS
.B tarmac
.I command
[
.I command_options
]
.br
.B tarmac help
.br
.B tarmac help
.I command
.SH DESCRIPTION
Tarmac is a tool for automatically merging changes to projects hosted on
the Launchpad project hosting service. It supports plug-ins, running tests
to verify changes, reporting to CIA.vc, and much more.
.SH COMMANDS AND OPTIONS
.SH FILES
.TP
.I ~/.config/tarmac/tarmac.conf
Contains the user\'s default configuration. The section
.B [Tarmac]
is used to define general configuration for Tarmac.
Additional sections of the form
.B [lp:branchpath]
are used to define what branches to handle code merging for.
A typical config file might look something like:
.br
[Tarmac]
.br
log_file = /var/log/tarmac.log
.br
.br
[lp:project]
.br
tree_dir = /var/cache/tarmac/project/trunk
.br
verify_command = ./autogen.sh && make check
.br
.SH SEE ALSO
.UR bzr
.BR bzr