Chandan Singh pushed to branch chandan/deps at BuildStream / buildstream
Commits:
-
126bc006
by Chandan Singh at 2019-02-12T10:23:44Z
21 changed files:
- man/bst-artifact-checkout.1
- man/bst-artifact-log.1
- man/bst-artifact-pull.1
- man/bst-artifact-push.1
- man/bst-artifact-server.1
- man/bst-artifact.1
- man/bst-build.1
- man/bst-help.1
- man/bst-init.1
- man/bst-shell.1
- man/bst-show.1
- man/bst-source-checkout.1
- man/bst-source-fetch.1
- man/bst-source-track.1
- man/bst-source.1
- man/bst-workspace-close.1
- man/bst-workspace-list.1
- man/bst-workspace-open.1
- man/bst-workspace-reset.1
- man/bst-workspace.1
- man/bst.1
Changes:
1 |
-.TH "BST ARTIFACT CHECKOUT" "1" "24-Jan-2019" "" "bst artifact checkout Manual"
|
|
1 |
+.TH "BST ARTIFACT CHECKOUT" "1" "12-Feb-2019" "" "bst artifact checkout Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-artifact\-checkout \- Checkout contents of an artifact
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST ARTIFACT LOG" "1" "24-Jan-2019" "" "bst artifact log Manual"
|
|
1 |
+.TH "BST ARTIFACT LOG" "1" "12-Feb-2019" "" "bst artifact log Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-artifact\-log \- Show logs of an artifact
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST ARTIFACT PULL" "1" "24-Jan-2019" "" "bst artifact pull Manual"
|
|
1 |
+.TH "BST ARTIFACT PULL" "1" "12-Feb-2019" "" "bst artifact pull Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-artifact\-pull \- Pull a built artifact
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST ARTIFACT PUSH" "1" "24-Jan-2019" "" "bst artifact push Manual"
|
|
1 |
+.TH "BST ARTIFACT PUSH" "1" "12-Feb-2019" "" "bst artifact push Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-artifact\-push \- Push a built artifact
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST-ARTIFACT-SERVER" "1" "24-Jan-2019" "" "bst-artifact-server Manual"
|
|
1 |
+.TH "BST-ARTIFACT-SERVER" "1" "12-Feb-2019" "" "bst-artifact-server Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst-artifact-server \- CAS Artifact Server
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST ARTIFACT" "1" "24-Jan-2019" "" "bst artifact Manual"
|
|
1 |
+.TH "BST ARTIFACT" "1" "12-Feb-2019" "" "bst artifact Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-artifact \- Manipulate cached artifacts
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST BUILD" "1" "24-Jan-2019" "" "bst build Manual"
|
|
1 |
+.TH "BST BUILD" "1" "12-Feb-2019" "" "bst build Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-build \- Build elements in a pipeline
|
4 | 4 |
.SH SYNOPSIS
|
... | ... | @@ -32,3 +32,6 @@ Allow tracking to cross junction boundaries |
32 | 32 |
.TP
|
33 | 33 |
\fB\-\-track\-save\fP
|
34 | 34 |
Deprecated: This is ignored
|
35 |
+.TP
|
|
36 |
+\fB\-r,\fP \-\-remote TEXT
|
|
37 |
+The URL of the remote cache (defaults to the first configured cache)
|
1 |
-.TH "BST HELP" "1" "24-Jan-2019" "" "bst help Manual"
|
|
1 |
+.TH "BST HELP" "1" "12-Feb-2019" "" "bst help Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-help \- Print usage information
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST INIT" "1" "24-Jan-2019" "" "bst init Manual"
|
|
1 |
+.TH "BST INIT" "1" "12-Feb-2019" "" "bst init Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-init \- Initialize a new BuildStream project
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST SHELL" "1" "24-Jan-2019" "" "bst shell Manual"
|
|
1 |
+.TH "BST SHELL" "1" "12-Feb-2019" "" "bst shell Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-shell \- Shell into an element's sandbox environment
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST SHOW" "1" "24-Jan-2019" "" "bst show Manual"
|
|
1 |
+.TH "BST SHOW" "1" "12-Feb-2019" "" "bst show Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-show \- Show elements in the pipeline
|
4 | 4 |
.SH SYNOPSIS
|
... | ... | @@ -43,6 +43,9 @@ the following symbols can be used in the format string: |
43 | 43 |
%{public} Public domain data
|
44 | 44 |
%{workspaced} If the element is workspaced
|
45 | 45 |
%{workspace-dirs} A list of workspace directories
|
46 |
+ %{deps} A list of all dependencies
|
|
47 |
+ %{build-deps} A list of build dependencies
|
|
48 |
+ %{runtime-deps} A list of runtime dependencies
|
|
46 | 49 |
.PP
|
47 | 50 |
The value of the %{symbol} without the leading '%' character is understood
|
48 | 51 |
as a pythonic formatting string, so python formatting features apply,
|
1 |
-.TH "BST SOURCE CHECKOUT" "1" "24-Jan-2019" "" "bst source checkout Manual"
|
|
1 |
+.TH "BST SOURCE CHECKOUT" "1" "12-Feb-2019" "" "bst source checkout Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-source\-checkout \- Checkout sources for an element
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST SOURCE FETCH" "1" "24-Jan-2019" "" "bst source fetch Manual"
|
|
1 |
+.TH "BST SOURCE FETCH" "1" "12-Feb-2019" "" "bst source fetch Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-source\-fetch \- Fetch sources in a pipeline
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST SOURCE TRACK" "1" "24-Jan-2019" "" "bst source track Manual"
|
|
1 |
+.TH "BST SOURCE TRACK" "1" "12-Feb-2019" "" "bst source track Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-source\-track \- Track new source references
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST SOURCE" "1" "24-Jan-2019" "" "bst source Manual"
|
|
1 |
+.TH "BST SOURCE" "1" "12-Feb-2019" "" "bst source Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-source \- Manipulate sources for an element
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST WORKSPACE CLOSE" "1" "24-Jan-2019" "" "bst workspace close Manual"
|
|
1 |
+.TH "BST WORKSPACE CLOSE" "1" "12-Feb-2019" "" "bst workspace close Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-workspace\-close \- Close workspaces
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST WORKSPACE LIST" "1" "24-Jan-2019" "" "bst workspace list Manual"
|
|
1 |
+.TH "BST WORKSPACE LIST" "1" "12-Feb-2019" "" "bst workspace list Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-workspace\-list \- List open workspaces
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST WORKSPACE OPEN" "1" "24-Jan-2019" "" "bst workspace open Manual"
|
|
1 |
+.TH "BST WORKSPACE OPEN" "1" "12-Feb-2019" "" "bst workspace open Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-workspace\-open \- Open a new workspace
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST WORKSPACE RESET" "1" "24-Jan-2019" "" "bst workspace reset Manual"
|
|
1 |
+.TH "BST WORKSPACE RESET" "1" "12-Feb-2019" "" "bst workspace reset Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-workspace\-reset \- Reset a workspace to its original state
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST WORKSPACE" "1" "24-Jan-2019" "" "bst workspace Manual"
|
|
1 |
+.TH "BST WORKSPACE" "1" "12-Feb-2019" "" "bst workspace Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst\-workspace \- Manipulate developer workspaces
|
4 | 4 |
.SH SYNOPSIS
|
1 |
-.TH "BST" "1" "24-Jan-2019" "" "bst Manual"
|
|
1 |
+.TH "BST" "1" "12-Feb-2019" "" "bst Manual"
|
|
2 | 2 |
.SH NAME
|
3 | 3 |
bst \- Build and manipulate BuildStream projects...
|
4 | 4 |
.SH SYNOPSIS
|