Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix path command to consider {deps_dir, "deps"} in rebar.config | zsoci | 2016-05-18 | 1 | -4/+4 |
| | |||||
* | Support all deps & locks in rebar3 path | Fred Hebert | 2016-03-19 | 1 | -2/+6 |
| | | | | | | | | | | By default, the dependency only handled versioned packages and top-level source dependencies, and locks were being ignored. This patch makes it so locks and package deps are being considered, generating full-blown path lists. Should fix #1117 | ||||
* | fix dialyzer warnings | Tristan Sloughter | 2015-09-09 | 1 | -5/+3 |
| | |||||
* | shell completions for `rebar3 path' | alisdair sullivan | 2015-09-07 | 1 | -5/+5 |
| | |||||
* | default to `ebin' for `rebar3 path' command and use single space | alisdair sullivan | 2015-08-31 | 1 | -14/+18 |
| | | | | as default seperator | ||||
* | `rebar3 path' provider | alisdair sullivan | 2015-08-29 | 1 | -0/+123 |
prints requested paths to stdout based on current profile |