aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-12-15Revert "Remove extraneous 's'"mtc-revert-aa237c7sanmiguel
This reverts commit aa237c72060e64a98b0e8a3b3be475387c73f53e.
2016-11-20Remove extraneous 's'Mark Allen
Close #167
2016-10-13Roll 1.3.41.3.4Mark Allen
2016-10-13Merge pull request #166 from kerl/gh83Mark Allen
Exit if curl fails; download if archive 0 sized
2016-10-12Merge pull request #165 from essen/fix-deactivate-freebsdMark Allen
Use a more portable way to put PATH back to normal
2016-10-11Exit if curl fails; download if archive 0 sizedMark Allen
If a curl command fails, exit from kerl instead of blindly continuing. Also if an archive has 0 size, try to download it again, even if the file exists. (This is the difference between -f and -s tests in bash.) Closes #83
2016-10-11Use a more portable way to put PATH back to normalLoïc Hoguin
2016-10-07Roll 1.3.31.3.3Mark Allen
2016-10-07Merge pull request #161 from kerl/homebrewMark Allen
Ask homebrew for openssl location if available
2016-10-05Fix typoMark Allen
2016-10-05Check to see if brew is installed and executableMark Allen
2016-10-03Merge pull request #163 from essen/native-libsMark Allen
Clean and re-run configure when --enable-native-libs is used
2016-10-03Clean and re-run configure when --enable-native-libs is usedLoïc Hoguin
The OTP repository contains pre-built BEAM files that will not get recompiled natively unless "make clean" is called first. This commit detects when the --enable-native-libs option is used and runs the appropriate commands. Depending on the source of the code, this will result in the configure step being run twice, as a Makefile is needed before we can do "make clean". Configure will be run once otherwise.
2016-09-30Merge pull request #155 from ZeWaren/c-shells-supportsanmiguel
Add support for C shells.
2016-09-24Ask homebrew for openssl location if availableMark Allen
2016-07-25Merge pull request #156 from mazenharake/fix154Mark Allen
Fix issue #154
2016-07-24Fix issue #154Mazen Harake
2016-07-23Add support for C shells.Erwan Martin
2016-07-22Merge pull request #153 from jhlywa/masterMark Allen
Fix invalid symlinks when KERL_BUILD_DOCS=true
2016-07-21Fix invalid symlinks when KERL_BUILD_DOCS=trueJeff Hlywa
2016-07-22Merge pull request #152 from unbalancedparentheses/patch-1Radu Ciorba
Change path priotiy in activate.fish so that kerl erlang version gets used over the system erlang version
2016-07-21Change path priotiy in activate.fishFederico Carrone
2016-07-20Roll 1.3.21.3.2Mark Allen
2016-07-20Merge pull request #150 from mazenharake/fix88Mark Allen
Fix issue #88
2016-07-20Disallow installations to previously installed locationsMazen Harake
2016-07-20Fix issue #88Mazen Harake
kerl prompt now correctly displays the intended version
2016-07-19Merge pull request #149 from mazenharake/promptfrmtMark Allen
Add support for customized prompt for activated installations
2016-07-19Merge pull request #151 from mazenharake/fix22Mark Allen
Fix Issue #22
2016-07-19Fix Issue #22Mazen Harake
Exit script if $HOME variable is empty or not set.
2016-07-18Add support for customized prompt for activated installationsMazen Harake
2016-07-16Roll 1.3.11.3.1Mark Allen
2016-07-16Merge pull request #148 from mazenharake/fix53Mark Allen
Fix Issue #53
2016-07-16Fix Issue #53Mazen Harake
Show configuration warnings after running configuration
2016-07-12Merge pull request #146 from colrack/tar_fixMark Allen
fix extraction of files for some versions of tar
2016-07-12fix extraction of files for some versions of tarCarlo Carraro
2016-07-01Roll 1.3.01.3.0Mark Allen
2016-07-01Merge pull request #91 from rciorba/fish_supportRadu Ciorba
add support for fish shell
2016-06-30add support for fish shellRadu Ciorba
2016-06-28Roll 1.2.01.2.0Mark Allen
2016-06-28Merge pull request #138 from kerl/apply_patchesMark Allen
Add patches to build older OTP releases
2016-06-25Merge pull request #145 from fenollp/patch-1Mark Allen
grammar fix
2016-06-25Update kerlPierre Fenoll
2016-06-13Merge pull request #142 from kerl/gh141Mark Allen
Do not assume writes to list_add/remove succeed
2016-06-13Merge pull request #140 from kerl/versionMark Allen
Add a version string and command
2016-06-13Merge pull request #144 from kerl/mtc-version-tweakMark Allen
Tweak usage output for version command
2016-06-13Tweak usage output for version commandsanmiguel
2016-05-25Do not assume writes to list_add/remove succeedMark Allen
If the otp_builds or otp_installations files in $KERL_BASE_DIR are unwritable kerl will falsely report a successful action. Now exit from the script with a return code of 1.
2016-05-24Add a version string/commandMark Allen
2016-05-23Add beam_makeops patchesMark Allen
2016-05-23Merge branch 'apply_patches' of github.com:/kerl/kerl into apply_patchesMark Allen