rebar_lock_deps_plugin
rebar_lock_deps_plugin copied to clipboard
make-snapshot action, to make hard copies of project with all 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 Makefile. Code still need some care from me (add testing, and may be add checking/enforcement all repos to be committed/pushed), but I think I reach point where I need review from someone.
Thanks for posting this! I will make an effort to review in the next couple of days. The idea of using git archive sounds very interesting.
On Wed, May 28, 2014 at 02:01:45PM -0700, Seth Falcon wrote:
Thanks for posting this! I will make an effort to review in the next couple of days. The idea of using git archive sounds very interesting.
Idea was completely borrowed from riak toplevel makefile.