summaryrefslogtreecommitdiff
path: root/src/rebar_upgrade.erl
Commit message (Expand)AuthorAgeFilesLines
* Provide additional debug logging on relup generationLuis Rascão2015-12-131-0/+6
* Merge branch 'fix_upgrade_error' of https://github.com/terrencehan/rebar into...Fred Hebert2014-11-211-6/+11
|\
| * Fix upgrade errorterrencehan2014-06-201-6/+11
* | Manually clean up pathsEvan Vigil-McClanahan2014-08-181-1/+1
|/
* Merge pull request #183 from EchoTeam/generate-upgrade-and-target-dirJared Morrow2014-01-141-5/+3
|\
| * generate-upgrade can now take target_dir argumentsnaky2013-12-031-5/+3
* | Fix issues introduced in #137 (4dfdd72)Manuel Rubio2013-10-161-13/+14
|/
* let vm.args and sys.config as optionalManuel Rubio2013-09-191-6/+16
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-0/+10
* Do not use application:set_envTuncer Ayaz2012-07-231-8/+11
* Remove shared stateTuncer Ayaz2012-07-131-3/+3
* Fix whitespace errorsTuncer Ayaz2012-01-091-16/+25
* Fix Dialyzer warningTuncer Ayaz2012-01-091-4/+7
* On windows, avoid symlink during upgradeMatt Campbell2012-01-091-5/+17
* Better code path handling during upgradesjoewilliams2011-10-171-4/+3
* Copy sys.config into upgrade tarballjoewilliams2011-10-171-0/+5
* More descriptive logging for upgrade systools cmdsjoewilliams2011-10-151-9/+14
* Handle vm.args properly while building upgradesjoewilliams2011-10-051-1/+4
* Get rid of app.configjoewilliams2011-09-201-8/+9
* look for new and old versions in the target parentSteven Gravell2011-07-011-35/+55
* Apply Tidier suggestionsTuncer Ayaz2011-06-021-2/+3
* Clean up trailing whitespacejoewilliams2011-02-171-1/+1
* Clean up rebar_appups and rebar_upgradejoewilliams2011-02-171-59/+37
* Clean up codeTuncer Ayaz2011-02-061-4/+6
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Fix Dialyzer warnings in rebar_upgradeTuncer Ayaz2011-01-291-2/+2
* Add 'generate-upgrade' commandjoewilliams2011-01-271-0/+206