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
rebar.lockGet locked versionsStart of stageNo
_checkouts/*/rebar.configCheckout dep configsDuring traversalIf checkout exists
_build/*/lib/*/rebar.configCached dep configsDuring traversalFor already-fetched deps

Files Written

FileContentWhenConditions
rebar.lockLocked dependency versionsEnd of lock providerLocks changed AND default profile

Directories Accessed

  • _checkouts/: Checkout dependencies
  • _build/PROFILE/lib/: Dependency locations
  • Various remote locations for fetching (if needed)