Commits on Source 9
-
Angelos Evripiotis authored
-
Angelos Evripiotis authored
cli.py: add a hint about '--' to 'bst shell' help See merge request !1078
-
Tristan Van Berkom authored
With out this, empty directories in the refs/heads directory just grow unconditionally.
-
Tristan Van Berkom authored
Enhance the test which checks removal of the extract directories with an additional check that the ref directories are cleaned up when removing artifacts.
-
Tristan Van Berkom authored
When used in a child process in BuildStream, this should be used instead of tempfile.NamedTemporaryFile() directly, otherwise we fail to cleanup the file on SIGTERM.
-
Tristan Van Berkom authored
The direct usage of tempfile.TemporaryDirectory() and tempfile.NamedTemporaryFile() here causes leakage of any temporary data when the process operating on temporary data is terminated with SIGTERM. Using the utilities ensures that trash is not left behind in ~/.cache/buildstream/artifacts/tmp when the user terminates BuildStream with ^C.
-
Tristan Van Berkom authored
CASCache cleanup improvements See merge request !1087
-
`remove_artifact_from_cache` used a hard-coded path to remove artifacts, which wasn't sufficient for integration tests.
-
This happened when bst is invoked with --message-lines 0 or --error-lines 0, and was arguably a little too verbose (the user explicitly asked us not to show them any lines, after all). Fixes #779