-
Notifications
You must be signed in to change notification settings - Fork 1
Exe meta #5
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
Conversation
constructor/nsis/main.nsi.tmpl
Outdated
|
|
||
| # Add frozen marker file if configured | ||
| {%- if env.has_frozen %} | ||
| SetOutPath "{{ env.conda_meta }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SetOutPath shouldn't be necessary since it has already been set to the correct directory for the history file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought the same, but we explicitly do so in other areas like for $INSTDIR so I figured it wouldn't hurt to use the explicitness here either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough. I would dedent this though - right now, these lines have a different indentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dedent is not necessary because this code is inside the setup envs loop.
Co-authored-by: Marco Esters <mesters@anaconda.com>
Co-authored-by: Marco Esters <mesters@anaconda.com>
Description
Provide metadata to easily protect environments (INST-622)
Related tickets:
frozen_environmentsmetadata (INST-635)Checklist - did you ...
newsdirectory (using the template) for the next release's release notes?