Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
f305bd27
Commit
f305bd27
authored
6 years ago
by
James Ennis
Browse files
Options
Downloads
Patches
Plain Diff
NEWS: Add entry for the deprecation of bst checkout
parent
431b7796
No related branches found
No related tags found
1 merge request
!1049
WIP: Deprecate `bst checkout` for `bst artifact checkout`
Pipeline
#42870004
passed
6 years ago
Stage: test
Stage: post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+15
-0
15 additions, 0 deletions
NEWS
with
15 additions
and
0 deletions
NEWS
+
15
−
0
View file @
f305bd27
...
...
@@ -2,6 +2,21 @@
buildstream 1.3.1
=================
o BREAKING CHANGE: Moved `checkout` to the artifact subcommands. `bst checkout` is
now obsolete.
The command is now `bst artifact checkout`. `bst checkout` has been deprecated.
This implements the features of `bst checkout`, although the mandatory LOCATION
argument should now be specified with the `--directory` option.
`artifact checkout` can handle both element names and artifact refs, of which it
can take multiple.
`--deps`, `--tar` and `--integrate` options are only supported when passed a
single ELEMENT target. In addition to this, `--tar` is no longer a flag, it is
a mutually incompatible option to `--directory`. For example,
`bst artifact checkout foo.bst --tar foo.tar.gz`.
o Added `bst artifact log` subcommand for viewing build logs.
o BREAKING CHANGE: The bst source-bundle command has been removed. The
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment