Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-13 | Allow customisation of OTP_GITHUB_URL | sanmiguel | |
2016-05-12 | On deletes, check build name or path | Mark Allen | |
2016-05-11 | Canonicalize $KERL_BASE_DIR | Mark Allen | |
2016-05-11 | Canonicalize during deletes too | Mark Allen | |
2016-05-11 | Canonicalize paths before checking validity | Mark Allen | |
2016-05-04 | Be even more thorough checking paths | Mark Allen | |
- Never assume mkdir returns successfully - Check for bad install locations *before* creating directories - Do not permit the active erlang installation to be deleted - Do not allow someone to delete her home directory ever | |||
2016-05-03 | Check paths before removal/install | Mark Allen | |
2016-05-02 | Fix doc string | Mark Allen | |
2016-05-02 | Make tarball default | Mark Allen | |
2016-05-02 | Use '=' for equality | Mark Allen | |
2016-05-01 | Fix typos | Mark Allen | |
2016-05-01 | Build and install docs from source | Mark Allen | |
2016-04-24 | Bug fixes | Mark Allen | |
2016-04-24 | WIP: Download github tarballs | Mark Allen | |
2016-04-23 | Pull tags from github | Mark Allen | |
2016-04-20 | Make sure we quote the logfile name | Mark Allen | |
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-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 | 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-01-23 | Adapt to new erlang.org markup | Rubén Caro | |
2016-01-10 | Fix most shellcheck warnings/errors | Pierre Fenoll | |
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-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-11-07 | refuse installation in $HOME. | Omer Kilic | |
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 #73 from vlm/patch-1 | khia | |
Fix confusing kerl usage string for `update` | |||
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 | Update kerl to grok KERL_INSTALL_MANPAGES env | Lev Walkin | |
The KERL_INSTALL_MANPAGES is ignored if given in the environment. Fixing that by saving and restoring the KERL_INSTALL_MANPAGES along the rest of the options. By the way, KERL_INSTALL_HTMLDOCS is not reset in the beginning of the file, so no save/restore is necessary for it. Though its an inconsistency due to be fixed... as a separate ticket. | |||
2014-02-01 | Update kerl | Kenji Rikitake | |
* Change get_releases() to accept the new naming scheme of `otp_src_MAJOR.MINOR.PATCH.tar.gz`, where MAJOR, MINOR, PATCH are all decimal letters and some additional letters in `[-0-9A-Za-z_.]` (see OTP-11615 on otp_src_17.0-rc1.tar.gz) |