aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-02-17Ignore vim swapfilesbugfixMark Allen
2017-02-17Fix string compare, java detection, version stringMark Allen
2017-02-12Roll 1.4.11.4.1Mark Allen
2017-02-12Merge pull request #181 from kerl/fix-build_pltMark Allen
Attempt a more accurate way to get apps for dialyzer PLT building
2017-02-12Merge pull request #180 from kerl/mtc-fix-read-kerl-config-storage-filenameMark Allen
Fix syntax for fetching old sum
2017-02-11Attempt a more accurate way to get apps for dialyzer PLT buildingfix-build_pltsanmiguel
2017-02-05Fix syntax for fetching old summtc-fix-read-kerl-config-storage-filenamesanmiguel
2017-02-05Roll 1.4.01.4.0Mark Allen
2017-02-05Merge pull request #176 from kerl/gh170Mark Allen
Assert perl exists before builds (#170)
2017-02-05Merge pull request #178 from kerl/improve-readmeMark Allen
Improve readme
2017-02-05Merge pull request #179 from kerl/mtc-env-var-fixesMark Allen
Fix handling of KERL_INSTALL_HTMLDOCS and KERL_PROMPT
2017-02-05Fix handling of KERL_INSTALL_HTMLDOCS and KERL_PROMPTsanmiguel
We had no handling for KERL_INSTALL_HTMLDOCS being set in the shell properly, as KERL_INSTALL_MANPAGES is handled There was a typo in the use of KERL_PROMPT in CSH activate scripts
2017-02-05Don't bother splitting long lines - it's not worth the noisesanmiguel
2017-02-05Modernise and improve READMEsanmiguel
We were missing docs on some of the variables available for configuration Update example usage and sample output to more modern examples Add a section about using OTP_GITHUB_URL
2017-02-05Merge pull request #177 from kerl/configsanmiguel
Store build configuration in a file
2017-02-05Add basic build option printoutMark Allen
2017-02-02Store build configuration in a fileconfigMark Allen
This change implements storing the build configuration in a file which can later be compared to a potentially new configuration which might trigger the need to re-run the OTP configuration steps. We also copy the build configuration into the installation directory so that at some future time we can write or enhance a command which shows the build configuration. Addresses #162 #158
2017-02-02Assert perl exists before builds (#170)gh170Mark Allen
Perl 5 is required to compile Erlang from source. It's used (among other things) to assemble BEAM opcodes, NIF jump tables and more. We now assert perl exists on the PATH before we proceed to build Erlang or test for Perl's version string. We also now test for Java before we try to find its version. Java is not required to compile Erlang though, so we don't output any warnings or errors if its not found.
2017-01-26Merge pull request #174 from kerl/gh102sanmiguel
Unset ERL_TOP before kerl executes (#102)
2017-01-26Unset ERL_TOP before kerl executes (#102)Mark Allen
2016-12-19Merge pull request #168 from sanmiguel/mtc-fix-get_otp_versionMark Allen
Allow an underscore-prefixed alphanum suffix to the OTP version
2016-12-16Merge pull request #169 from kerl/mtc-revert-aa237c7Mark Allen
Revert "Remove extraneous 's'"
2016-12-15Revert "Remove extraneous 's'"mtc-revert-aa237c7sanmiguel
This reverts commit aa237c72060e64a98b0e8a3b3be475387c73f53e.
2016-12-09Greatly simplify regex usedsanmiguel
2016-12-07Allow an underscore-prefixed alphanum suffix to the OTP versionsanmiguel
This helps supporting custom forks of OTP e.g. basho/otp
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