Commits on Source (6)
-
This patch partially resolves #700
-
Due to the changed Exception message, this patch also changes the test_parse_size_over_1024T test in misc.py
-
Javier Jardón authored
Add local cache expiry documentation and fix misleading error message when specifying a percentage cache quota Closes #700 See merge request !939
-
Daniel Silverstone authored
Previously, debug messages from `Plugin.__del__()` went to stdout which was a problem for the test suite in extremely rare and hard to predict circumstances. This corrects that by sending the message to stderr where all the rest of the messages tend to go. Signed-off-by:
Daniel Silverstone <daniel.silverstone@codethink.co.uk>
-
Valentin David authored
plugin.py: Redirect DEBUG from `__del__` to `sys.stderr` See merge request !944
-
Benjamin Schubert authored
In some virtual environments, we might not have the binary with the exact python version, which would lead the current pip plugin to fail to find a working pip version. This adds "python" at the start of the list of valid python versions
Showing
- buildstream/_artifactcache/artifactcache.py 13 additions, 6 deletionsbuildstream/_artifactcache/artifactcache.py
- buildstream/plugin.py 2 additions, 1 deletionbuildstream/plugin.py
- buildstream/plugins/sources/pip.py 1 addition, 0 deletionsbuildstream/plugins/sources/pip.py
- doc/source/using_config.rst 38 additions, 0 deletionsdoc/source/using_config.rst
- tests/utils/misc.py 2 additions, 1 deletiontests/utils/misc.py