Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding tests for locks | Fred Hebert | 2015-06-25 | 1 | -11/+23 |
| | |||||
* | Symlink existing default deps when in new profile | Fred Hebert | 2015-04-22 | 1 | -0/+14 |
| | | | | Should fix #360 | ||||
* | Default deps always to the default profile | Fred Hebert | 2015-04-17 | 1 | -2/+65 |
| | | | | | | | | | | | | | | | | When fetching dependencies for the first time using a profile (`rebar3 as prod release` or `rebar3 ct`), the dependencies get fetched into the non-default profile. This has two consequences: - the files get re-downloaded on follow-up runs - the lock file includes incomplete or too many deps in its list This patch forces dependencies in the default profile to be stored in _build/default/lib even when running under other profiles, then symlinks them to the correct one. This makes it so common dependencies in 'default' be downloaded there and avoids re-downloading them. Should also fix the lock issues. | ||||
* | Implement deps conflicts as errors | Fred Hebert | 2015-03-15 | 1 | -4/+39 |
| | | | | | | | | The option {deps_error_on_conflict, true} will make it so conflicts in deps being fetched interrupts the operation rather than just display a warning. Defaults to `false'. | ||||
* | Reuse test code and drop duplicated stuff | Fred Hebert | 2015-02-23 | 1 | -52/+4 |
| | |||||
* | Initial `deps` command | Fred Hebert | 2015-02-16 | 1 | -0/+221 |
| | |||||
* | change name of suite | Tristan Sloughter | 2014-09-01 | 1 | -113/+0 |
| | |||||
* | only build invalid (not built) source deps and project apps | Tristan Sloughter | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | add first test | Tristan Sloughter | 2014-09-01 | 1 | -0/+113 |