rohityadavcloud commented on code in PR #9450:
URL: https://github.com/apache/cloudstack/pull/9450#discussion_r1692752045


##########
debian/rules:
##########
@@ -85,7 +85,8 @@ override_dh_auto_install:
        rm -rf 
$(DESTDIR)/usr/share/$(PACKAGE)-management/templates/systemvm/md5sum.txt
 
        # Bundle cmk in cloudstack-management
-       wget 
https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.3.0/cmk.linux.x86-64
 -O $(DESTDIR)/usr/bin/cmk
+       CMK_REL=$(curl -s  
"https://api.github.com/repos/apache/cloudstack-cloudmonkey/tags"; | jq -r 
'.[0].name')

Review Comment:
   I'll see if I can use wget but the response is a json so `jq` would be nice 
to have.



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