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

feat: add rename infrastructure #1647

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: add rename infrastructure #1647

wants to merge 1 commit into from

Conversation

mistydemeo
Copy link
Contributor

@mistydemeo mistydemeo commented Dec 17, 2024

This prepares us for a future rename:

  • It tries to load a receipt named "dist", in case this is a post-upgrade release;
  • If we load a "cargo-dist" receipt, it sets the internal name to "dist" to ensure that we look for the next release under the correct name.

This shouldn't be merged until we know this is going to be the last pre-rename release.

This requires this axoupdater PR, which adds support for a) loading alternate receipts, and b) overriding the name we parsed from alternate receipts. axodotdev/axoupdater#234 Released; we're using a stable axoupdater now.

@mistydemeo mistydemeo force-pushed the rename-setup branch 3 times, most recently from ed928d6 to ca19770 Compare December 17, 2024 19:48
@mistydemeo mistydemeo mentioned this pull request Dec 17, 2024
11 tasks
This prepares us for a future rename:

* It tries to load a receipt named "dist", in case this is a post-upgrade release;
* If we load a "cargo-dist" receipt, it sets the internal name to "dist" to ensure
  that we look for the next release under the correct name.

This shouldn't be merged until we know this is going to be the last pre-rename release.
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.

1 participant