juergbi commented on code in PR #1903: URL: https://github.com/apache/buildstream/pull/1903#discussion_r1543322819
########## 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: Do you want to fix this up before merging or what's the plan? Is there an issue with simply creating a 2.2.0.dev0 tag now? -- 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]
