Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-19 | If a build fails, tail the logfile automatically | Mark Allen | |
2016-04-19 | Go back to just --with-ssl for configure | Mark Allen | |
2016-04-19 | Rewrite get_newest_valid_release more simply | Mark Allen | |
2016-04-15 | Merge pull request #118 from kerl/yrashk-patch-1 | Evax Software | |
Fix links in the README | |||
2016-04-15 | Fix links | Yurii Rashkovskii | |
2016-04-13 | Merge pull request #46 from mryufeng/master0.9.1 | Mark Allen | |
make _get_comp_words_by_ref more strong | |||
2016-04-13 | Merge pull request #115 from ten0s/master | Mark Allen | |
Use dot instead of source | |||
2016-04-13 | Merge pull request #116 from yrashk/fix_env_vars | sanmiguel | |
Allow env vars to override default values | |||
2016-04-13 | Merge pull request #117 from mrallen1/darwin15-ssl | Mark Allen | |
If using OS X El Capitan, try to add OpenSSL | |||
2016-04-13 | If using OS X El Capitan, try to add OpenSSL | Mark Allen | |
2016-04-13 | Make sure we treat all env/config vars equally | sanmiguel | |
2016-04-13 | Do not clear ENV config vars | Ignas Vyšniauskas | |
According to the docs it is possible to configure kerl both by using `.kerlrc` and passing ENV variables from the command-line, i.e. KERL_INSTALL_MANPAGES=yes ./kerl install <build> <path> However the ENV vars were being cleared/overriden, so you could only use `.kerlrc`. This fixes it. | |||
2016-04-11 | Use dot instead of source | Dmitry Klionsky | |
In Ubuntu /bin/sh is /bin/dash, which doesn't support the source command. | |||
2016-04-06 | Merge pull request #101 from erszcz/build-plt0.9 | Mark Allen | |
Build a Dialyzer PLT when installing a build | |||
2016-04-06 | Merge pull request #99 from kunthar/grep-fix | Mark Allen | |
pcre grep errors fix in mac os | |||
2016-04-06 | Merge pull request #106 from fenollp/shellcheck-fixes | Mark Allen | |
Fix most shellcheck warnings/errors | |||
2016-04-06 | Merge pull request #105 from fenollp/patch-1 | Mark Allen | |
Update README.md | |||
2016-01-23 | Merge pull request #107 from rubencaro/master0.8 | Yurii Rashkovskii | |
Adapt to new erlang.org markup | |||
2016-01-23 | Adapt to new erlang.org markup | Rubén Caro | |
2016-01-10 | Fix most shellcheck warnings/errors | Pierre Fenoll | |
2016-01-10 | Update README.md | Pierre Fenoll | |
2015-08-27 | Merge pull request #96 from essen/patch-1 | Yurii Rashkovskii | |
Update links: spawngrid -> yrashk | |||
2015-08-27 | Merge pull request #100 from lavrin/fix-kerl-install-manpages | Yurii Rashkovskii | |
Check for env var value to be non-zero, not its name | |||
2015-07-03 | Print PLT status | Radek Szymczyszyn | |
2015-07-03 | Build a Dialyzer PLT when installing a build | Radek Szymczyszyn | |
2015-07-03 | Deduplicate some installation steps | Radek Szymczyszyn | |
2015-07-03 | Check for env var value to be non-zero, not its name | Radek Szymczyszyn | |
2015-06-25 | pcre grep errors fix in mac os | Gokhan Boranalp | |
pcre grep errors fix in mac os. see here: http://erlang.org/pipermail/erlang-questions/2014-April/078526.html | |||
2015-05-08 | Update links: spawngrid -> yrashk | Loïc Hoguin | |
2015-01-07 | Merge pull request #92 from orien/darwin_fix | Yurii Rashkovskii | |
Fix Darwin LLVM detection | |||
2015-01-07 | trailing white space | Orien Madgwick | |
2015-01-07 | Don't print to stderr | Orien Madgwick | |
`gcc --version` prints defaust configuration to STDERR. It's confusing because it conflicts with the configuration set in KERL_CONFIGURE_OPTIONS. Let's not show it. | |||
2015-01-07 | Search for `llvm` in a case insensitive way. | Orien Madgwick | |
Later versions now use CAPs | |||
2014-12-22 | Merge pull request #90 from legoscia/patch-1 | Yurii Rashkovskii | |
Fix README.md typos | |||
2014-12-22 | Fix README.md typos | Magnus Henoch | |
s/OTOP/OTP/ | |||
2014-11-08 | Merge pull request #87 from omerk/master | Yurii Rashkovskii | |
Refuse installation in $HOME | |||
2014-11-07 | refuse installation in $HOME. | Omer Kilic | |
2014-05-08 | Merge pull request #75 from spawngrid/issue_72 | khia | |
Remove release from otp_builds on 'delete build' in case when build dire... | |||
2014-04-30 | Remove release from otp_builds on 'delete build' in case when build ↵ | ILYA Khlopotov | |
directory is missing | |||
2014-04-28 | Merge pull request #74 from macintux/jrd-fix-curl | khia | |
Fix raw path for kerl download | |||
2014-04-28 | Merge pull request #73 from vlm/patch-1 | khia | |
Fix confusing kerl usage string for `update` | |||
2014-04-26 | Github apparently changed the hostname for downloads | John Daily | |
2014-04-26 | Update kerl | Lev Walkin | |
2014-04-18 | Make sure final release is after release candidates | ILYA Khlopotov | |
2014-04-18 | Fix confusing kerl usage string for `update` | Lev Walkin | |
[lwalkin@lwalkin:~]> ./kerl update usage: ./kerl <releases> should be: [lwalkin@lwalkin:~]> ./kerl update usage: ./kerl update releases This patch fixes that. | |||
2014-04-15 | We don't need first sed since cut would return lines without delimeter | ILYA Khlopotov | |
2014-04-15 | Fix order of sed commands in the pipeline when we return list of releases | ILYA Khlopotov | |
2014-04-14 | Support new erlang's release naming convention when we get list of releases | ILYA Khlopotov | |
2014-04-11 | Follow redirects | ILYA Khlopotov | |
2014-04-07 | Merge pull request #65 from vlm/patch-1 | khia | |
Update kerl to grok KERL_INSTALL_MANPAGES env |