Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port rebar_file_utils to Windows | Juhani Rankimies | 2010-10-27 | 1 | -1/+1 |
| | | | | | | | | Modify rm_rf and cp_r to work when {win32,_} = os:type(). Simplify rm_rf to only accept one filename, directoryname or wildcard. Add unit tests to ensure a similar behaviour on windows and unix. Thanks to tuncer for guidance and feedback. | ||||
* | Tidier improvements | Kostis Sagonas | 2010-10-26 | 1 | -17/+18 |
| | |||||
* | Dialyzer related cleanups | Kostis Sagonas | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | Move version check/enforcement for reltool into rebar_reltool; rebar should ↵ | Dave Smith | 2010-06-22 | 1 | -0/+18 |
| | | | | work (excepting reltool support) with anything as far back as R12, once you've compiled it | ||||
* | Enable target_dir to be passed as command-line parameter | Dave Smith | 2010-06-22 | 1 | -10/+15 |
| | |||||
* | Make sure to apply any file perms when doing a templated file | Dave Smith | 2010-06-21 | 1 | -1/+8 |
| | |||||
* | Escape backslashes prior to escaping the quotes | Dave Smith | 2010-06-21 | 1 | -2/+3 |
| | |||||
* | Fix compiler warnings | Klas Johansson | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | fix call to dict:new (should be dict:from_list) | Andy Gross | 2010-06-16 | 1 | -1/+1 |
| | |||||
* | Fix missing parameter when invoking rebar_utils:sh | Dave Smith | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Refactor of overlay support in reltool extension; adding support for ↵ | Dave Smith | 2010-06-14 | 1 | -110/+155 |
| | | | | | | | templating overlay files --HG-- extra : rebase_source : f042bd65d63dbaf4177f444f66033883bf7522a5 | ||||
* | Look for dirs named erts-vsn when setting up spec for copying files | Dave Smith | 2010-01-14 | 1 | -1/+7 |
| | |||||
* | Rolled back getopt to restore custom variables | Tuncer Ayaz | 2010-01-01 | 1 | -2/+2 |
| | |||||
* | Added vi modeline/emacs local variables to file headers | Tuncer Ayaz | 2009-12-31 | 1 | -0/+2 |
| | |||||
* | Enhanced option parsing with new getopt and made rebar more user friendly | Tuncer Ayaz | 2009-12-31 | 1 | -2/+2 |
| | |||||
* | Deleted trailing whitespace | Tuncer Ayaz | 2009-12-30 | 1 | -7/+7 |
| | |||||
* | Make sure to append overlay files to end of spec; otherwise might be ↵ | Dave Smith | 2009-12-16 | 1 | -1/+1 |
| | | | | overwritten by canonical install | ||||
* | Adding support for overlays | Dave Smith | 2009-12-14 | 1 | -1/+30 |
| | |||||
* | Fixing warning | Dave Smith | 2009-12-14 | 1 | -8/+0 |
| | |||||
* | Adding rudimentary support for creating empty dirs in reltool target | Dave Smith | 2009-12-11 | 1 | -24/+85 |
| | |||||
* | Add ability to forcibly overwrite existing release | Dave Smith | 2009-12-10 | 1 | -1/+14 |
| | |||||
* | Ongoing reltool integration work; now better able to identify issues with ↵ | Dave Smith | 2009-12-03 | 1 | -16/+81 |
| | | | | missing apps in code path | ||||
* | Adding first crack at reltool support | Dave Smith | 2009-12-02 | 1 | -0/+97 |