Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Commits on Source
233
4708ee6b
_artifactcache/ostreecache.py: Fix artifact cache initialization result tuple
May 31, 2018
065f5ac7
_context.py: Normalize user-defined paths
Jun 05, 2018
279dcb40
tests/context/context.py: Test setting XDG_CACHE_HOME
Jun 05, 2018
fe24fc3b
Add test to verify cleanup behaviour after bwrap
Jun 05, 2018
75fe8037
_sandboxbwrap.py: Fix post-bwrap cleanup behaviour
Jun 05, 2018
8d88b52a
utils.py: Correcting a typo in safe_remove's comment
Jun 05, 2018
1d694b28
_artifactcache/pushreceive.py: Add Click type for CLI argument 'repo'
Jun 05, 2018
7f9216b3
_frontend/app.py: Remove unused variable at global scope
Jun 06, 2018
5dc8ab98
Add a kind for Make
Jun 06, 2018
b36db258
doc/source/authoring.rst: Adding `make` element to the docs
Jun 06, 2018
5ddec56f
_versions.py: Bump format version to 9
Jun 06, 2018
17fa7ba4
make plugin: Ammended documentation to note it's since version.
Jun 06, 2018
0f2fd8c8
NEWS: Mentioning new `make` build element
Jun 06, 2018
55dc3b27
make build element: Add support for PREFIX
Jun 06, 2018
7df95654
_loader/loader.py: Report element-path when failing to load elements
Jun 06, 2018
a5ff465d
_project.py: Allow running bst commands from subdirectories of project root
Jun 06, 2018
69e59443
_frontend/cli.py: Try to autocomplete element paths when running from a subdirectory
Jun 06, 2018
e36001f9
Make `bst help` work
Jun 07, 2018
b25c31ea
Implement bst help
Jun 07, 2018
8234e9c7
_frontend/cli.py: Allow specifying commands in `bst help`
Jun 07, 2018
9c65b908
tests/completions: Added test case for custom `bst help` completions
Jun 07, 2018
4632cb03
_ostree.py: Reintroduce remove()
Jun 07, 2018
60a29f68
_ostree.py: Introduce _list_all_refs() and list_artifacts()
Jun 07, 2018
b7191fda
pushreceive.py: Ensure there is a repopath
Jun 07, 2018
58adbe0b
pushreceive.py: Remove LRP artifacts from cache, introduce clean_up_cache()
Jun 07, 2018
8a0c0a9a
element_generators.py: Add a utility function to create arbitrary size elements
Jun 07, 2018
ed0df6b5
push.py: Add tests to test remote cache expiry
Jun 07, 2018
b8a52cbd
pushreceive.py: Add comments to code and name variables more sensibly
Jun 07, 2018
b823a616
pushreceive.py: Ensure huge artifacts are not pushed
Jun 07, 2018
a231d41b
pushreceive.py: Abstract the buffer_
Jun 07, 2018
de194dad
_artifactcache/pushreceive.py: Cleanup reported error when receiving oversized artifacts
Jun 07, 2018
8f2bf4e6
autotools plugin: Dont regenerate existing configure scripts
Jun 08, 2018
af10c1ba
Interpret names as colon separated junction path in loader.
Jun 08, 2018
ccec163b
Reword uses of project in Workspaces.
Jun 08, 2018
130bfbb8
Handle cross junction elements in workspaces.
Jun 08, 2018
acde3ba8
Allow tracking dependencies within sub-projects.
Jun 08, 2018
71b78794
doc/source/index.rst: Use only one level depth ToC on main page
Jun 09, 2018
055b77e8
doc: Added plugins as ToC elements instead of orphaned links
Jun 09, 2018
5f794829
doc/source/main_core.rst: Use a hidden toctree to hide away some things
Jun 09, 2018
96c219d0
doc/source/core_framework.rst: Use a toctree instead of links
Jun 09, 2018
1e98ecb2
doc/source/index.rst: Add resources directly at the bottom of the main page
Jun 09, 2018
77dd1091
doc: Split out cache keys and sandboxing writings into a sub section
Jun 09, 2018
53653d29
doc/source/authoring.rst: Removed unneeded link anchor from here
Jun 09, 2018
52412db4
.gitlab-ci.yml: Stop depending on specific version of sphinx
Jun 09, 2018
8e6f1a9b
doc: Stop generating the modules index
Jun 09, 2018
99fb2d53
doc/examples/flatpak-autotools: Use consistent project name
Jun 09, 2018
710e1fd4
doc/source/examples_flatpak_autotools.rst: Added some links to the example project on gitlab.
Jun 09, 2018
4af8112d
doc/source/examples.rst: Use a flat ToC here
Jun 09, 2018
d0dc9e64
doc/source/main_using.rst: Reversed ToC here
Jun 09, 2018
ea775fa3
doc: Removed some unused link targets
Jun 09, 2018
9f77cb66
Handle missing tags in git repositories correctly
Jun 11, 2018
e112a88f
doc/bst2html.py: Added bst2html.py
Jun 12, 2018
52f70a0d
doc/Makefile: Run bst2html.py to generate .html files from .run files
Jun 12, 2018
050cf2eb
doc/sessions: Added run files describing scenarios to build
Jun 12, 2018
c900d42e
doc/source/examples_flatpak_autotools.rst: Using generated examples
Jun 12, 2018
4dfc8607
doc/source/examples.rst: Restructuring individual examples into an examples subdirectory
Jun 12, 2018
19dddf82
doc/source/sessions: Committing generated session files.
Jun 12, 2018
f3b19f2c
HACKING.rst: Added guidelines for adding examples
Jun 12, 2018
d9da078d
.gitlab-ci.yml: Speed up docs build by setting up BST_SOURCE_CACHE
Jun 12, 2018
53bc7272
doc: Don't allow setting a height on the generated session html
Jun 12, 2018
9d7296eb
doc: Overhaul of page names and titles
Jun 13, 2018
ba018efe
contrib/bst-here: Fix command/arg in usage instructions
Jun 13, 2018
fa73abe4
contrib/bst-here: Remove redundant create_volume_if_not_exists() method
Jun 13, 2018
6da05577
doc: Improve the new console output html generator
Jun 13, 2018
5ba5415e
doc/Makefile: Fixed loop over session files
Jun 14, 2018
a01a5cc8
doc/bst2html.py: Add support for `fake-output` when running commands.
Jun 16, 2018
b592a80b
doc/bst2html.py, doc/Makefile: Added --force option
Jun 16, 2018
1b88e2c6
doc: Adding part 1 of the getting started tutorial
Jun 16, 2018
6fa3f922
doc/Makefile: Stage stored sessions from session-stored
Jun 16, 2018
3f560378
doc/source/tutorial/first-project.rst: Adding links
Jun 17, 2018
73b93002
doc: Adding part 2 of the getting started tutorial
Jun 17, 2018
72fbaa1c
doc/source/tutorial/running-commands.rst: Adding summary
Jun 18, 2018
b4105e8d
doc: Adding part 3 of the getting started tutorial: autotools element
Jun 18, 2018
9b81f958
doc/source/using_tutorial.rst: Use a numbered ToC for the tutorial
Jun 18, 2018
48b4cb5c
doc/examples/autotools/project.conf: Correcting project name here
Jun 18, 2018
5b6441fa
doc: Use consistent titles when referring to files in an example project
Jun 18, 2018
bb223156
doc/source/examples/flatpak-autotools.rst: Reordering of titles.
Jun 18, 2018
4016bec1
Remove shebangs from python files
Jun 19, 2018
4f168b9b
Restrict version of pylint
Jun 20, 2018
49fb3636
MANIFEST.in: Fix typo when including BuildStream.doap
Jun 21, 2018
411dd100
doc/source/index.rst: fix tiny, but impactful typo
Jun 22, 2018
d9a433a7
BuildStream depends on host tools for Source plugins
Jun 22, 2018
b5d91794
Source plugin tar depends on host's lzip
Jun 22, 2018
7d97c6d3
Source plugin bzr depends on host's bzr
Jun 22, 2018
3b1e869b
Source plugin git depends on host's git
Jun 22, 2018
be92cc8d
Source plugin patch depends on host's patch
Jun 22, 2018
e90098e0
Source plugin deb depends on host's arpy python package
Jun 22, 2018
4f1d5a1c
doc/source/core_plugins.rst, doc/source/install_main.rst: Fixing link anchor name
Jun 22, 2018
10d21ff0
Fix element check for BST_FORBID_BDEPENDS
Jun 22, 2018
6641bcd6
doc/source/main_using.rst: Updating headline for this page.
Jun 25, 2018
6d4cbe0c
doc/source/format_declaring.rst: Improving linkage to other parts of the manual
Jun 25, 2018
4b499ba3
doc/source/tutorial/autotools.rst: Consistent wording of "chapter"
Jun 25, 2018
1d84bb80
doc/source/tutorial/running-commands.rst: Added tip about using `--` in `bst shell`
Jun 25, 2018
a25d683e
doc: Adding part 4 of the getting started tutorial: integration commands
Jun 25, 2018
91d87e3c
_scheduler/job.py: Added long comment
Jun 26, 2018
463698ec
Add error message when running commands on directories
Jun 28, 2018
48848f4e
loader.py: Check whether the dir specified is also a <dir>.bst file
Jun 29, 2018
aaf52d03
cli.py: Make buildstream check element paths instead of click
Jun 29, 2018
a85aaee6
Fix documentation typo
Jul 02, 2018
9067e269
Provide better error message on missing commands
Jul 02, 2018
133 additional commits have been omitted to prevent performance issues.
Loading