MacChen01 commented on code in PR #1251:
URL: https://github.com/apache/bigtop/pull/1251#discussion_r1560387718


##########
docker/bigtop-puppet/build.sh:
##########
@@ -29,7 +29,14 @@ fi
 
 PREFIX=$(echo "$1" | cut -d '-' -f 1)
 OS=$(echo "$1" | cut -d '-' -f 2)
+
+# BIGTOP-4082 get the openEuler OS version
+if [ "${OS}" == "openeuler" ];then
+VERSION=$(echo "$1" | cut -d '-' -f 3-5)
+else
 VERSION=$(echo "$1" | cut -d '-' -f 3)
+fi
+

Review Comment:
   After communicatted with the person who in charge of the openeuler OS 
versoin, we got the all version list of 22.03 are:
   22.03-lts-sp1/22.03-lts-sp2/22.03-lts-sp3/22.03-lts-sp4, no other version 
number.



-- 
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]

Reply via email to