[Notes] [Git][BuildStream/buildstream][bst-1.2] 2 commits: NEWS: Adding news entry for the include directive work.



Title: GitLab

Tristan Van Berkom pushed to branch bst-1.2 at BuildStream / buildstream

Commits:

18 changed files:

Changes:

  • NEWS
    ... ... @@ -11,6 +11,9 @@ buildstream 1.1.5
    11 11
     
    
    12 12
       o Added new `remote` source plugin for downloading file blobs
    
    13 13
     
    
    14
    +  o Add support for the new include '(@)' directive in project.conf and .bst files
    
    15
    +
    
    16
    +
    
    14 17
     =================
    
    15 18
     buildstream 1.1.4
    
    16 19
     =================
    

  • man/bst-build.1
    1
    -.TH "BST BUILD" "1" "18-Jul-2018" "" "bst build Manual"
    
    1
    +.TH "BST BUILD" "1" "06-Aug-2018" "" "bst build Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-build \- Build elements in a pipeline
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-checkout.1
    1
    -.TH "BST CHECKOUT" "1" "18-Jul-2018" "" "bst checkout Manual"
    
    1
    +.TH "BST CHECKOUT" "1" "06-Aug-2018" "" "bst checkout Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-checkout \- Checkout a built artifact
    
    4 4
     .SH SYNOPSIS
    
    ... ... @@ -22,5 +22,4 @@ Whether to run integration commands
    22 22
     Checkout hardlinks instead of copies (handle with care)
    
    23 23
     .TP
    
    24 24
     \fB\-\-tar\fP
    
    25
    -Create a tarball from the artifact contents instead of a file tree. If
    
    26
    -LOCATION is '-', the tarball will be dumped to the standard output.
    25
    +Create a tarball from the artifact contents instead of a file tree. If LOCATION is '-', the tarball will be dumped to the standard output.
    \ No newline at end of file

  • man/bst-fetch.1
    1
    -.TH "BST FETCH" "1" "18-Jul-2018" "" "bst fetch Manual"
    
    1
    +.TH "BST FETCH" "1" "06-Aug-2018" "" "bst fetch Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-fetch \- Fetch sources in a pipeline
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-help.1
    1
    -.TH "BST HELP" "1" "18-Jul-2018" "" "bst help Manual"
    
    1
    +.TH "BST HELP" "1" "06-Aug-2018" "" "bst help Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-help \- Print usage information
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-init.1
    1
    -.TH "BST INIT" "1" "18-Jul-2018" "" "bst init Manual"
    
    1
    +.TH "BST INIT" "1" "06-Aug-2018" "" "bst init Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-init \- Initialize a new BuildStream project
    
    4 4
     .SH SYNOPSIS
    
    ... ... @@ -18,7 +18,7 @@ interactive session.
    18 18
     The project name to use
    
    19 19
     .TP
    
    20 20
     \fB\-\-format\-version\fP INTEGER
    
    21
    -The required format version (default: 9)
    
    21
    +The required format version (default: 12)
    
    22 22
     .TP
    
    23 23
     \fB\-\-element\-path\fP PATH
    
    24 24
     The subdirectory to store elements in (default: elements)
    

  • man/bst-pull.1
    1
    -.TH "BST PULL" "1" "18-Jul-2018" "" "bst pull Manual"
    
    1
    +.TH "BST PULL" "1" "06-Aug-2018" "" "bst pull Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-pull \- Pull a built artifact
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-push.1
    1
    -.TH "BST PUSH" "1" "18-Jul-2018" "" "bst push Manual"
    
    1
    +.TH "BST PUSH" "1" "06-Aug-2018" "" "bst push Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-push \- Push a built artifact
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-shell.1
    1
    -.TH "BST SHELL" "1" "18-Jul-2018" "" "bst shell Manual"
    
    1
    +.TH "BST SHELL" "1" "06-Aug-2018" "" "bst shell Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-shell \- Shell into an element's sandbox environment
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-show.1
    1
    -.TH "BST SHOW" "1" "18-Jul-2018" "" "bst show Manual"
    
    1
    +.TH "BST SHOW" "1" "06-Aug-2018" "" "bst show Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-show \- Show elements in the pipeline
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-source-bundle.1
    1
    -.TH "BST SOURCE-BUNDLE" "1" "18-Jul-2018" "" "bst source-bundle Manual"
    
    1
    +.TH "BST SOURCE-BUNDLE" "1" "06-Aug-2018" "" "bst source-bundle Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-source-bundle \- Produce a build bundle to be manually executed
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-track.1
    1
    -.TH "BST TRACK" "1" "18-Jul-2018" "" "bst track Manual"
    
    1
    +.TH "BST TRACK" "1" "06-Aug-2018" "" "bst track Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-track \- Track new source references
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-workspace-close.1
    1
    -.TH "BST WORKSPACE CLOSE" "1" "18-Jul-2018" "" "bst workspace close Manual"
    
    1
    +.TH "BST WORKSPACE CLOSE" "1" "06-Aug-2018" "" "bst workspace close Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-workspace\-close \- Close workspaces
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-workspace-list.1
    1
    -.TH "BST WORKSPACE LIST" "1" "18-Jul-2018" "" "bst workspace list Manual"
    
    1
    +.TH "BST WORKSPACE LIST" "1" "06-Aug-2018" "" "bst workspace list Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-workspace\-list \- List open workspaces
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-workspace-open.1
    1
    -.TH "BST WORKSPACE OPEN" "1" "18-Jul-2018" "" "bst workspace open Manual"
    
    1
    +.TH "BST WORKSPACE OPEN" "1" "06-Aug-2018" "" "bst workspace open Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-workspace\-open \- Open a new workspace
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-workspace-reset.1
    1
    -.TH "BST WORKSPACE RESET" "1" "18-Jul-2018" "" "bst workspace reset Manual"
    
    1
    +.TH "BST WORKSPACE RESET" "1" "06-Aug-2018" "" "bst workspace reset Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-workspace\-reset \- Reset a workspace to its original state
    
    4 4
     .SH SYNOPSIS
    

  • man/bst-workspace.1
    1
    -.TH "BST WORKSPACE" "1" "18-Jul-2018" "" "bst workspace Manual"
    
    1
    +.TH "BST WORKSPACE" "1" "06-Aug-2018" "" "bst workspace Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst\-workspace \- Manipulate developer workspaces
    
    4 4
     .SH SYNOPSIS
    
    ... ... @@ -7,22 +7,22 @@ bst\-workspace \- Manipulate developer workspaces
    7 7
     .SH DESCRIPTION
    
    8 8
     Manipulate developer workspaces
    
    9 9
     .SH COMMANDS
    
    10
    -.PP
    
    11
    -\fBopen\fP
    
    12
    -  Open a new workspace
    
    13
    -  See \fBbst workspace-open(1)\fP for full documentation on the \fBopen\fP command.
    
    14
    -
    
    15 10
     .PP
    
    16 11
     \fBreset\fP
    
    17 12
       Reset a workspace to its original state
    
    18 13
       See \fBbst workspace-reset(1)\fP for full documentation on the \fBreset\fP command.
    
    19 14
     
    
    15
    +.PP
    
    16
    +\fBclose\fP
    
    17
    +  Close workspaces
    
    18
    +  See \fBbst workspace-close(1)\fP for full documentation on the \fBclose\fP command.
    
    19
    +
    
    20 20
     .PP
    
    21 21
     \fBlist\fP
    
    22 22
       List open workspaces
    
    23 23
       See \fBbst workspace-list(1)\fP for full documentation on the \fBlist\fP command.
    
    24 24
     
    
    25 25
     .PP
    
    26
    -\fBclose\fP
    
    27
    -  Close workspaces
    
    28
    -  See \fBbst workspace-close(1)\fP for full documentation on the \fBclose\fP command.
    26
    +\fBopen\fP
    
    27
    +  Open a new workspace
    
    28
    +  See \fBbst workspace-open(1)\fP for full documentation on the \fBopen\fP command.

  • man/bst.1
    1
    -.TH "BST" "1" "18-Jul-2018" "" "bst Manual"
    
    1
    +.TH "BST" "1" "06-Aug-2018" "" "bst Manual"
    
    2 2
     .SH NAME
    
    3 3
     bst \- Build and manipulate BuildStream projects...
    
    4 4
     .SH SYNOPSIS
    
    ... ... @@ -61,31 +61,29 @@ Elements must be rebuilt when their dependencies have changed
    61 61
     .TP
    
    62 62
     \fB\-o,\fP \-\-option OPTION VALUE
    
    63 63
     Specify a project option
    
    64
    +.TP
    
    65
    +\fB\-\-default\-mirror\fP TEXT
    
    66
    +The mirror to fetch from first, before attempting other mirrors
    
    64 67
     .SH COMMANDS
    
    65 68
     .PP
    
    66
    -\fBsource-bundle\fP
    
    67
    -  Produce a build bundle to be manually executed
    
    68
    -  See \fBbst-source-bundle(1)\fP for full documentation on the \fBsource-bundle\fP command.
    
    69
    -
    
    70
    -.PP
    
    71
    -\fBhelp\fP
    
    72
    -  Print usage information
    
    73
    -  See \fBbst-help(1)\fP for full documentation on the \fBhelp\fP command.
    
    69
    +\fBshow\fP
    
    70
    +  Show elements in the pipeline
    
    71
    +  See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command.
    
    74 72
     
    
    75 73
     .PP
    
    76
    -\fBinit\fP
    
    77
    -  Initialize a new BuildStream project
    
    78
    -  See \fBbst-init(1)\fP for full documentation on the \fBinit\fP command.
    
    74
    +\fBpush\fP
    
    75
    +  Push a built artifact
    
    76
    +  See \fBbst-push(1)\fP for full documentation on the \fBpush\fP command.
    
    79 77
     
    
    80 78
     .PP
    
    81
    -\fBtrack\fP
    
    82
    -  Track new source references
    
    83
    -  See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command.
    
    79
    +\fBcheckout\fP
    
    80
    +  Checkout a built artifact
    
    81
    +  See \fBbst-checkout(1)\fP for full documentation on the \fBcheckout\fP command.
    
    84 82
     
    
    85 83
     .PP
    
    86
    -\fBpull\fP
    
    87
    -  Pull a built artifact
    
    88
    -  See \fBbst-pull(1)\fP for full documentation on the \fBpull\fP command.
    
    84
    +\fBfetch\fP
    
    85
    +  Fetch sources in a pipeline
    
    86
    +  See \fBbst-fetch(1)\fP for full documentation on the \fBfetch\fP command.
    
    89 87
     
    
    90 88
     .PP
    
    91 89
     \fBworkspace\fP
    
    ... ... @@ -98,9 +96,19 @@ Specify a project option
    98 96
       See \fBbst-build(1)\fP for full documentation on the \fBbuild\fP command.
    
    99 97
     
    
    100 98
     .PP
    
    101
    -\fBcheckout\fP
    
    102
    -  Checkout a built artifact
    
    103
    -  See \fBbst-checkout(1)\fP for full documentation on the \fBcheckout\fP command.
    
    99
    +\fBtrack\fP
    
    100
    +  Track new source references
    
    101
    +  See \fBbst-track(1)\fP for full documentation on the \fBtrack\fP command.
    
    102
    +
    
    103
    +.PP
    
    104
    +\fBsource-bundle\fP
    
    105
    +  Produce a build bundle to be manually executed
    
    106
    +  See \fBbst-source-bundle(1)\fP for full documentation on the \fBsource-bundle\fP command.
    
    107
    +
    
    108
    +.PP
    
    109
    +\fBinit\fP
    
    110
    +  Initialize a new BuildStream project
    
    111
    +  See \fBbst-init(1)\fP for full documentation on the \fBinit\fP command.
    
    104 112
     
    
    105 113
     .PP
    
    106 114
     \fBshell\fP
    
    ... ... @@ -108,16 +116,11 @@ Specify a project option
    108 116
       See \fBbst-shell(1)\fP for full documentation on the \fBshell\fP command.
    
    109 117
     
    
    110 118
     .PP
    
    111
    -\fBfetch\fP
    
    112
    -  Fetch sources in a pipeline
    
    113
    -  See \fBbst-fetch(1)\fP for full documentation on the \fBfetch\fP command.
    
    114
    -
    
    115
    -.PP
    
    116
    -\fBpush\fP
    
    117
    -  Push a built artifact
    
    118
    -  See \fBbst-push(1)\fP for full documentation on the \fBpush\fP command.
    
    119
    +\fBpull\fP
    
    120
    +  Pull a built artifact
    
    121
    +  See \fBbst-pull(1)\fP for full documentation on the \fBpull\fP command.
    
    119 122
     
    
    120 123
     .PP
    
    121
    -\fBshow\fP
    
    122
    -  Show elements in the pipeline
    
    123
    -  See \fBbst-show(1)\fP for full documentation on the \fBshow\fP command.
    124
    +\fBhelp\fP
    
    125
    +  Print usage information
    
    126
    +  See \fBbst-help(1)\fP for full documentation on the \fBhelp\fP command.



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]