Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-11 | commit: rephrase the error messages more understandable | Timo Teräs | 1 | -1/+1 | |
fixes #10703 (cherry picked from commit 8a794021c42baf8e1c12ae5e8e8313b66443002e) | |||||
2013-06-19 | upgrade: new option: --latest (-l) | Timo Teräs | 1 | -0/+15 | |
Select latest version of package (if it is not pinned), and print error if it cannot be installed due to other dependencies. Together with --available, it selects the latest package which is present at least in some repository. This also fixes few solver issues with ordering of package selection that got quite apparent with this flag. Namely, we cannot "lock" a package until it's reverse dependencies are locked or not all of the solver flags are propagated properly. |