rebar_lock_deps_plugin
rebar_lock_deps_plugin copied to clipboard
Helper scripts to use with rebar
Hi! Please could I request that you tag this repository, as there have been a few improvements since 3.1.0 was tagged. Thanks! @sanmiguel
Consider a directory layout like this: ``` apps/lexer/rebar.config parser/rebar.config codegen/rebar.config deps/*/rebar.config rel/ rebar.config ``` The top-level `rebar.config` specifies `{sub_dirs, ["rel", "apps/*"]}`, and each `rebar.config` has its own set of `deps`....
I write prototype of locking dependency via copy all stuff from deps/ (using git-archive and hashed taken by same way as regular lock-deps do). This code heavy inspired by riak...