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 2021/10/28 14:08:59 UTC

[GitHub] [rocketmq] dyrnq opened a new issue #3441: wrong asc file with url https://archive.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.asc

dyrnq opened a new issue #3441:
URL: https://github.com/apache/rocketmq/issues/3441


   The issue tracker is **ONLY** used for bug report(feature request need to follow [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)). Keep in mind, please check whether there is an existing same report before your raise a new one.
   
   Alternately (especially if your communication is not a bug report), you can send mail to our [mailing lists](http://rocketmq.apache.org/about/contact/). We welcome any friendly suggestions, bug fixes, collaboration and other improvements.
   
   Please ensure that your bug report is clear and that it is complete. Otherwise, we may be unable to understand it or to reproduce it, either of which would prevent us from fixing the bug. We strongly recommend the report(bug report or feature request) could include some hints as the following:
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   ```bash
   wget https://archive.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.asc
   ```
   
   - What did you expect to see?
   ```bash
   download the PGP signature (.asc file) file
   ```
   
   - What did you see instead?
   ```bash
   download the rocketmq-all-4.9.2-bin-release.zip not the asc file
   ```
   
   2. Please tell us about your environment:
   ```bash
   wget
   ```
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   2. Provide any additional detail on your proposed use case for this feature.
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   
   4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
   
   - [sub-task1-issue-number](example_sub_issue1_link_here): sub-task1 description here, 
   - [sub-task2-issue-number](example_sub_issue2_link_here): sub-task2 description here,
   - ...
   


-- 
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@rocketmq.apache.org

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



[GitHub] [rocketmq] RongtongJin commented on issue #3441: wrong asc file with url https://archive.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.asc

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #3441:
URL: https://github.com/apache/rocketmq/issues/3441#issuecomment-955118740


   The file is replaced.


-- 
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@rocketmq.apache.org

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



[GitHub] [rocketmq] RongtongJin commented on issue #3441: wrong asc file with url https://archive.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.asc

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #3441:
URL: https://github.com/apache/rocketmq/issues/3441#issuecomment-954386298


   @dyrnq This is correct asc file
   ```
   -----BEGIN PGP SIGNATURE-----
   Version: GnuPG v2.0.22 (GNU/Linux)
   
   iQIcBAABAgAGBQJhe1ljAAoJEEmRaObzKi1GnmEP/3mfHNeOMDCt9blUVi1Hz4j0
   wGY9fU+LGYHZD3ifprINyRpoRJ/WgENUd/IAjr8Tsu4ucGzMPZb/Cm41o6tiR+eO
   c7WrN5e24264zr0GYeqnJn5rgJ7fDzGtDs8EEyQgqn5VT08wDIr8zct1y7pUGeeT
   rC+tgt1ysXxzh3r7nRcjbPm+r+pgH8kMkEAiXcKkWlWNSEwId2Sn/QbfvCFLIxmV
   wnmTVvLArYd0cQsCtsrKFYsvJWAEq07XOdcelIq7zGP/Cql4f9G0hPpX3/jcfNtR
   wXzUdDoWwmGlmKXvtn9m9LU8+I5ys0BDgh68tCL1MBGBZJMpa8NGzXekOdyMAYjn
   CuSbAvQ/ENHxoISj/s9WPN74+57TeR0avlaBp/5q8Je3c+gzQpFmR/Q2yl6Anzgc
   /jitnIN8a3ciSRLCvVidFBkWKWr/J6sTzKh6SNr6pJEk2Dqc4a582G5WkRwuj1A8
   zjX0encXxYnuvmgq9TrLfLe5dCzwAvOaSahTSoTRlLZk9tzz9o3lLVZoCSVIWGwN
   49mB8XDIgw0r1T/p77xkv9Av7mB3W56F0sm7OsXQjZQnK4yE6dS6FEDNYXC0W6AQ
   bEG2kafsq9GCRjpPKhmhRA2m7hxwO+U1XopMh66w5iUz//UedBYxZxzltert7To4
   xudESYtqqExKCpSkLXuZ
   =KtQT
   -----END PGP SIGNATURE-----
   ```
   We will upload the file ASAP.


-- 
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@rocketmq.apache.org

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



[GitHub] [rocketmq] RongtongJin closed issue #3441: wrong asc file with url https://archive.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.asc

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #3441:
URL: https://github.com/apache/rocketmq/issues/3441


   


-- 
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@rocketmq.apache.org

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



[GitHub] [rocketmq] duhenglucky commented on issue #3441: wrong asc file with url https://archive.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.asc

Posted by GitBox <gi...@apache.org>.
duhenglucky commented on issue #3441:
URL: https://github.com/apache/rocketmq/issues/3441#issuecomment-954339587


   @dyrnq Thank you very much, there is indeed a problem as you mentioned, we will start a repackage with the community.
   
   


-- 
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@rocketmq.apache.org

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