summaryrefslogtreecommitdiff
path: root/man/bst-fetch.1
blob: df3fdb09bd00cafd0fcc954ae7679edbc305a249 (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
38
39
40
41
42
.TH "BST FETCH" "1" "10-Jul-2017" "" "bst fetch Manual"
.SH NAME
bst\-fetch \- Fetch sources in a pipeline
.SH SYNOPSIS
.B bst fetch
[OPTIONS] TARGET
.SH DESCRIPTION
Fetch sources required to build the pipeline

By default this will only try to fetch sources which are
required for the build plan of the specified target element,
omitting sources for any elements which are already built
and available in the artifact cache.

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


    none:  No dependencies, just the element itself
    plan:  Only dependencies required for the build plan
    all:   All dependencies
.SH OPTIONS
.TP
\fB\-\-except\fP TEXT
Except certain dependencies from fetching
.TP
\fB\-d,\fP \-\-deps [none|plan|all]
The dependencies to fetch (default: plan)
.TP
\fB\-\-track\fP
Track new source references before fetching
.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