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
3
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
6e86d4db
Commit
6e86d4db
authored
6 years ago
by
Angelos Evripiotis
Committed by
Jürg Billeter
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc/./arch_data_model: fixup affect/effect
parent
36a60abe
No related branches found
No related tags found
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/arch_data_model.rst
+3
-3
3 additions, 3 deletions
doc/source/arch_data_model.rst
with
3 additions
and
3 deletions
doc/source/arch_data_model.rst
+
3
−
3
View file @
6e86d4db
...
...
@@ -33,7 +33,7 @@ The responsibilities of an element include:
* Loading the element's configuration from the core provided dictionary
* Providing a unique key for any element specific configuration which might
e
ffect the output produced by the element
a
ffect the output produced by the element
* Configuring the sandbox
* Staging the data into the sandbox, which might include Sources and
the outputs of previous elements
...
...
@@ -87,7 +87,7 @@ of the host or build environment.
This is to say that:
* User configuration on the host, or filesystem outside of BuildStream designated
directories, must never be modified as a side
effect of running BuildStream.
directories, must never be modified as a side
-
effect of running BuildStream.
* When the Source uses host tools, host side configurations must never result in
deviations of what is staged to a build directory. The Source must behave exactly
...
...
@@ -97,7 +97,7 @@ The responsibilities of a source include:
* Loading the source's configuration from the core provided dictionary
* Providing a unique key for any source specific configuration which might
e
ffect the staged source
a
ffect the staged source
* Implement discovery of new versions of the source upstream (referred to as *"tracking"*)
* Staging the unpacked source to a given directory
* Preparing workspaces
...
...
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