You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/09/11 10:00:10 UTC

[GitHub] huanwei opened a new issue #460: About the url of released zip file, and it's folder structure after unzip it.

huanwei opened a new issue #460: About the url of released zip file, and it's folder structure after unzip it.
URL: https://github.com/apache/rocketmq/issues/460
 
 
   I'm working on the Dockerfile for new RocketMQ release 4.3.0 and 4.3.1. But I found two issues:
   
   ## 1)About the url of released zip file
   Before release 4.3.1, we can get the released zip file via:
   ```
   https://dist.apache.org/repos/dist/release/rocketmq/${ROCKETMQ_VERSION}/rocketmq-all-${ROCKETMQ_VERSION}-bin-release.zip
   ```
   But I was not able to get release for 4.3.1:
   ```
   https://dist.apache.org/repos/dist/release/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip
   ```
   ```
   Not Found
   
   The requested URL /repos/dist/release/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip was not found on this server.
   ```
   
   ## 2)About it's folder structure after unzip it
   Before release 4.3.1, the zip file name is `rocketmq-all-${ROCKETMQ_VERSION}-bin-release.zip`, for release 4.3.1, the zip file becomes `rocketmq-rocketmq-all-4.3.1.zip`, I found the folder structure also different with releases 4.3.0 and 4.2.0, after unzip it.
   
   This two issues will make confuse for a long-term Dockerfile maintenance. So can we `solid` the release url and filename, and the files structure? I mean at least to make them keep the same since release 4.2.0.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services