This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/workaround-broken-ci
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
discard 3589014 tox.ini: Address breaking tox change, now use
"allowlist_externals"
discard 6c805de bzr tests: Munge the PATH variable to escape the tox
virtualenv
add d11c3af tox.ini: Address breaking tox change, now use
"allowlist_externals"
add efa9e90 tox.ini: Conditionally wrap the bzr command if it's present
on the host
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 (3589014)
\
N -- N -- N refs/heads/tristan/workaround-broken-ci (efa9e90)
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:
tests/bzr_wrapper | 14 ++++++++++++++
tests/sources/bzr.py | 16 ++++++----------
tests/testutils/site.py | 2 --
tox.ini | 2 ++
4 files changed, 22 insertions(+), 12 deletions(-)
create mode 100755 tests/bzr_wrapper