summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: shell(): Require sources only for build shellsjuerg/shell-sysrootJürg Billeter2020-04-251-1/+1
* Remove bst shell --sysrootJürg Billeter2020-04-257-130/+49
* Merge branch 'tristan/min-version' into 'master'Tristan Van Berkom2020-04-24217-331/+508
|\
| * NEWS: Adding note about breaking change format-version -> min-versionTristan Van Berkom2020-04-251-0/+3
| * doc/source/format_project.rst: Documenting "min-version"Tristan Van Berkom2020-04-251-17/+24
| * doc/source/hacking/writing_plugins.rst: Remove some docs about format-versionTristan Van Berkom2020-04-251-15/+0
| * Remove documentation references to format_versionTristan Van Berkom2020-04-2510-108/+12
| * Replace format-version with min-versionTristan Van Berkom2020-04-25205-191/+469
|/
* Merge branch 'juerg/test-timeouts' into 'master'bst-marge-bot2020-04-243-4/+4
|\
| * tests/format/variables.py: Increase timeout for test_cyclic_variablesjuerg/test-timeoutsJürg Billeter2020-04-241-1/+1
| * tests/testutils/constants.py: Increase pexpect timeoutsJürg Billeter2020-04-241-2/+2
| * setup.cfg: Increase pytest default timeoutJürg Billeter2020-04-241-1/+1
|/
* Merge branch 'bschubert/fix-manpages' into 'master'bst-marge-bot2020-04-2325-35/+37
|\
| * types.py: Add a __str__ to PipelineSelection to fix man pagesbschubert/fix-manpagesBenjamin Schubert2020-04-2325-35/+37
|/
* Merge branch 'bschubert/no-warnings' into 'master'bst-marge-bot2020-04-233-45/+58
|\
| * tests: Correctly handle resources when opening files in testsbschubert/no-warningsBenjamin Schubert2020-04-232-42/+50
| * filetypegenerator.py: Close socket after usageBenjamin Schubert2020-04-231-3/+8
|/
* Merge branch 'bschubert/fix-mktemp-usage' into 'master'bst-marge-bot2020-04-233-15/+16
|\
| * tests: Stop using tmpdir_factory.mkdtemp("")bschubert/fix-mktemp-usageBenjamin Schubert2020-04-233-15/+16
|/
* Merge branch 'juerg/centos-7.7' into 'master'Jürg Billeter2020-04-221-4/+4
|\
| * .gitlab-ci.yml: Update to CentOS 7.7juerg/centos-7.7Jürg Billeter2020-04-221-4/+4
|/
* Merge branch 'juerg/temporary-failure' into 'master'bst-marge-bot2020-04-211-3/+3
|\
| * _exceptions.py: Propagate `temporary` to the base classjuerg/temporary-failureJürg Billeter2020-04-211-3/+3
|/
* Merge branch 'seanborg/buildstream-seanborg/documentation-typos'Jürg Billeter2020-04-212-2/+2
|\
| * Fix typo namspaceing -> namespacingSean Borg2020-04-212-2/+2
|/
* Merge branch 'tristan/remove-old-version-annotations' into 'master'bst-marge-bot2020-04-217-59/+12
|\
| * doc/source/hacking/coding_guidelines.rst: Adjusting "Since" guidelines.Tristan Van Berkom2020-04-211-4/+4
| * src: Removing all pre 2.x "Since" documentation annotations.Tristan Van Berkom2020-04-216-55/+8
|/
* Merge branch 'tristan/fix-doc-builds' into 'master'bst-marge-bot2020-04-212-4/+12
|\
| * doc/Makefile: Ensure we error out if bst2html.py fails.Tristan Van Berkom2020-04-211-3/+10
| * tox.ini: Use new ostree plugin for generating documentation.Tristan Van Berkom2020-04-211-1/+2
|/
* Merge branch 'tristan/pip-source-3.8' into 'master'bst-marge-bot2020-04-201-0/+1
|\
| * pip source plugin: Add support for python 3.8tristan/pip-source-3.8Tristan Van Berkom2020-04-201-0/+1
|/
* Merge branch 'juerg/artifact-blob-not-found' into 'master'bst-marge-bot2020-04-2010-74/+180
|\
| * tests/frontend/push.py: Add test_push_after_rebuildjuerg/artifact-blob-not-foundJürg Billeter2020-04-203-1/+74
| * _artifact.py: Don't cache the proto of incomplete artifactsJürg Billeter2020-04-201-10/+14
| * _casbaseddirectory.py: Fix temp file permissions in open_file()Jürg Billeter2020-04-201-0/+2
| * _cas/cascache.py: Drop unused contains_file()Jürg Billeter2020-04-201-12/+0
| * _artifact.py: Don't consider an artifact cached if logs are missingJürg Billeter2020-04-201-12/+7
| * _cas/cascache.py: Add contains_files() methodJürg Billeter2020-04-201-5/+17
| * tests/frontend/pull.py: Add test_pull_missing_blob_split_shareJürg Billeter2020-04-201-29/+63
| * cascache.py: Add allow_partial parameter to fetch_blobs()Jürg Billeter2020-04-204-15/+9
| * _artifactcache.py: Handle BlobNotFound error in pull()Jürg Billeter2020-04-201-0/+5
| * _artifactcache.py: Fix misleading log message when pulling artifactsJürg Billeter2020-04-201-2/+1
|/
* Merge branch 'juerg/tar-hardlinks' into 'master'Jürg Billeter2020-04-202-3/+8
|\
| * tests/internals/cascache.py: Increase sleep duration to fix flaky testJürg Billeter2020-04-201-2/+2
| * tests/sources/tar.py: Fix flaky test_out_of_basedir_hardlinksjuerg/tar-hardlinksJürg Billeter2020-04-201-1/+6
|/
* Merge branch 'tristan/user-guide-refactor' into 'master'Tristan Van Berkom2020-04-18147-806/+4781
|\
| * doc/source/sessions-stored: Refreshing built session filestristan/user-guide-refactorTristan Van Berkom2020-04-1753-683/+2180
| * doc/source/conf.py: Update copyright yearTristan Van Berkom2020-04-171-1/+1