Skip to content

Commit

Permalink
rebar plugin will not try to update dependencies on 'compile' (only o…
Browse files Browse the repository at this point in the history
…n 'get-deps')
  • Loading branch information
yrashk committed May 12, 2011
1 parent bf18c79 commit 8c37f46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified rebar
Binary file not shown.
1 change: 1 addition & 0 deletions src/agner_rebar_plugin.erl
Expand Up @@ -19,6 +19,7 @@ compile(Config, AppFile) ->
agner:start(), agner:start(),
set_indices(Config), set_indices(Config),
agner_main:handle_command(build,[{app, AppFile},{version, "@master"},{quiet, false}, agner_main:handle_command(build,[{app, AppFile},{version, "@master"},{quiet, false},
{nofetch, true},
{addpath, false}, {addpath, false},
{install, false}]), {install, false}]),
agner:stop(). agner:stop().
Expand Down

0 comments on commit 8c37f46

Please sign in to comment.