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

chore: clean up UPGRADE_INFO_11 copy-pasta #8295

Closed
wants to merge 1 commit into from

Conversation

dckc
Copy link
Member

@dckc dckc commented Sep 1, 2023

refs: #8166

Description

UPGRADE_INFO_11 should be empty, as noted in a comment from @mhofman

ARG BOOTSTRAP_MODE UPGRADE_INFO_11='{"coreProposals":["@agoric/builders/scripts/vats/init-network.js"]}'
ENV THIS_NAME=propose-agoric-upgrade-11 UPGRADE_TO=agoric-upgrade-11 UPGRADE_INFO=${UPGRADE_INFO_11} BOOTSTRAP_MODE=${BOOTSTRAP_MODE}
ARG BOOTSTRAP_MODE
ENV THIS_NAME=propose-agoric-upgrade-11 UPGRADE_TO=agoric-upgrade-11
Copy link
Member

Choose a reason for hiding this comment

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

It should still take the arg, just not have a default value.

The default value is being removed in https://github.com/Agoric/agoric-sdk/pull/8287/files#diff-b939489d9628276f8e9dfb17c4d415a4e83668fe8d05af26858ce1870446bea9 so let's just stick with that one.

Copy link
Member Author

Choose a reason for hiding this comment

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

glug glug glug.

I'm over my head here.

@dckc
Copy link
Member Author

dckc commented Sep 1, 2023

abort!

@dckc dckc closed this Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants