1BST TRACK(1) bst track Manual BST TRACK(1)
2
3
4
6 bst-track - Track new source references
7
9 bst track [OPTIONS] [ELEMENTS]...
10
12 Consults the specified tracking branches for new versions available to
13 build and updates the project with any newly available references.
14
15 By default this will track just the specified element, but you can also
16 update a whole tree of dependencies in one go.
17
18 Specify `--deps` to control which sources to track:
19
20
21 none: No dependencies, just the specified elements
22 all: All dependencies of all specified elements
23
25 --except PATH
26 Except certain dependencies from tracking
27
28 -d, --deps [none|all]
29 The dependencies to track (default: none)
30
31 -J, --cross-junctions
32 Allow crossing junction boundaries
33
34
35
36 14-Jul-2019 BST TRACK(1)