This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/mirror-plugins
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
omit ee77104 Adding gitlab_lfs_mirror source mirror plugin
omit 0963893 Adding simple_mirror source mirror plugin
omit 64dbf0f src/buildstream_plugins/__init__.py: Bump version
omit e756357 make plugin: Remove bogus since version from the doc string
omit df0ae6c github workflows: Use v4 of upload/download artifact actions
omit 7fdbf88 tests/sources/git.py: Work around weird linting error
add 431326f github workflows: Use v4 of upload/download artifact actions
add d51c36a tests/sources/git.py: Work around weird linting error
add e5c116c CI: Use ubuntu 22.04
add 8cea980 .github/common.env: Update to docker image containing bzr
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
add fbaac4a make plugin: Remove bogus since version from the doc string
add 535b80c src/buildstream_plugins/__init__.py: Bump version
add 785ef35 Adding simple_mirror source mirror plugin
add e75f1b2 Adding gitlab_lfs_mirror source mirror plugin
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 (ee77104)
\
N -- N -- N refs/heads/tristan/mirror-plugins (e75f1b2)
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 | 4 ++--
.github/workflows/ci.yml | 6 +++---
.github/workflows/merge.yml | 4 ++--
tests/bzr_wrapper | 14 ++++++++++++++
tox.ini | 6 ++++--
6 files changed, 26 insertions(+), 10 deletions(-)
create mode 100755 tests/bzr_wrapper