summaryrefslogtreecommitdiff
path: root/src/rebar_appups.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #273 from cybergrind/appups_fixFred Hebert2015-05-121-1/+1
|\
| * Use target_dir as source of new version in generate-appupsKirill Pinchuk2014-05-301-1/+1
* | Use rebar_utils:find_files_by_ext/2,3Tomas Abrahamsson2015-01-241-2/+2
* | Fix OS X resource fork handling (Reported-by: Richard O'Keefe)Tuncer Ayaz2014-07-251-1/+1
|/
* Allow specification of module dependencies for appupsRobert Newson2013-09-201-17/+26
* 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-3/+4
* Remove shared stateTuncer Ayaz2012-07-131-3/+3
* Fix whitespace errorsTuncer Ayaz2012-01-131-1/+1
* get_reltool_release_info now expects consulted datajoewilliams2011-07-121-1/+1
* skip appup generation for new app in releaseAndrew Gopienko2011-07-111-0/+2
* Merge pull request #90 from smarkets/upgrade-fixesJoe Williams2011-07-011-8/+12
|\
| * look for new and old versions in the target parentSteven Gravell2011-07-011-8/+12
* | default module appup instruction -> load_moduleSteven Gravell2011-07-011-1/+1
|/
* Apply Tidier suggestionsTuncer Ayaz2011-06-021-11/+6
* Better org. of how upgraded apps are determinedjoewilliams2011-05-241-16/+35
* Fix bug that causes appup generation to failjoewilliams2011-03-031-19/+19
* Ignore app files not in ebinjoewilliams2011-02-251-4/+4
* Clean up trailing whitespacejoewilliams2011-02-171-2/+2
* Clean up rebar_appups and rebar_upgradejoewilliams2011-02-171-14/+8
* Fix generate-appups regression (atom vs list)joewilliams2011-02-161-1/+1
* Add 'generate-appups' commandjoewilliams2011-02-151-0/+185