This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/prereleases
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard 957860e74 pluginoriginpip: allow prereleases
add 5805c5b4f NEWS: Prepare for 2.5.0 release
add a847a7788 Empty commit to work around a potential versioneer bug
add 5b9a47388 requirements: Update astroid to 3.3.7 to fix lint on Python
3.13
add 9923ee437 ci: Update images
add 4b62c4eca Merge pull request #2023 from apache/jbilleter/docker-images
add ae3e0cd52 _context.py: Add `effective_build_max_jobs` helper
add 54cfb70ff Enable local execution in buildbox-casd to support nested
execution
add e587aa21b sandbox: Add support for `remote-apis-socket`
add c78a1847e tests/integration/sandbox.py: Add test for
`remote-apis-socket`
add d3c64483f Merge pull request #2014 from apache/jbilleter/nested-reapi
add 2273e7a85 README.rst: Fix GitHub workflow badge to show status
add d62a313e1 Merge pull request #2027 from
kieran-ryan/kieran-ryan/fix-readme-workflow-badge
add 380342de6 pluginoriginpip: allow prereleases
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (957860e74)
\
N -- N -- N refs/heads/abderrahim/prereleases (380342de6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/common.env | 2 +-
.github/compose/ci.docker-compose.yml | 10 +++----
.github/run-ci.sh | 2 +-
.github/workflows/ci.yml | 2 +-
NEWS | 33 ++++++++++++++++++++++
README.rst | 2 +-
doc/source/format_declaring.rst | 18 ++++++++++++
requirements/dev-requirements.txt | 2 +-
src/buildstream/_cas/casdprocessmanager.py | 20 ++++++++++---
src/buildstream/_context.py | 9 ++++++
src/buildstream/_project.py | 11 +-------
src/buildstream/sandbox/_config.py | 30 ++++++++++++++++++--
src/buildstream/sandbox/_sandboxbuildboxrun.py | 7 +++++
src/buildstream/sandbox/_sandboxreapi.py | 3 ++
.../{build-arch.bst => remote-apis-socket.bst} | 5 ++--
tests/integration/sandbox.py | 11 ++++++++
16 files changed, 138 insertions(+), 29 deletions(-)
copy tests/integration/project/elements/sandbox/{build-arch.bst =>
remote-apis-socket.bst} (55%)