Adam Schepis
03a026f38f
Add support for alternate dependency urls
This change adds the ability to use alternate urls for downloading
dependencies. To make use of alternate urls run:
rebar get-deps alt_urls=true
преди 13 години
Tuncer Ayaz
cab1671ea0
Add missing newline for logging code path update
преди 13 години
Bob Ippolito
a54dd53673
Treat HEAD as a branch to fix regressions caused by 3ef7db5
преди 13 години
Tuncer Ayaz
147d5e3b56
Remove gratuitous space in debug log
преди 13 години
Tim Watson
86325b616d
Allow plugins to participate in pre and post processing
This patch modifies rebar_core to allow plugins to participate in the
pre and post processing steps, giving plugin authors more flexibility
and control.
преди 13 години
Anton Lavrik
7b90cc4707
Export $REBAR_DEPS_DIR and $ERL_LIBS variables
Export two extra environment variables when executing shell commands.
These variables are useful for rebar hooks that rely on Erlang
applications installed as rebar dependencies.
$REBAR_DEPS_DIR contains a fully-qualified name of the directory where
rebar stores dependencies.
$ERL_LIBS is set to $REBAR_DEPS_DIR or to "$REBAR_DEPS_DIR:$ERL_LIBS",
if $ERL_LIBS was defined before.
преди 14 години
Tuncer Ayaz
c3a4ed292e
Clean up and fix vcs functions and logging
преди 13 години
Ben Ellis
3ef7db59cb
Add support for checking out specific git commit
преди 13 години
Tuncer Ayaz
45f44c2166
Fix {git,Url} support (Reported-by: Garrett Smith)
преди 14 години
Dave Smith
85eb2957c3
Add list-deps command
преди 14 години
Tuncer Ayaz
fa38ed64cc
Simplify find_dep_in_dir
преди 14 години
Tuncer Ayaz
85e820096d
Fix comments
преди 14 години
Christopher Brown
0a603435f5
honor local deps before code path
преди 14 години
David Reid
3241165ced
Support 2 forms of implicit HEAD for git
In git origin/HEAD is a pointer to the default branch. This patch
allows two alternatives to explicitly specifying "HEAD" in git VC specs.
The first is a 2 arity form {git, Url} and the second is {git, Url, ""}
which worked in pre-update-deps rebars.
преди 14 години
Tuncer Ayaz
63de05d914
Clean up code
преди 14 години
Tuncer Ayaz
c466076ffb
Clean up emacs file local variables
преди 14 години
Tuncer Ayaz
e4036cbe56
Apply Tidier suggestions
преди 14 години
Tuncer Ayaz
422beee324
Return more descriptive dependency errors
преди 14 години
Juhani Rankimies
52ca7795fe
Unify executable invocation
Add flags to rebar_utils:sh to control output and error handling.
Replace calls to os:cmd with calls to rebar_utils:sh.
преди 14 години
Tuncer Ayaz
d8e50e8c2d
Implement update-deps and disable auto update
преди 14 години
Tuncer Ayaz
07269ebdb9
Add VCS dir check for bzr and svn
преди 14 години
Dave Smith
3e12630f23
Check for VCS directory before attempting source update.
преди 14 години
Adam Kocoloski
8118083122
Return descriptive errors from is_app_available()
преди 14 години
Misha Gorodnitzky
064195dc5a
Fix git tag and branch dependency handling
Change git downloads and updates to not create branches and fix git
tag handling.
преди 14 години
Anders
c604d85ed5
Create ebin directory if it is missing for deps
преди 14 години
Kostis Sagonas
7dc76d578e
Tidier improvements
преди 14 години
David Reid
968ef1cc77
First pass at updating dependencies (svn, hg, bzr untested)
преди 14 години
Kostis Sagonas
e024778599
Dialyzer related cleanups
преди 14 години
Tuncer Ayaz
2f1d527ef1
Fix bug 676
The previous fix to relax the regex was insufficient.
This is basically the diff proposed by Bryan Fink with
the difference of using 'C' instead of 'en_US'.
преди 14 години
Tuncer Ayaz
0a05775eed
Make SVN version matching locale agnostic
Reported-by: Manuel Duran Aguete <manuel@aguete.org>
преди 14 години
Tuncer Ayaz
e33285aeaf
Fix dialyzer warnings in scm client vsn checks
преди 14 години
Tuncer Ayaz
d590c18b5a
Fix dialyzer warning for filename:join/2 calls
преди 14 години
Benjamin Nortier
ed8ecf751f
Added support for checking out tags from git
преди 14 години
Dave Smith
ce74846e4e
Fix bug 499; do not delete dependencies that are not in the deps/ directory
преди 14 години
Juhani Rankimies
de716e1852
fix get-deps on win32
преди 14 години
Dave Smith
ad7a494bde
Change semantics of skip_deps=true such that deps still get pre/post processed, just not actually run
преди 15 години
Russell Brown
7d6f04b42f
Stuffed in a global for deps dir.
*If* there is a deps_dir tuple in the root rebar.config then
that is used globally as the deps dir. This is to stop dependencies for dependencies being
created in a different deps_dir even if the sub dependency so specifies.
преди 15 години
Dave Smith
8f9300124e
Make delete-deps a bit smarter
преди 15 години
Dave Smith
6efd2516ce
Re-add support for delete-deps
преди 15 години
Dave Smith
a86cb0b4fa
Re-add support for skip_deps
--HG--
extra : rebase_source : bd95812644
преди 15 години
Dave Smith
3df1d4292a
Heavy-duty refactor to support truly transitive dependencies
--HG--
extra : rebase_source : 41c7f1c337
преди 15 години
Bob Ippolito
fc58d12820
fix hg and git clone commands for when repo does not exactly match application name
преди 15 години
David Reid
b85c0b4515
Add a global config option skip_deps which when present will cause dependencies not to be added to the list of directories to process, useful for ./rebar skip_deps=true eunit so that you don't run the tests of every dependency.
преди 15 години
Dave Smith
c19b8ac003
Refactoring app file access to be via rebar_app_utils in prep for supporting .app.src
преди 15 години
Dave Smith
8f85d70897
Verify that we work with minimal git of 1.5
преди 15 години
Dave Smith
aea6f66939
Tested mercurial checkout down to 1.1
преди 15 години
Dave Smith
7218213d1c
Support older, more deployed version of mercurial
преди 15 години
Dave Smith
84f5108e17
Adding check-deps and helper target for compilation
преди 15 години
Dave Smith
be6bb20c59
Revamp deps system to NOT pull down deps automatically. You must now use pull-deps explicitly
преди 15 години
David Reid
a29da71aac
Support for downloading deps via bzr.
преди 15 години