-
Notifications
You must be signed in to change notification settings - Fork 6
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
Manage packages #58
base: master
Are you sure you want to change the base?
Manage packages #58
Conversation
@muryanto1 thanks for this, few question, what about packages with multiple channels? e.g "main" and "nightly", is there a way for us to know this? |
if there's no way it's ok, let's make sure we do not have any nightly/main or nightly/v80 or this sort anywhere. Also we might want our default to ask before removing any file. |
…prompt user before really removing, unless '--no_prompt' option is specified
I added support for specifying multiple channels, and by default it will prompt user before really removing, unless '--no_prompt' option is specified. |
I don't know if you guys are aware of this already, but some package versions have been removed that some E3SM software relies on (specifically cdp 1.4.1). I would recommend being very careful about removing packages from the anaconda channel. |
@xylar, yes I've noticed that. My plan is to release a version of
|
I have been testing the script that I added using my cdat/label/linatest channel...so I do not know what happened to those deleted cdp packages. |
Okay, no problem. It may be unrelated. I just wanted to be sure you were careful about which packages get deleted because obviously some over-zealous removal has happened recently. |
I opened #59 so it doesn't get confused with this PR. |
Adding 'remove_anaconda_pkgs.py' script for removing anaconda packages that are older than certain time.