summaryrefslogtreecommitdiff
path: root/man/bst-source-checkout.1
blob: 7596d44c14d634be4a467074e6be9735969e6951 (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
.TH "BST SOURCE CHECKOUT" "1" "2020-04-23" "" "bst source checkout Manual"
.SH NAME
bst\-source\-checkout \- Checkout sources of an element
.SH SYNOPSIS
.B bst source checkout
[OPTIONS] [ELEMENT]
.SH DESCRIPTION
Checkout sources of an element to the specified location
.PP
When this command is executed from a workspace directory, the default
is to checkout the sources of the workspace element.
.SH OPTIONS
.TP
\fB\-f,\fP \-\-force
Allow files to be overwritten
.TP
\fB\-\-except\fP PATH
Except certain dependencies
.TP
\fB\-d,\fP \-\-deps [build|none|run|all]
The dependencies whose sources to checkout  [default: none]
.TP
\fB\-\-tar\fP LOCATION
Create a tarball containing the sources instead of a file tree.
.TP
\fB\-\-compression\fP [gz|xz|bz2]
The compression option of the tarball created.
.TP
\fB\-\-include\-build\-scripts\fP
.PP
.TP
\fB\-\-directory\fP DIRECTORY
The directory to checkout the sources to