summaryrefslogtreecommitdiff
path: root/src/rebar_reltool.erl
Commit message (Expand)AuthorAgeFilesLines
* Centralize variable resolution; add target_dir variableDave Smith2011-04-101-22/+15
* Add support for template_wildcarding; allows files from many directories to b...Dave Smith2011-04-101-0/+15
* Refactor overlay_vars to enable overrides from command-lineDave Smith2011-04-101-28/+25
* Clean up codeTuncer Ayaz2011-02-061-17/+27
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Apply Tidier suggestionsTuncer Ayaz2011-01-131-6/+8
* Port rebar_file_utils to WindowsJuhani Rankimies2010-10-271-1/+1
* Tidier improvementsKostis Sagonas2010-10-261-17/+18
* Dialyzer related cleanupsKostis Sagonas2010-10-101-1/+1
* Move version check/enforcement for reltool into rebar_reltool; rebar should w...Dave Smith2010-06-221-0/+18
* Enable target_dir to be passed as command-line parameterDave Smith2010-06-221-10/+15
* Make sure to apply any file perms when doing a templated fileDave Smith2010-06-211-1/+8
* Escape backslashes prior to escaping the quotesDave Smith2010-06-211-2/+3
* Fix compiler warningsKlas Johansson2010-06-191-1/+1
* fix call to dict:new (should be dict:from_list)Andy Gross2010-06-161-1/+1
* Fix missing parameter when invoking rebar_utils:shDave Smith2010-06-151-1/+1
* Refactor of overlay support in reltool extension; adding support for templati...Dave Smith2010-06-141-110/+155
* Look for dirs named erts-vsn when setting up spec for copying filesDave Smith2010-01-141-1/+7
* Rolled back getopt to restore custom variablesTuncer Ayaz2010-01-011-2/+2
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
* Enhanced option parsing with new getopt and made rebar more user friendlyTuncer Ayaz2009-12-311-2/+2
* Deleted trailing whitespaceTuncer Ayaz2009-12-301-7/+7
* Make sure to append overlay files to end of spec; otherwise might be overwrit...Dave Smith2009-12-161-1/+1
* Adding support for overlaysDave Smith2009-12-141-1/+30
* Fixing warningDave Smith2009-12-141-8/+0
* Adding rudimentary support for creating empty dirs in reltool targetDave Smith2009-12-111-24/+85
* Add ability to forcibly overwrite existing releaseDave Smith2009-12-101-1/+14
* Ongoing reltool integration work; now better able to identify issues with mis...Dave Smith2009-12-031-16/+81
* Adding first crack at reltool supportDave Smith2009-12-021-0/+97