Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

File System Operations

Files Read

FilePurposeWhenRequired
CACHE/name-version.tarCached packagePackage downloadNo
CACHE/name-version.etagCache validationPackage downloadNo
DEP/rebar.configDep configurationAfter downloadYes
.git/configGit remote URLneeds_update checkFor Git deps

Files Written

FileContentWhenLocation
Package tarballHex packageFirst download~/.cache/rebar3/hex/.../name-version.tar
ETag fileHTTP ETagAfter download~/.cache/rebar3/hex/.../name-version.etag
Dependency filesSource codeAfter download_build/PROFILE/lib/DEPNAME/

Directories Created

DirectoryPurposeWhen
_build/PROFILE/lib/Dependency storageBefore first dep download
_build/PROFILE/lib/DEPNAME/Individual dependencyPer dependency
Temporary directoryStaging areaDuring download
~/.cache/rebar3/hex/REPO/packages/Package cacheFirst Hex download

Directories Removed

DirectoryWhenWhy
Old dep versionBefore moving new versionClean old version
Temporary directoryAfter successful moveCleanup
Failed download tempOn errorCleanup