Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-18 | Disable R15B03-1 for now - it errors on MacOS on Travis for some TBD reason | sanmiguel | |
2017-02-18 | Re-add wx - maybe that's the cause of failure? | sanmiguel | |
2017-02-18 | :space_invader: cc @fenollp | sanmiguel | |
2017-02-18 | Disable wx; enable more erlang versions | sanmiguel | |
2017-02-18 | Try to activate an erlang, test that crypto works and deactivate it | sanmiguel | |
2017-02-18 | Use ./kerl not kerl | sanmiguel | |
2017-02-18 | Use new 'kerl path foo' command to figure out install to delete | sanmiguel | |
2017-02-18 | Merge branch 'get_active_path-cli' into enable-travis-ci | sanmiguel | |
2017-02-18 | Extend bash completion for 'kerl path'get_active_path-cli | sanmiguel | |
2017-02-18 | Add kerl path to zsh completions | sanmiguel | |
2017-02-18 | Flesh out 'kerl path' | sanmiguel | |
2017-02-17 | First pass at some of 'kerl path' | sanmiguel | |
WIP, lots TODO | |||
2017-02-16 | Add 'kerl path' subcommand | sanmiguel | |
Re #185 - [x] add `path` subcommad | |||
2017-02-12 | Better way to get path to installation | sanmiguel | |
2017-02-12 | Fix path to install dir when removing installation | sanmiguel | |
This is a bit nasty, and could be improved by #185 | |||
2017-02-12 | it's 'delete installation' not 'delete install'... | sanmiguel | |
2017-02-12 | Add more build steps to clean env | sanmiguel | |
2017-02-12 | Tweak install name | sanmiguel | |
Cut back on erlang versions in matrix while testing | |||
2017-02-12 | Extend time given for build to 20mins | sanmiguel | |
https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received | |||
2017-02-12 | Add 18.3 to erlang versions to test | sanmiguel | |
2017-02-12 | Add .travis.yml first draft | sanmiguel | |
2017-02-12 | Roll 1.4.11.4.1 | Mark Allen | |
2017-02-12 | Merge pull request #181 from kerl/fix-build_plt | Mark Allen | |
Attempt a more accurate way to get apps for dialyzer PLT building | |||
2017-02-12 | Merge pull request #180 from kerl/mtc-fix-read-kerl-config-storage-filename | Mark Allen | |
Fix syntax for fetching old sum | |||
2017-02-11 | Attempt a more accurate way to get apps for dialyzer PLT buildingfix-build_plt | sanmiguel | |
2017-02-05 | Fix syntax for fetching old summtc-fix-read-kerl-config-storage-filename | sanmiguel | |
2017-02-05 | Roll 1.4.01.4.0 | Mark Allen | |
2017-02-05 | Merge pull request #176 from kerl/gh170 | Mark Allen | |
Assert perl exists before builds (#170) | |||
2017-02-05 | Merge pull request #178 from kerl/improve-readme | Mark Allen | |
Improve readme | |||
2017-02-05 | Merge pull request #179 from kerl/mtc-env-var-fixes | Mark Allen | |
Fix handling of KERL_INSTALL_HTMLDOCS and KERL_PROMPT | |||
2017-02-05 | Fix handling of KERL_INSTALL_HTMLDOCS and KERL_PROMPT | sanmiguel | |
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-05 | Don't bother splitting long lines - it's not worth the noise | sanmiguel | |
2017-02-05 | Modernise and improve README | sanmiguel | |
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-05 | Merge pull request #177 from kerl/config | sanmiguel | |
Store build configuration in a file | |||
2017-02-05 | Add basic build option printout | Mark Allen | |
2017-02-02 | Store build configuration in a fileconfig | Mark 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-02 | Assert perl exists before builds (#170)gh170 | Mark 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-26 | Merge pull request #174 from kerl/gh102 | sanmiguel | |
Unset ERL_TOP before kerl executes (#102) | |||
2017-01-26 | Unset ERL_TOP before kerl executes (#102) | Mark Allen | |
2016-12-19 | Merge pull request #168 from sanmiguel/mtc-fix-get_otp_version | Mark Allen | |
Allow an underscore-prefixed alphanum suffix to the OTP version | |||
2016-12-16 | Merge pull request #169 from kerl/mtc-revert-aa237c7 | Mark Allen | |
Revert "Remove extraneous 's'" | |||
2016-12-15 | Revert "Remove extraneous 's'"mtc-revert-aa237c7 | sanmiguel | |
This reverts commit aa237c72060e64a98b0e8a3b3be475387c73f53e. | |||
2016-12-09 | Greatly simplify regex used | sanmiguel | |
2016-12-07 | Allow an underscore-prefixed alphanum suffix to the OTP version | sanmiguel | |
This helps supporting custom forks of OTP e.g. basho/otp | |||
2016-11-20 | Remove extraneous 's' | Mark Allen | |
Close #167 | |||
2016-10-13 | Roll 1.3.41.3.4 | Mark Allen | |
2016-10-13 | Merge pull request #166 from kerl/gh83 | Mark Allen | |
Exit if curl fails; download if archive 0 sized | |||
2016-10-12 | Merge pull request #165 from essen/fix-deactivate-freebsd | Mark Allen | |
Use a more portable way to put PATH back to normal | |||
2016-10-11 | Exit if curl fails; download if archive 0 sized | Mark 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-11 | Use a more portable way to put PATH back to normal | Loïc Hoguin | |