You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/12/22 16:55:21 UTC

[GitHub] [cloudstack-cloudmonkey] synergiator opened a new issue #110: How to download cmk in scripts?

synergiator opened a new issue #110:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/110


   To distribute the Cloud Monkey binary, I would prefer an URL which makes sense - or maybe it's time for a distribution via Linux OS package managers?
   
   Copy-pasting release link from this project's page is a redirect to something like this:
   
   ```
   https://objects.githubusercontent.com/github-production-release-asset-2e65be/13641478/f6fab181-7336-4d6b-98a8-d75056b61755?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211222%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211222T165227Z&X-Amz-Expires=300&X-Amz-Signature=50f6cf068658d484709c589c5b45d51baf99ff17ee96802301e24433155f82e4&X-Amz-SignedHeaders=host&actor_id=1834666&key_id=0&repo_id=13641478&response-content-disposition=attachment%3B%20filename%3Dcmk.linux.x86-64&response-content-type=application%2Foctet-stream
   ```


-- 
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: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] synergiator closed issue #110: How to download cmk in scripts?

Posted by GitBox <gi...@apache.org>.
synergiator closed issue #110:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/110


   


-- 
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: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] weizhouapache commented on issue #110: How to download cmk in scripts?

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #110:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/110#issuecomment-999745097


   @synergiator 
   Does the links in following URL work for you ?
   https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0


-- 
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: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] synergiator commented on issue #110: How to download cmk in scripts?

Posted by GitBox <gi...@apache.org>.
synergiator commented on issue #110:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/110#issuecomment-999788329


   @weizhouapache hi - these links are redirects and not working for me. I have adjusted the issue description to emphasize the problem.


-- 
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: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] synergiator commented on issue #110: How to download cmk in scripts?

Posted by GitBox <gi...@apache.org>.
synergiator commented on issue #110:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/110#issuecomment-1009708262


   ok I see :-) this one works:
   
   https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.linux.x86-64
   
   Sorry!


-- 
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: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] synergiator commented on issue #110: How to download cmk in scripts?

Posted by GitBox <gi...@apache.org>.
synergiator commented on issue #110:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/110#issuecomment-1009706195


   @rohityadavcloud  thx for the workaround
   
   @weizhouapache what I do:
   
   ```
   wget https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0
   ls -alh 6.2.0
   -rw-rw-r-- 1 user user 155K Jan 11 09:24 6.2.0
   tail 6.2.0
       </clipboard-copy>
     </div>
   </template>
     </body>
   </html>
   
   ```
   


-- 
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: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #110: How to download cmk in scripts?

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #110:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/110#issuecomment-1002747802


   @synergiator you can ofcourse wget the link, which will handle the redirection. There is a mirror here you can use too: https://dl.yadav.cloud/cmk


-- 
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: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org