Skip to content

ansible: mirror _resha.sh changes #3837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2024
Merged

ansible: mirror _resha.sh changes #3837

merged 1 commit into from
Jul 18, 2024

Conversation

richardlau
Copy link
Member

The extra output from the aws commands is causing issues with the release.sh script from nodejs/node (which expects the only output to be the path to the SHASUMS256.txt file).


This is just a mirror of the current _resha.sh that is on the server after @targos @RafaelGSS and I live debugged this while trying to release Node.js 22.5.0.

The current tools/release.sh is capturing the output of the sign command (dist-sign->resha_release.sh->_resha.sh) and was getting confused by the extra output from the aws commands.

Redirecting to /dev/null is going to make debugging issues with the r2 upload tricky, but for now this PR is keeping the repository in sync with what is live on the server.

The extra output from the `aws` commands is causing issues with the
`release.sh` script from nodejs/node (which expects the only output
to be the path to the `SHASUMS256.txt` file).
@richardlau richardlau merged commit d4ad79f into nodejs:main Jul 18, 2024
2 checks passed
@richardlau richardlau deleted the r2 branch July 18, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants