summaryrefslogtreecommitdiff
path: root/test/rebar_pkg_SUITE_data/goodpkg-1.0.0.tar
Commit message (Collapse)AuthorAgeFilesLines
* Proper custom pkg index support, some testsFred Hebert2015-05-131-0/+0
- The rebar package index files have been moved off the default path and will require a new `rebar3 update` - Caching of downloaded packages automatically takes place in a path relative to the CDN used - The cache path is not shared with hex as we now write and modify data in there arbitrarily - Basic tests plus the working set for more of them is included