Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-19 | tests: support spaces in path and TMPDIR | David Kalnischkies | |
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 | |||
2014-07-29 | Fix SmartConfigure to ignore ordering of packages that are already valid | Michael Vogt | |
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 |