potiuk commented on PR #149: URL: https://github.com/apache/cloudstack-go/pull/149#issuecomment-4606290574
Note on the failing **Apache RAT Check** — it's the workflow's RAT-download step, not this PR. The job fetches `apache-rat-0.17-bin.tar.gz` from `downloads.apache.org/creadur/…`, which now returns a ~196-byte error page instead of the tarball (RAT 0.17 has rolled off the live mirror to `archive.apache.org`), so `tar -xzf` fails with `gzip: stdin: not in gzip format` before RAT ever runs. This PR only adds `AGENTS.md` + `SECURITY.md` (both carry license headers), so there's nothing RAT-relevant in the change itself. The same step is failing on the other `cloudstack-*` satellite PRs. Pointing the download at `archive.apache.org/dist/creadur/…` (or bumping to a version still on the live mirror) restores it — happy to open that workflow fix separately if useful. -- 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]
