diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2019-11-18 13:33:32 +0000 |
---|---|---|
committer | Tristan Maat <tristan.maat@codethink.co.uk> | 2019-11-22 11:41:31 +0000 |
commit | cc5b8e80a97eea56cbd1bfe749de800a00fd98cc (patch) | |
tree | 5e3ed23ad8535b85be941ecaf594faf31674d758 /man | |
parent | 8ae2f7da6ac3356a7054531a587cd2bfecb62301 (diff) | |
download | buildstream-cc5b8e80a97eea56cbd1bfe749de800a00fd98cc.tar.gz |
Remove all `--track` options
Diffstat (limited to 'man')
-rw-r--r-- | man/bst-source-fetch.1 | 8 | ||||
-rw-r--r-- | man/bst-workspace-open.1 | 5 |
2 files changed, 2 insertions, 11 deletions
diff --git a/man/bst-source-fetch.1 b/man/bst-source-fetch.1 index e53e2be53..0b33859ed 100644 --- a/man/bst-source-fetch.1 +++ b/man/bst-source-fetch.1 @@ -1,4 +1,4 @@ -.TH "BST SOURCE FETCH" "1" "31-Oct-2019" "" "bst source fetch Manual" +.TH "BST SOURCE FETCH" "1" "20-Nov-2019" "" "bst source fetch Manual" .SH NAME bst\-source\-fetch \- Fetch sources in a pipeline .SH SYNOPSIS @@ -33,11 +33,5 @@ Except certain dependencies from fetching \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\-J,\fP \-\-track\-cross\-junctions -Allow tracking to cross junction boundaries -.TP \fB\-r,\fP \-\-remote TEXT The URL of the remote source cache (defaults to the first configured cache) diff --git a/man/bst-workspace-open.1 b/man/bst-workspace-open.1 index 4ccf010af..c1b1d0bed 100644 --- a/man/bst-workspace-open.1 +++ b/man/bst-workspace-open.1 @@ -1,4 +1,4 @@ -.TH "BST WORKSPACE OPEN" "1" "31-Oct-2019" "" "bst workspace open Manual" +.TH "BST WORKSPACE OPEN" "1" "20-Nov-2019" "" "bst workspace open Manual" .SH NAME bst\-workspace\-open \- Open a new workspace .SH SYNOPSIS @@ -14,8 +14,5 @@ Do not checkout the source, only link to the given directory \fB\-f,\fP \-\-force The workspace will be created even if the directory in which it will be created is not empty or if a workspace for that element already exists .TP -\fB\-\-track\fP -Track and fetch new source references before checking out the workspace -.TP \fB\-\-directory\fP DIRECTORY Only for use when a single Element is given: Set the directory to use to create the workspace |