summaryrefslogtreecommitdiff
path: root/src/rebar_prv_local_upgrade.erl
Commit message (Collapse)AuthorAgeFilesLines
* OTP-21 readiness, Full Unicode supportFred Hebert2017-11-161-1/+1
| | | | | | | | | | | | This replaces all deprecated function usage by alternative ones based on a version switch enacted at compile time, preventing all warnings. This will likely introduce some possible runtime errors in using a Rebar3 compiled on OTP-20 or OTP-21 back in versions 19 and earlier, but we can't really work around that. A bunch of dependencies have been updated to support OTP-21 without warnings as well.
* move unstable install and upgrade to local namespaceTristan Sloughter2016-01-221-1/+1
|
* check checksum of rebar3 download in local_upgrade providerTristan Sloughter2015-09-101-4/+14
|
* fix rebar3 url for upgradeTristan Sloughter2015-09-101-1/+1
|
* update completions and docs for command unstable install and upgradeTristan Sloughter2015-09-101-1/+1
|
* move local install/upgrade to 'unstable install/upgrade' and print error if ↵Tristan Sloughter2015-09-101-14/+22
| | | | windows
* add providers 'local upgrade' and 'local install' for installing/upgradingTristan Sloughter2015-09-071-0/+76