-
Notifications
You must be signed in to change notification settings - Fork 994
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #3812 Remove cached system_reqs - Add option to remove system_reqs from package cache. Signed-off-by: Uilian Ries <uilianries@gmail.com> * #3812 Add tests for remove --system_reqs - conan remove --system_reqs should remove global requirement folder. - Should we support by package id? Signed-off-by: Uilian Ries <uilianries@gmail.com> * #3812 remove logger from cache Signed-off-by: Uilian Ries <uilianries@gmail.com> * #3812 Update system_reqs description Signed-off-by: Uilian Ries <uilianries@gmail.com> * #3812 --system-reqs can raise error - Conan remove --system-reqs forwards the exception message when an error occurs. - Re-order remove command arguments - Add test to check system-reqs error message Signed-off-by: Uilian Ries <uilianries@gmail.com> * #3812 Remove system-reqs by package id - Add support to parse package reference when `remove --system-reqs -p <ref>` is executed and remove ONLY the cache for the specific package id. Signed-off-by: Uilian Ries <uilianries@gmail.com> * Revert "#3812 Remove system-reqs by package id" This reverts commit 4d3e7fc. * #3812 Ignore errors when remove system-reqs - Package ID is NOT supported for system-reqs - Ignore error, like permission or path not found Signed-off-by: Uilian Ries <uilianries@gmail.com> * #3812 Remove system-reqs can raise errors - Add exception for permission denied and wrong pkg ref - Add new test to check possible errors in system-reqs Signed-off-by: Uilian Ries <uilianries@gmail.com> * #3812 Fix test for Windows platform Signed-off-by: Uilian Ries <uilianries@gmail.com> * #3812 Replace rmtree by rmdir Signed-off-by: Uilian Ries <uilianries@gmail.com>
- Loading branch information
1 parent
c446790
commit 2311d1b
Showing
4 changed files
with
148 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Empty file.
This file contains 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