Commits on Source 17
-
This helps identifying what tests are slow or if the CI got stuck on some of them
-
Javier Jardón authored
.gitlab-ci.yml: Show timing of the 20 slowest tests See merge request !716
-
Benjamin Schubert authored
This was broken again by d14d8ee2, this commits re-applies the fix from 12fea82e
-
Phil Dawson authored
-
Phil Dawson authored
-
Tristan Van Berkom authored
Some whitespace changes to follow the style regarding empty lines between sections.
-
Tristan Van Berkom authored
A preventative measure against people committing the generated html files to the wrong location.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
Fixing some fallout in the workspace documentation additions Closes #553 See merge request !732
-
This main section is just a choice of subsections, lets make this more clear with a single level depth toctree.
-
This is referred to from the artifact install guide, and was previously pointing directly to the source install guide.
-
Instead of having all of this on one page, we now have a much simpler page for installing on distros where BuildStream is packaged and a separate page for installing distro specific system dependencies and installing from source code (either from PyPI or git).
-
This is not ideal as the releases are hardcoded, but I think is better than nothing until we got a solution to automate this This commit was originally by Javier Jardón <jjardon@gnome.org> from merge request !661, and then later reworked into an install guide refactor.
-
Tristan Van Berkom authored
Install guide refactoring See merge request !733
-
This fixes the following: " /home/jjardon/buildstream/buildstream/doc/bst2html.py:32: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Mapping "