summaryrefslogtreecommitdiff
path: root/man/bst-track.1
blob: 6a7454812d33b4bbccba022445c389173a570c4f (plain)
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
.TH "BST TRACK" "1" "10-Jul-2017" "" "bst track Manual"
.SH NAME
bst\-track \- Track new source references
.SH SYNOPSIS
.B bst track
[OPTIONS] TARGET
.SH DESCRIPTION
Consults the specified tracking branches for new versions available
to build and updates the project with any newly available references.

By default this will track just the specified element, but you can also
update a whole tree of dependencies in one go.

Specify `--deps` to control which sources to track:


    none:  No dependencies, just the element itself
    all:   All dependencies
.SH OPTIONS
.TP
\fB\-\-except\fP TEXT
Except certain dependencies from tracking
.TP
\fB\-d,\fP \-\-deps [none|all]
The dependencies to track (default: none)
.TP
\fB\-a,\fP \-\-arch TEXT
Architecture of the machine running the build (default: x86_64)
.TP
\fB\-\-host\-arch\fP TEXT
Run as a native build for the given architecture (defaults to --arch)
.TP
\fB\-\-target\-arch\fP TEXT
Produce elements that execute on this architecture (defaults to --arch)
.TP
\fB\-\-variant\fP TEXT
A variant of the specified target