Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dialyzer warnings in scm client vsn checks | Tuncer Ayaz | 2010-09-29 | 1 | -12/+9 |
| | |||||
* | Fix dialyzer warning for filename:join/2 calls | Tuncer Ayaz | 2010-09-29 | 1 | -2/+2 |
| | |||||
* | Added support for checking out tags from git | Benjamin Nortier | 2010-09-15 | 1 | -2/+8 |
| | |||||
* | Fix bug 499; do not delete dependencies that are not in the deps/ directory | Dave Smith | 2010-08-20 | 1 | -2/+4 |
| | |||||
* | fix get-deps on win32 | Juhani Rankimies | 2010-08-04 | 1 | -4/+4 |
| | |||||
* | Change semantics of skip_deps=true such that deps still get pre/post ↵ | Dave Smith | 2010-06-21 | 1 | -6/+11 |
| | | | | processed, just not actually run | ||||
* | Stuffed in a global for deps dir. | Russell Brown | 2010-06-12 | 1 | -2/+16 |
| | | | | | | *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. | ||||
* | Make delete-deps a bit smarter | Dave Smith | 2010-06-11 | 1 | -1/+15 |
| | |||||
* | Re-add support for delete-deps | Dave Smith | 2010-06-09 | 1 | -3/+5 |
| | |||||
* | Re-add support for skip_deps | Dave Smith | 2010-06-09 | 1 | -3/+8 |
| | | | | | --HG-- extra : rebase_source : bd95812644fc600e7439f40d68259687e1bf9073 | ||||
* | Heavy-duty refactor to support truly transitive dependencies | Dave Smith | 2010-06-09 | 1 | -126/+97 |
| | | | | | --HG-- extra : rebase_source : 41c7f1c337a7cb63582aecd7b87ba998b40ba3aa | ||||
* | fix hg and git clone commands for when repo does not exactly match ↵ | Bob Ippolito | 2010-05-11 | 1 | -2/+2 |
| | | | | application name | ||||
* | Add a global config option skip_deps which when present will cause ↵ | David Reid | 2010-04-29 | 1 | -1/+7 |
| | | | | 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. | ||||
* | Refactoring app file access to be via rebar_app_utils in prep for supporting ↵ | Dave Smith | 2010-04-28 | 1 | -7/+5 |
| | | | | .app.src | ||||
* | Verify that we work with minimal git of 1.5 | Dave Smith | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Tested mercurial checkout down to 1.1 | Dave Smith | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Support older, more deployed version of mercurial | Dave Smith | 2010-04-14 | 1 | -3/+3 |
| | |||||
* | Adding check-deps and helper target for compilation | Dave Smith | 2010-03-25 | 1 | -0/+19 |
| | |||||
* | Revamp deps system to NOT pull down deps automatically. You must now use ↵ | Dave Smith | 2010-03-16 | 1 | -34/+67 |
| | | | | pull-deps explicitly | ||||
* | Support for downloading deps via bzr. | David Reid | 2010-03-05 | 1 | -1/+10 |
| | |||||
* | Support downloading deps via SVN. | David Reid | 2010-03-04 | 1 | -4/+11 |
| | |||||
* | A bit of consolidation of version checking for scm clients; adding support ↵ | Dave Smith | 2010-01-07 | 1 | -29/+32 |
| | | | | for git | ||||
* | Ensure we have the correct hg version | iw | 2010-01-06 | 1 | -5/+25 |
| | |||||
* | Merging w/ bitbucket | Dave Smith | 2009-12-31 | 1 | -0/+2 |
|\ | |||||
| * | Added vi modeline/emacs local variables to file headers | Tuncer Ayaz | 2009-12-31 | 1 | -0/+2 |
| | | |||||
* | | Adding basic distclean functionality to deps | Dave Smith | 2009-12-31 | 1 | -8/+42 |
|/ | |||||
* | Got basic retrieval of deps from hg sorta working; minor refactoring of ↵ | Dave Smith | 2009-12-30 | 1 | -8/+131 |
| | | | | rebar_utils:sh interface | ||||
* | First basic pass at deps | Dave Smith | 2009-12-29 | 1 | -1/+25 |
| | |||||
* | Adding placeholder for dep mgmt | Dave Smith | 2009-12-25 | 1 | -0/+36 |