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
ad2c140c
Commit
ad2c140c
authored
6 years ago
by
Phillip Smyth
Committed by
Jürg Billeter
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
projectconfig.yaml: Add key for default targets
_versions.py: Bump format version
parent
3b702a24
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildstream/_versions.py
+1
-1
1 addition, 1 deletion
buildstream/_versions.py
buildstream/data/projectconfig.yaml
+8
-0
8 additions, 0 deletions
buildstream/data/projectconfig.yaml
with
9 additions
and
1 deletion
buildstream/_versions.py
+
1
−
1
View file @
ad2c140c
...
...
@@ -23,7 +23,7 @@
# This version is bumped whenever enhancements are made
# to the `project.conf` format or the core element format.
#
BST_FORMAT_VERSION
=
2
0
BST_FORMAT_VERSION
=
2
1
# The base BuildStream artifact version
...
...
This diff is collapsed.
Click to expand it.
buildstream/data/projectconfig.yaml
+
8
−
0
View file @
ad2c140c
...
...
@@ -167,3 +167,11 @@ shell:
# Command to run when `bst shell` does not provide a command
#
command
:
[
'
sh'
,
'
-i'
]
# Defaults for bst commands
#
defaults
:
# Set default target elements to use when none are passed on the command line.
# If none are configured in the project, default to all project elements.
targets
:
[]
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