Commits on Source (76)
-
Qinusty authored
-
Tom Pollard authored
HACKING.rst: Add running a single test example See merge request !597
-
Tiago Gomes authored
A project path is a path relative to a project directory. A project path can not also refer to the parent directory in the first path component, or point to symbolic links, fifos, sockets and block/character devices.
-
Tiago Gomes authored
The autotools example had to be copied over inside of the junction example, as referring to a path outside of the project directory is now disallowed.
-
Tiago Gomes authored
-
Tiago Gomes authored
-
Tiago Gomes authored
-
Tiago Gomes authored
-
Tiago Gomes authored
-
Tiago Gomes authored
-
Tiago Gomes authored
-
Tiago Gomes authored
-
Tiago Gomes authored
Add validation for project paths See merge request !593
-
Valentin David authored
-
Valentin David authored
This is required to be able to build a Loader before the list of targets is known.
-
Valentin David authored
-
Valentin David authored
-
Valentin David authored
Fixes #331.
-
Valentin David authored
Add support for include in project.conf Closes #331 See merge request !471
-
Fix small error in docs in relation to `get_variable` documentation.
-
Tristan Van Berkom authored
element.py (docs): dashes not underscores for build and install root See merge request !577
-
Mathieu Bridon authored
-
Tristan Van Berkom authored
This is needed to build docs without installing BuildStream.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
o Added feature to allow running shell commands o Removed unused codepaths to launch bst commands through the script, this program is anyway only used to parse and run the session files. o Fixed previous patch to run BuildStream uninstalled with the subprocess module, as running it in the same interpretor causes a bunch of problems.
-
Tristan Van Berkom authored
Since we added support for shell commands in bst2html, this can now be fixed. This is a part of issue #553
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
Build documentation without installing See merge request !605
-
Mathieu Bridon authored
These aren't official yet, but they should work.
-
Mathieu Bridon authored
doc: Mention the Fedora packages See merge request !604
-
James Ennis authored
-
Jonathan Maw authored
Fix two links in the installing docs See merge request !610
-
Tiago Gomes authored
Improve fetchers, builders and pushers documentation. Closes #550.
-
Tiago Gomes authored
PullQueue: fix resource used Closes #550 See merge request !611
-
Add an optional flag to make files executable after having downloaded them. Instead of leaving the permissioning of downloaded file in remote.py up to the user's umask; expressly set permissions to 0644 or 0755 if executable. Bump format version to 13.
-
Tristan Van Berkom authored
remote.py: Add support for marking downloaded files executable See merge request !581
-
Javier Jardón authored
-
Tristan Van Berkom authored
source/install_linux_distro.rst: Make clearer ArchLinux packages available See merge request !613
-
change code style to ini
-
Javier Jardón authored
Include systemd file examples for google-cas cache Closes #419 See merge request !524
-
Javier Jardón authored
-
James Ennis authored
- python-arpy is unobtainable via pacman - Also a minor change to how we display install instructions from Fedora's dnf package manager
-
James Ennis authored
Change install instructions for python-arpy package on Arch See merge request !614
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
cascache.py: modify _required_blobs so non-Directory objects have no dependencies rather than throwing an exception
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
These are necessary to tell if something has previous been pushed. push() returns false if the ref already exists on the remote, so we need another method to verify existence on the remote.
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
This reverts commit e5fdde84.
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
-
Jim MacArthur authored
Showing
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- .gitlab/issue_templates/bst_task.md 3 additions, 3 deletions.gitlab/issue_templates/bst_task.md
- .pylintrc 1 addition, 1 deletion.pylintrc
- HACKING.rst 5 additions, 3 deletionsHACKING.rst
- buildstream/__init__.py 2 additions, 1 deletionbuildstream/__init__.py
- buildstream/__main__.py 17 additions, 0 deletionsbuildstream/__main__.py
- buildstream/_artifactcache/artifactcache.py 1 addition, 1 deletionbuildstream/_artifactcache/artifactcache.py
- buildstream/_artifactcache/cascache.py 156 additions, 91 deletionsbuildstream/_artifactcache/cascache.py
- buildstream/_elementfactory.py 10 additions, 3 deletionsbuildstream/_elementfactory.py
- buildstream/_exceptions.py 12 additions, 1 deletionbuildstream/_exceptions.py
- buildstream/_frontend/app.py 15 additions, 12 deletionsbuildstream/_frontend/app.py
- buildstream/_frontend/widget.py 5 additions, 2 deletionsbuildstream/_frontend/widget.py
- buildstream/_includes.py 128 additions, 0 deletionsbuildstream/_includes.py
- buildstream/_loader/loader.py 58 additions, 42 deletionsbuildstream/_loader/loader.py
- buildstream/_loader/metaelement.py 4 additions, 1 deletionbuildstream/_loader/metaelement.py
- buildstream/_loader/metasource.py 2 additions, 0 deletionsbuildstream/_loader/metasource.py
- buildstream/_options/optionpool.py 8 additions, 5 deletionsbuildstream/_options/optionpool.py
- buildstream/_pipeline.py 3 additions, 38 deletionsbuildstream/_pipeline.py
- buildstream/_platform/linux.py 4 additions, 3 deletionsbuildstream/_platform/linux.py
- buildstream/_platform/platform.py 1 addition, 2 deletionsbuildstream/_platform/platform.py
buildstream/__main__.py
0 → 100644
buildstream/_includes.py
0 → 100644