Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #150 from mazenharake/fix88 | Mark Allen | |
Fix issue #88 | |||
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 | Merge pull request #151 from mazenharake/fix22 | Mark Allen | |
Fix Issue #22 | |||
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 | Merge pull request #146 from colrack/tar_fix | Mark Allen | |
fix extraction of files for some versions of tar | |||
2016-07-12 | fix extraction of files for some versions of tar | Carlo Carraro | |
2016-07-01 | Roll 1.3.01.3.0 | Mark Allen | |
2016-07-01 | Merge pull request #91 from rciorba/fish_support | Radu Ciorba | |
add support for fish shell | |||
2016-06-30 | add support for fish shell | Radu Ciorba | |
2016-06-28 | Roll 1.2.01.2.0 | Mark Allen | |
2016-06-28 | Merge pull request #138 from kerl/apply_patches | Mark Allen | |
Add patches to build older OTP releases | |||
2016-06-25 | Merge pull request #145 from fenollp/patch-1 | Mark Allen | |
grammar fix | |||
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 | Merge pull request #140 from kerl/version | Mark Allen | |
Add a version string and command | |||
2016-06-13 | Merge pull request #144 from kerl/mtc-version-tweak | Mark Allen | |
Tweak usage output for version command | |||
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 | Merge pull request #137 from nalundgaard/curl-o-filename | Mark Allen | |
Improve use of 'curl' in kerl script | |||
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-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 | 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 | 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 |