summaryrefslogtreecommitdiff
path: root/src/rebar_deps.erl
Commit message (Expand)AuthorAgeFilesLines
* Add raw to VsnRegex-Free depJesse Gumm2016-03-201-0/+5
* Support rebar3-style depsJesse Gumm2016-03-201-0/+8
* Introduce REBAR_DEPS_PREFER_LIBS env variable to alter search behaviourMatwey V. Kornilov2016-03-141-14/+37
* deps: fix delete-deps if deps_dir ends with dotPavel Baturko2015-02-031-2/+3
* Fix incorrect "not an app dir" warningTuncer Ayaz2015-01-271-2/+13
* deps: add new clause of format_source functionPavel Baturko2014-10-241-0/+2
* Merge pull request #130 from yamt/ct-fixesTristan Sloughter2014-06-141-0/+1
|\
| * use the effective deps dir instead of hardcoding "deps"YAMAMOTO Takashi2014-05-301-0/+1
* | Add 'p4' (Perforce) as a dependency typeNathaniel Waisbrot2014-03-171-2/+47
|/
* erlc: clean-up, enhance, and regression fix fd17693Tuncer Ayaz2014-03-051-1/+1
* deps: remove undocumented fossil syntaxTuncer Ayaz2013-11-261-4/+0
* Add missing dep examples and fix existing onesTuncer Ayaz2013-11-261-7/+21
* Merge pull request #155 from tuncer/fixesJared Morrow2013-11-261-56/+69
|\
| * rebar_deps: fix overly long linesTuncer Ayaz2013-10-161-39/+50
| * rebar_deps: 'depowner' has to be stored in xconfTuncer Ayaz2013-10-161-7/+9
| * rebar_deps: fix Dialyzer warningTuncer Ayaz2013-10-161-9/+9
| * 'current_command' has to be stored in xconfTuncer Ayaz2013-10-161-1/+1
* | Fix update-deps with certain forms of the {tag, ...} typeAndrew Thompson2013-10-161-1/+1
|/
* Address review comments and add inttest for update-depsAndrew Thompson2013-09-301-1/+1
* Fix skip check for deps not presentAndrew Thompson2013-09-241-6/+10
* Make update-deps honor apps= and skip_apps=Andrew Thompson2013-09-231-1/+14
* Change how update-deps updates a git branchAndrew Thompson2013-09-231-1/+2
* Ignore skip_deps during update-deps as it has no meaning2.1.0-pre2Andrew Thompson2013-09-231-28/+28
* Make update-deps traverse deps breadth-first, top-downAndrew Thompson2013-09-201-10/+88
* Use REBAR_DEPS_DIR if set as location of DEPS dirDave Smith2013-07-021-1/+7
* rebar_deps: fix overlong line introduced in 0b83339Tuncer Ayaz2013-06-271-1/+2
* External deps_dir should have higher priority than the config oneJosé Valim2013-06-181-2/+3
* Update rebar repo urlsTuncer Ayaz2013-03-021-2/+2
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-0/+36
* Merge pull request #293 from Motiejus/skip_depsDave Smith2012-10-311-8/+20
|\
| * Add skip_deps=AppListSeparatedByCommas featureMotiejus Jakštys2012-08-091-8/+20
* | Add support for non-Erlang/OTP (raw) dependenciesAnton Lavrik2012-10-111-13/+47
* | Fix whitespace errorsTuncer Ayaz2012-09-281-1/+2
* | deps: add fossil scm supportMartin Schut2012-09-281-9/+34
* | rebar_deps: fix whitespace errorsTuncer Ayaz2012-09-151-3/+3
* | Restore ability to specify deps_dir on the command lineYurii Rashkovskii2012-09-151-1/+2
|/
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-1/+1
* rebar_deps: use xconf for deps_dirTuncer Ayaz2012-07-231-7/+9
* Do not use application:set_envTuncer Ayaz2012-07-231-39/+41
* Remove shared stateTuncer Ayaz2012-07-131-108/+123
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-1/+1
* Add rsync as another option to fetch dependenciesNick Vatamaniuc2012-05-141-8/+20
* Remove alt_url support in favor of new featuresTuncer Ayaz2012-05-131-16/+1
* Fix #209 (Reported-by: Bjorn Bylander)Tuncer Ayaz2012-04-041-1/+7
* Add support for alternate dependency urlsAdam Schepis2012-03-311-1/+16
* Add missing newline for logging code path updateTuncer Ayaz2012-01-131-1/+1
* Treat HEAD as a branch to fix regressions caused by 3ef7db5Bob Ippolito2011-11-161-4/+4
* Remove gratuitous space in debug logTuncer Ayaz2011-11-091-1/+1
* Allow plugins to participate in pre and post processingTim Watson2011-10-201-0/+1
* Export $REBAR_DEPS_DIR and $ERL_LIBS variablesAnton Lavrik2011-09-021-0/+13