RockteMQ-AI commented on issue #4626:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/4626#issuecomment-5754863588

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed** | Severity: **Medium**
   
   The reported issue has been verified. The `install.sh` script and the 
release pipeline (`scripts/package-release.sh`) disagree on three dimensions:
   
   1. **Asset name**: script expects `rmqctl_<version>_<os>_<arch>.tar.gz`, 
pipeline publishes `rmqctl-<os>-<arch>-<version>.tar.gz` → 404
   2. **Checksum file**: naming mismatch causes `shasum -c` failure
   3. **Archive layout**: script expects `/rmqctl/rmqctl`, but binary is at 
archive root
   
   **Root Cause:** Install script and packaging pipeline were developed 
independently without a shared contract for artifact naming and layout.
   
   **Impact:** The documented `curl | bash` install method is completely 
non-functional. Every stage fails.
   
   **Resolution:** PR #4625 correctly aligns the install script with the 
published artifact format.
   
   ---
   *Automated evaluation by RockteMQ-AI*


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