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

Add message about mambaforge sunsetting #129

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

jaimergp
Copy link
Member

@jaimergp jaimergp commented Aug 9, 2024

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

See https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/

@jaimergp jaimergp requested a review from a team as a code owner August 9, 2024 14:57
ubuntu/mambaforge_deprecation.sh Outdated Show resolved Hide resolved
;;
*)
echo "Sleeping for 300s..."
for i in {1..10}; do print "."; done
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
for i in {1..10}; do print "."; done
for i in {1..300}; do sleep 1; printf "."; done
echo

Did you mean that @hmaarrfk? I applied the suggestion before but I was only seeing the first edit with sleep 300, not this for loop.

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.

2 participants