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

Burn-in constructor version into installers #626

Merged
merged 4 commits into from
Jan 25, 2023
Merged

Conversation

dbast
Copy link
Member

@dbast dbast commented Jan 24, 2023

Description

Having the constructor version burned into the installers allows to better support faulty installers by knowing from which version of constructor they originate from. The version makes it clear if it is a released version or a canary release.

closes #604

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@dbast dbast requested a review from a team as a code owner January 24, 2023 13:05
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Jan 24, 2023
news/626-burn-in-version Outdated Show resolved Hide resolved
constructor/osxpkg.py Outdated Show resolved Hide resolved
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
@dbast dbast mentioned this pull request Jan 25, 2023
2 tasks
Copy link
Contributor

@jaimergp jaimergp left a comment

Choose a reason for hiding this comment

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

Awesome! Thank you so much!

@dbast
Copy link
Member Author

dbast commented Jan 25, 2023

Downloaded all installers and checked them. They all have the data correctly burned-in. On macOS also this works: exiftool ExtraEnvs-X-Windows-x86_64.exe.

@dbast dbast merged commit 1473bec into conda:main Jan 25, 2023
@dbast dbast deleted the store_version branch January 25, 2023 18:17
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Jan 26, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed [bot] added once the contributor has signed the CLA locked [bot] locked due to inactivity
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add constructor metadata to the installers
3 participants