This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/release-prep in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 6034bb36aad41ef8ea32fc8140bb694360a33d07 Author: Tristan van Berkom <[email protected]> AuthorDate: Wed Dec 11 21:15:43 2024 +0900 sourcemirrors: Adding __init__.py This is needed to properly support all methods of plugin loading, and is used in the `sources` and `elements` modules as well. --- src/buildstream_plugins/sourcemirrors/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/src/buildstream_plugins/sourcemirrors/__init__.py b/src/buildstream_plugins/sourcemirrors/__init__.py new file mode 100644 index 0000000..e69de29
