This repository was archived by the owner on Mar 13, 2026. It is now read-only.
#282 Add CONAN_REMOVE_OUTDATE_PACKAGES option#353
Open
uilianries wants to merge 11 commits into
Open
Conversation
- The new option will run conan remove <ref> -r <remote> -f --outdated after to upload a package Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
…ools into feature/remove-outdated
Member
Author
|
All conflicts have been solved! |
lasote
suggested changes
Oct 29, 2019
- nose_parametrized is deprecated and has been replaced by parametrized Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Member
Author
|
Ops! It's incompatible with Conan-dev branch:
|
…o feature/remove-outdated
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Member
Author
|
@lasote I've mixed this PR with a fix to support Conan 1.20.0-dev. The |
Contributor
|
Please, extract the fix for the Conan 1.20 to another branch, I'm not sure about this feature, to be honest. |
Member
Author
Done: #419 |
Contributor
|
I think this is still a feature worth considering, what do you all think? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new option will run conan
remove <ref> -r <remote> -f --outdatedafter to upload a package.Changelog: Feature: Remove outdated package after to upload (#282)
closes #282