summaryrefslogtreecommitdiff
path: root/src/rebar_fetch.erl
Commit message (Expand)AuthorAgeFilesLines
* improve error messages for packages by checking its existance before fetchingTristan Sloughter2015-08-231-0/+2
* io_lib:format/2 will throw badarg when trying to print rebar_resource:resourc...Stefan Grundmann2015-05-191-1/+1
* add bad_download errorTristan Sloughter2015-05-121-0/+2
* wrap fetch errors in rebar_fetch PRV_ERRORTristan Sloughter2015-05-121-3/+5
* throw errors returned by resource:download/3Tristan Sloughter2015-05-121-12/+22
* Ad-hoc attempt at restructuring pkg cacheFred Hebert2015-05-121-44/+7
* check md5sum of package against that sent by s3Tristan Sloughter2015-05-121-0/+4
* verify checksums of hex packagesTristan Sloughter2015-05-121-11/+37
* store hex package downloads in shared cache dirTristan Sloughter2015-05-121-10/+5
* move resource modules list to rebar_state, no longer staticTristan Sloughter2015-04-041-22/+21
* use rebar_file_utils:mv instead of copy for fetched sourceTristan Sloughter2015-03-031-2/+8
* Support mercurial (hg) dependenciesFred Hebert2015-02-251-1/+2
* replace package management with hex.pmTristan Sloughter2015-02-171-12/+15
* Change mock_pkg_resource to create ebin directoryKelly McLaughlin2015-02-061-6/+1
* Ensure package ebin directory exists prior to adding to code pathKelly McLaughlin2015-02-061-1/+6
* Add packages to code path after installationKelly McLaughlin2015-02-061-0/+1
* print error message for failed fetchTristan Sloughter2014-12-051-2/+7
* only create the apps dir after successful fetchTristan Sloughter2014-12-051-1/+2
* fixes for dialyzer findingsTristan Sloughter2014-11-301-19/+24
* fix lock provider to work anytime it is runTristan Sloughter2014-11-291-39/+27
* support branch/tag/ref-less git depsTristan Sloughter2014-11-051-0/+2
* install test deps to separate directoryTristan Sloughter2014-11-041-1/+6
* add pkg resourceTristan Sloughter2014-11-021-3/+8
* verify checked out dep is the same as specified in the config and update if notTristan Sloughter2014-11-011-3/+17
* dynamicly find module for fullfilling dependencyTristan Sloughter2014-11-011-13/+47
* create rebar_resource behaviour and create git resourceTristan Sloughter2014-10-301-237/+6
* getting closerTristan Sloughter2014-09-261-4/+6
* move locking to a providerTristan Sloughter2014-09-021-8/+10
* remove more code that can be brought back later if neededTristan Sloughter2014-08-301-3/+4
* update package index url and README list of tasksTristan Sloughter2014-08-271-1/+1
* fix up tarball extraction path and parse goal constraintsTristan Sloughter2014-08-251-6/+11
* improved dep handling and add package list taskTristan Sloughter2014-08-241-60/+58
* refactoring and remove unused providers for nowTristan Sloughter2014-08-231-1/+8
* large refactoringTristan Sloughter2014-08-161-0/+247