rebar_lock_deps_plugin icon indicating copy to clipboard operation
rebar_lock_deps_plugin copied to clipboard

make-snapshot action, to make hard copies of project with all deps.

Open avnik opened this issue 10 years ago • 2 comments

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.

avnik avatar May 28 '14 01:05 avnik

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.

seth avatar May 28 '14 21:05 seth

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.

avnik avatar May 28 '14 21:05 avnik