abderrahim commented on code in PR #1903: URL: https://github.com/apache/buildstream/pull/1903#discussion_r1547977400
########## src/buildstream/plugins/sourcemirrors/default.py: ########## @@ -0,0 +1,30 @@ +from typing import Optional, Dict, List, Any, TYPE_CHECKING + +from buildstream import SourceMirror, MappingNode, SequenceNode, SourceMirrorError + + +class AliasesSourceMirror(SourceMirror): + BST_MIN_VERSION = "2.1" # temporary Review Comment: We already have a [bst-2.1 branch](https://github.com/apache/buildstream/tree/bst-2.1). It's just a matter of making a tag. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
