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

DM-49474: Add flag to install a specific rubin-env #334

Merged
merged 3 commits into from
Mar 25, 2025
Merged

Conversation

mwittgen
Copy link
Contributor

No description provided.

@mwittgen mwittgen force-pushed the tickets/DM-49474 branch 2 times, most recently from 275b804 to 6cc0ab2 Compare March 17, 2025 21:54
@mwittgen mwittgen requested review from roceb and ktlim March 17, 2025 22:03
@@ -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}")
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added some additional checks

Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

-V instead?

@mwittgen mwittgen merged commit f3aeaad into main Mar 25, 2025
8 checks passed
@mwittgen mwittgen deleted the tickets/DM-49474 branch March 25, 2025 00:38
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.

3 participants