Commits on Source 20
-
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
-
change code style to ini