Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-20 | Update Changelog1.1.1 | Mark Allen | |
2016-05-20 | Merge pull request #136 from kerl/remove_directory_check | Mark Allen | |
Remove path check for deploy | |||
2016-05-18 | Merge branch 'remove_directory_check' of github.com:/kerl/kerl into ↵ | Mark Allen | |
remove_directory_check | |||
2016-05-18 | Remove path check for deploy | Mark Allen | |
2016-05-18 | Account for 'rc' in get_otp_version() | Mark Allen | |
2016-05-17 | Remove path check for deploy | Mark Allen | |
2016-05-17 | Fix get_otp_version() regex | Mark Allen | |
2016-05-16 | Merge pull request #133 from kerl/download_filename | Mark Allen | |
Github tags before OTP 17 use underscore | |||
2016-05-16 | Github tags before OTP 17 use underscore | Mark Allen | |
2016-05-14 | Update Changelog1.1.0 | Mark Allen | |
2016-05-14 | Merge pull request #132 from josevalim/patch-1 | Mark Allen | |
Remove Lion support code and stop setting CFLAGS | |||
2016-05-14 | Merge pull request #130 from kerl/mtc-custom-github-url1.0.1 | Mark Allen | |
Allow a custom Github URL | |||
2016-05-13 | Remove Lion support code and stop setting CFLAGS | José Valim | |
If for some reason they are running on Lion, developers can set CFLAGS on their ~/.kerlrc. Otherwise it is not worth setting CFLAGS and affect the performance of those running on more recent OS X versions. Closes #131 | |||
2016-05-13 | Remove extraneous loglines | sanmiguel | |
These two end up in $KERL_BASE_DIR/otp_releases because of when they get emitted | |||
2016-05-13 | Allow setting KERL_BUILD_BACKEND from config etc | sanmiguel | |
2016-05-13 | Allow customisation of OTP_GITHUB_URL | sanmiguel | |
2016-05-12 | Merge pull request #127 from kerl/check_paths | Mark Allen | |
Be more careful about paths before install and delete operations | |||
2016-05-12 | On deletes, check build name or path | Mark Allen | |
2016-05-11 | Update README | 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-03 | Merge pull request #122 from kerl/git_build1.0 | Mark Allen | |
Support release and tarball retrieval from github | |||
2016-05-02 | Update README | 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 | Merge pull request #126 from kerl/build_local_docs | Mark Allen | |
Build and install docs from source | |||
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 | Merge pull request #121 from kerl/gh1200.9.2 | Mark Allen | |
Address install issues | |||
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-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. |