mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-21 20:51:26 +00:00
module shows incorrect dist tag
This commit is contained in:
parent
1972740141
commit
3138af9c00
@ -524,7 +524,8 @@ class GitImport(Import):
|
|||||||
# dest_branch to be: {dest_branch}-stream-{stream_name}
|
# dest_branch to be: {dest_branch}-stream-{stream_name}
|
||||||
if "stream" in source_branch:
|
if "stream" in source_branch:
|
||||||
dest_branch = self.__get_module_stream_branch_name(source_branch, dest_branch)
|
dest_branch = self.__get_module_stream_branch_name(source_branch, dest_branch)
|
||||||
_dist_tag = f'.module+{_dist_tag}+1010+deadbeef'
|
distmarker = self.dist_tag.lstrip('.')
|
||||||
|
_dist_tag = f'.module+{distmarker}+1010+deadbeef'
|
||||||
|
|
||||||
# Do SCL logic here.
|
# Do SCL logic here.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user