-
Notifications
You must be signed in to change notification settings - Fork 71
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
#282 Add CONAN_REMOVE_OUTDATE_PACKAGES option #353
base: develop
Are you sure you want to change the base?
Conversation
- The new option will run conan remove <ref> -r <remote> -f --outdated after to upload a package Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
…ools into feature/remove-outdated
All conflicts have been solved! |
- nose_parametrized is deprecated and has been replaced by parametrized Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Ops! It's incompatible with Conan-dev branch:
|
…o feature/remove-outdated
Signed-off-by: Uilian Ries <[email protected]>
@lasote I've mixed this PR with a fix to support Conan 1.20.0-dev. The |
Please, extract the fix for the Conan 1.20 to another branch, I'm not sure about this feature, to be honest. |
Done: #419 |
I think this is still a feature worth considering, what do you all think? |
The new option will run conan
remove <ref> -r <remote> -f --outdated
after to upload a package.Changelog: Feature: Remove outdated package after to upload (#282)
closes #282