Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix local upgrade etag handling | Fred Hebert | 2018-04-21 | 1 | -1/+10 |
| | | | | | | Since packages store etags on disk directly, the local install feature can no longer depend on this; we instead port the etag feature back to local providers only. | ||||
* | OTP-21 readiness, Full Unicode support | Fred Hebert | 2017-11-16 | 1 | -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 namespace | Tristan Sloughter | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | check checksum of rebar3 download in local_upgrade provider | Tristan Sloughter | 2015-09-10 | 1 | -4/+14 |
| | |||||
* | fix rebar3 url for upgrade | Tristan Sloughter | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | update completions and docs for command unstable install and upgrade | Tristan Sloughter | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | move local install/upgrade to 'unstable install/upgrade' and print error if ↵ | Tristan Sloughter | 2015-09-10 | 1 | -14/+22 |
| | | | | windows | ||||
* | add providers 'local upgrade' and 'local install' for installing/upgrading | Tristan Sloughter | 2015-09-07 | 1 | -0/+76 |