This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
from d6d1d98 Merge pull request #81 from
apache/tristan/workaround-broken-ci
add af7c9a4 make plugin: Remove bogus since version from the doc string
add d74f0b0 src/buildstream_plugins/__init__.py: Bump version
add d0d7e82 Adding simple_mirror source mirror plugin
add 6773903 Adding gitlab_lfs_mirror source mirror plugin
new 0aef01c Merge pull request #80 from apache/tristan/mirror-plugins
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/Makefile | 6 +-
doc/source/index.rst | 7 ++
project.conf | 6 ++
setup.py | 4 +
src/buildstream_plugins/__init__.py | 2 +-
src/buildstream_plugins/elements/make.py | 5 --
.../sourcemirrors/gitlab_lfs_mirror.py | 89 ++++++++++++++++++++++
.../sourcemirrors/simple_mirror.py | 59 ++++++++++++++
8 files changed, 171 insertions(+), 7 deletions(-)
create mode 100644 src/buildstream_plugins/sourcemirrors/gitlab_lfs_mirror.py
create mode 100644 src/buildstream_plugins/sourcemirrors/simple_mirror.py