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

fixing deploy->deployers naming arg and folder #13740

Merged

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Apr 20, 2023

Changelog: Fix: Renaming the cache "deploy" folder to "deployers" and allow -d, --deployer cli arg. ("deploy" folder will not break but will warn as deprecated).
Docs: conan-io/docs#3209
Close #13734

deploy = os.path.join(self.cache_folder, EXTENSIONS_FOLDER, "deploy")
if os.path.exists(deploy):
ConanOutput().warning("Use 'deployers' cache folder for deployers instead of 'deploy'",
warn_tag="deprecated")
Copy link
Member

Choose a reason for hiding this comment

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

Yay for another tag usage!

@AbrilRBS AbrilRBS merged commit 85a1b7e into conan-io:release/2.0 Apr 21, 2023
@memsharded memsharded deleted the fix/deployers_folder_and_arg branch April 21, 2023 09:22
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.

Rename "extension/deployers" folder
2 participants