Commits on Source (18)
-
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.
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
- HACKING.rst 0 additions, 3 deletionsHACKING.rst
- buildstream/__main__.py 17 additions, 0 deletionsbuildstream/__main__.py
- buildstream/_scheduler/queues/pullqueue.py 1 addition, 1 deletionbuildstream/_scheduler/queues/pullqueue.py
- buildstream/_versions.py 1 addition, 1 deletionbuildstream/_versions.py
- buildstream/data/userconfig.yaml 2 additions, 2 deletionsbuildstream/data/userconfig.yaml
- buildstream/element.py 2 additions, 2 deletionsbuildstream/element.py
- buildstream/plugins/sources/remote.py 17 additions, 2 deletionsbuildstream/plugins/sources/remote.py
- doc/Makefile 5 additions, 3 deletionsdoc/Makefile
- doc/bst2html.py 34 additions, 51 deletionsdoc/bst2html.py
- doc/sessions/developing.run 2 additions, 1 deletiondoc/sessions/developing.run
- doc/source/advanced-features/junction-elements.rst 4 additions, 3 deletionsdoc/source/advanced-features/junction-elements.rst
- doc/source/install_linux_distro.rst 14 additions, 2 deletionsdoc/source/install_linux_distro.rst
- tests/sources/remote.py 35 additions, 2 deletionstests/sources/remote.py
- tests/sources/remote/unique-keys/target-custom-executable.bst 8 additions, 0 deletions...s/sources/remote/unique-keys/target-custom-executable.bst
buildstream/__main__.py
0 → 100644