Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: support spaces in path and TMPDIR | David Kalnischkies | 2015-12-19 | 1 | -2/+2 |
| | | | | | | | This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore | ||||
* | Fix SmartConfigure to ignore ordering of packages that are already valid | Michael Vogt | 2014-07-29 | 1 | -0/+11 |
With the change of SmartConfigure() in git commit 42d51f the ordering code was trying to re-order dependencies, even when at this point in time this was not needed. Now it will first check all targets of the given dependency and only if there is not a good one try to reorder and unpack/configure as needed. Closes: LP: #1347721 |