potiuk opened a new pull request, #150:
URL: https://github.com/apache/cloudstack-go/pull/150

   The `Apache RAT Check` workflow downloads apache-rat 0.17 from 
`downloads.apache.org`, which only mirrors *current* releases. 0.17 has since 
aged off that mirror, so the `curl` fetches a ~196-byte error page and the job 
fails at the **Download Apache RAT** step (`gzip: stdin: not in gzip format`, 
exit 2) — before RAT even runs. That fails the check on every PR (e.g. the one 
I'm preparing for the security model), regardless of the actual license state.
   
   This points the download at `archive.apache.org/dist`, the permanent home 
for all ASF releases, so the tarball resolves regardless of release age. No 
version bump — apache-rat 0.17 and the existing `.rat-excludes` are unchanged.
   
   Generated-by: Claude Code
   


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