Skip to content
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

fix(scripts): Update GitHub release template to document recursive git clean #9634

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

gibson042
Copy link
Member

closes: #9633
refs: #9614

Description

Adds git submodule foreach --recursive git clean -xdf to build instructions in the release template.

Security Considerations

None.

Scaling Considerations

n/a

Documentation Considerations

This PR updates documentation intended for node operators.

Testing Considerations

n/a

Upgrade Considerations

n/a

@gibson042 gibson042 assigned mhofman and iomekam and unassigned mhofman and iomekam Jul 1, 2024
@gibson042 gibson042 requested review from mhofman and iomekam July 1, 2024 20:58
Copy link

cloudflare-workers-and-pages bot commented Jul 1, 2024

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 01383ff
Status: ✅  Deploy successful!
Preview URL: https://70addf3e.agoric-sdk.pages.dev
Branch Preview URL: https://gibson-2024-07-gen-github-re.agoric-sdk.pages.dev

View logs

@@ -156,7 +156,7 @@ Install supported versions of Go, Node.js, and a compiler such as gcc or clang a
cd agoric-sdk
git fetch --all
git checkout $TAG
git clean -xdf
git clean -xdf && git submodule foreach --recursive git clean -xdf
yarn install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to switch to .bin/agd build as well.

And there are other changes I had to make in the release notes, some regarding the upgrade handler name, and some due to state-sync changes.

Copy link
Member

@mhofman mhofman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gibson042 please review my changes and merge as you see fit.

@gibson042 gibson042 added the automerge:rebase Automatically rebase updates, then merge label Sep 12, 2024
gibson042 and others added 2 commits September 12, 2024 16:40
…it clean`

Fixes #9633

Also fixes a reference to the script to include its file extension.
Add information regarding known issues with nvm and Node versions
@gibson042 gibson042 force-pushed the gibson-2024-07-gen-github-release branch from 51afbb2 to 01383ff Compare September 12, 2024 16:40
@mergify mergify bot merged commit 66e4cc0 into master Sep 12, 2024
80 checks passed
@mergify mergify bot deleted the gibson-2024-07-gen-github-release branch September 12, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:rebase Automatically rebase updates, then merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release template build instructions fail to git clean submodules
3 participants