This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/fix-tests
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
discard 8ff0efb .github/run-ci.sh: remove extra quotes
add c0d0670 tests/testutils/artifactshare.py: Use 127.0.0.1 instead of
localhost for CAS server tests
add eabb5d8 Merge pull request #1620 from
apache/tristan/fix-cas-cache-tests
add 72c3c61 element.py, buildelement.py: Remove prepare() method and
related mechanics
add d344772 buildelement.py: Removing obsolete warning
add 0284079 tests/frontend/buildcheckout.py: Remove obsolete test case
add 201d0d7 sandbox.py: Remove `artifact` parameter from
`Sandbox.mark_directory()`
add 1bd428d Merge pull request #1617 from
apache/tristan/sandbox-run-cleanup
add cc590a6 tox.ini: Update bst-plugins-external ref to pass CI
add 66c2681 Merge pull request #1622 from apache/tristan/fix-plugins-ci
add c17ff0d .github/run-ci.sh: remove extra quotes
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 (8ff0efb)
\
N -- N -- N refs/heads/abderrahim/fix-tests (c17ff0d)
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:
src/buildstream/buildelement.py | 113 ++++++++++-----------
src/buildstream/element.py | 74 +-------------
src/buildstream/plugins/elements/autotools.py | 5 -
src/buildstream/plugins/elements/manual.py | 5 -
src/buildstream/sandbox/_sandboxbuildboxrun.py | 3 +-
src/buildstream/sandbox/_sandboxreapi.py | 3 +-
src/buildstream/sandbox/sandbox.py | 14 +--
src/buildstream/scriptelement.py | 4 +-
tests/frontend/buildcheckout.py | 14 ---
tests/frontend/overlaps/plugins/overlap.py | 2 +-
.../frontend/project/elements/install-to-build.bst | 4 -
.../project/elements/installed-to-build.bst | 11 --
.../files/build-files/buildstream/build/test | 1 -
tests/testutils/artifactshare.py | 2 +-
tox.ini | 2 +-
15 files changed, 64 insertions(+), 193 deletions(-)
delete mode 100644 tests/frontend/project/elements/install-to-build.bst
delete mode 100644 tests/frontend/project/elements/installed-to-build.bst
delete mode 100644
tests/frontend/project/files/build-files/buildstream/build/test