Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-21 | Fix invalid symlinks when KERL_BUILD_DOCS=true | Jeff Hlywa | |
2016-07-21 | Change path priotiy in activate.fish | Federico Carrone | |
2016-07-20 | Roll 1.3.21.3.2 | Mark Allen | |
2016-07-20 | Disallow installations to previously installed locations | Mazen Harake | |
2016-07-20 | Fix issue #88 | Mazen Harake | |
kerl prompt now correctly displays the intended version | |||
2016-07-19 | Merge pull request #149 from mazenharake/promptfrmt | Mark Allen | |
Add support for customized prompt for activated installations | |||
2016-07-19 | Fix Issue #22 | Mazen Harake | |
Exit script if $HOME variable is empty or not set. | |||
2016-07-18 | Add support for customized prompt for activated installations | Mazen Harake | |
2016-07-16 | Roll 1.3.11.3.1 | Mark Allen | |
2016-07-16 | Merge pull request #148 from mazenharake/fix53 | Mark Allen | |
Fix Issue #53 | |||
2016-07-16 | Fix Issue #53 | Mazen Harake | |
Show configuration warnings after running configuration | |||
2016-07-12 | fix extraction of files for some versions of tar | Carlo Carraro | |
2016-06-30 | add support for fish shell | Radu Ciorba | |
2016-06-28 | Merge pull request #138 from kerl/apply_patches | Mark Allen | |
Add patches to build older OTP releases | |||
2016-06-25 | Update kerl | Pierre Fenoll | |
2016-06-13 | Merge pull request #142 from kerl/gh141 | Mark Allen | |
Do not assume writes to list_add/remove succeed | |||
2016-06-13 | Tweak usage output for version command | sanmiguel | |
2016-05-25 | Do not assume writes to list_add/remove succeed | Mark Allen | |
If the otp_builds or otp_installations files in $KERL_BASE_DIR are unwritable kerl will falsely report a successful action. Now exit from the script with a return code of 1. | |||
2016-05-24 | Add a version string/command | Mark Allen | |
2016-05-23 | Add beam_makeops patches | Mark Allen | |
2016-05-23 | Merge branch 'apply_patches' of github.com:/kerl/kerl into apply_patches | Mark Allen | |
2016-05-23 | WIP: Patch for javadoc, fix OS X compiler patch | Mark Allen | |
2016-05-23 | WIP: Inline patches | Mark Allen | |
2016-05-23 | WIP: Apply patches for OTP source | Mark Allen | |
2016-05-23 | WIP: Patch for javadoc, fix OS X compiler patch | Mark Allen | |
2016-05-23 | use 'curl -q' in 'get_tarball_releases()' | Nicholas Lundgaard | |
This bypasses processing `~/.curlrc`, eliminating the chance that options set in that file may result in errant, unexpected behavior from this curl call. | |||
2016-05-23 | make kerl use 'curl -o $filename ...' when downloading files | Nicholas Lundgaard | |
Instead of piping output to a file, use curl's '-o' option. This change is intended to work around a problem I encountered where I had `-w "\n"` in my `~/.curlrc` file, which caused these commands to produce output that failed the md5 checks. | |||
2016-05-22 | WIP: Inline patches | Mark Allen | |
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 | WIP: Apply patches for OTP source | 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 | Github tags before OTP 17 use underscore | 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-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 | 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 | |