summaryrefslogtreecommitdiff
path: root/src/rebar_deps.erl
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 676Tuncer Ayaz2010-10-021-2/+2
* Make SVN version matching locale agnosticTuncer Ayaz2010-10-021-1/+1
* Fix dialyzer warnings in scm client vsn checksTuncer Ayaz2010-09-291-12/+9
* Fix dialyzer warning for filename:join/2 callsTuncer Ayaz2010-09-291-2/+2
* Added support for checking out tags from gitBenjamin Nortier2010-09-151-2/+8
* Fix bug 499; do not delete dependencies that are not in the deps/ directoryDave Smith2010-08-201-2/+4
* fix get-deps on win32Juhani Rankimies2010-08-041-4/+4
* Change semantics of skip_deps=true such that deps still get pre/post processe...Dave Smith2010-06-211-6/+11
* Stuffed in a global for deps dir.Russell Brown2010-06-121-2/+16
* Make delete-deps a bit smarterDave Smith2010-06-111-1/+15
* Re-add support for delete-depsDave Smith2010-06-091-3/+5
* Re-add support for skip_depsDave Smith2010-06-091-3/+8
* Heavy-duty refactor to support truly transitive dependenciesDave Smith2010-06-091-126/+97
* fix hg and git clone commands for when repo does not exactly match applicatio...Bob Ippolito2010-05-111-2/+2
* Add a global config option skip_deps which when present will cause dependenci...David Reid2010-04-291-1/+7
* Refactoring app file access to be via rebar_app_utils in prep for supporting ...Dave Smith2010-04-281-7/+5
* Verify that we work with minimal git of 1.5Dave Smith2010-04-191-1/+1
* Tested mercurial checkout down to 1.1Dave Smith2010-04-141-1/+1
* Support older, more deployed version of mercurialDave Smith2010-04-141-3/+3
* Adding check-deps and helper target for compilationDave Smith2010-03-251-0/+19
* Revamp deps system to NOT pull down deps automatically. You must now use pull...Dave Smith2010-03-161-34/+67
* Support for downloading deps via bzr.David Reid2010-03-051-1/+10
* Support downloading deps via SVN.David Reid2010-03-041-4/+11
* A bit of consolidation of version checking for scm clients; adding support fo...Dave Smith2010-01-071-29/+32
* Ensure we have the correct hg versioniw2010-01-061-5/+25
* Merging w/ bitbucketDave Smith2009-12-311-0/+2
|\
| * Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
* | Adding basic distclean functionality to depsDave Smith2009-12-311-8/+42
|/
* Got basic retrieval of deps from hg sorta working; minor refactoring of rebar...Dave Smith2009-12-301-8/+131
* First basic pass at depsDave Smith2009-12-291-1/+25
* Adding placeholder for dep mgmtDave Smith2009-12-251-0/+36