-
Notifications
You must be signed in to change notification settings - Fork 12
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
DM-49474: Add flag to install a specific rubin-env #334
Conversation
275b804
to
6cc0ab2
Compare
@@ -225,7 +229,7 @@ main() { | |||
if [[ -n $TAG ]]; then | |||
ARGS+=("--file" "${TAG}.env") | |||
else | |||
ARGS+=("rubin-env=${RUBIN_ENV_VERSION}") | |||
ARGS+=("${LSST_RUBIN_ENV_NAME}=${RUBIN_ENV_VERSION}") |
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.
Since bin/deploy is for developers anyway, I guess it's OK that this now allows installation of any conda package instead of rubin-env.
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.
Added some additional checks
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.
My only comment is whether -R is a good flag or not. Otherwise this looks good to me
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.
-V instead?
1c2af78
to
fbbc786
Compare
fbbc786
to
d239030
Compare
9f40aa9
to
acda278
Compare
No description provided.