This is an automated email from the ASF dual-hosted git repository. akitouni pushed a commit to branch abderrahim/buildstream-mirrors-merge in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit a8f2a0357519e05681b722b9854b81d9186f5a9e Author: Jürg Billeter <[email protected]> AuthorDate: Sat Mar 16 17:34:36 2024 +0100 fixup! Adding source mirror plugins --- src/buildstream/sourcemirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream/sourcemirror.py b/src/buildstream/sourcemirror.py index 2d2ea8405..e55f7d8f2 100644 --- a/src/buildstream/sourcemirror.py +++ b/src/buildstream/sourcemirror.py @@ -33,7 +33,7 @@ in order to load any custom configuration in the `config` dictionary. The remaining :ref:`Plugin base class abstract methods <core_plugin_abstract_methods>` are not relevant to the SourceMirror plugin object and need not be implemented. -Sources expose the following abstract methods. Unless explicitly mentioned, +SourceMirrors expose the following abstract methods. Unless explicitly mentioned, these methods are mandatory to implement. * :func:`SourceMirror.translate_url() <buildstream.source.SourceMirror.translate_url>`
