Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-02 | Drop agner support | Yurii Rashkovskii | |
Closes #32 | |||
2012-11-30 | Merge pull request #33 from d0rc/master | Thomas | |
fixes related to grep exit code handling | |||
2012-11-22 | fixing grep exit code handling | d0rc | |
2012-09-06 | Merge pull request #30 from lavrin/update-manpath | Thomas | |
Update $MANPATH on activate/deactivate | |||
2012-09-06 | Update $MANPATH on activate/deactivate | Radosław Szymczyszyn | |
2012-08-05 | Merge pull request #29 from norton/dev | Thomas | |
Add cache support for building from git | |||
2012-08-04 | Add cache support for building from git | Joseph Wayne Norton | |
Clone and re-use Erlang/OTP git repositories. Ensure the locally cached git repository is ready to use before each build by performing a git clean, git reset, git fetch, and git detach. | |||
2012-07-20 | Merge pull request #28 from michaelklishin/master | Yurii Rashkovskii | |
Add a new command: cleanup | |||
2012-07-21 | Add a command that cleans up downloaded archives and build artifacts | Michael S. Klishin | |
2012-07-20 | Merge pull request #27 from Line-Noise/master | Thomas | |
More robust error checking | |||
2012-07-20 | Catch more command exit status values as errors | shane | |
2012-06-29 | Merge pull request #26 from essen/patch-1 | Yurii Rashkovskii | |
Fix grammar in README | |||
2012-06-29 | Fix grammar in README | Loïc Hoguin | |
2012-06-14 | Merge pull request #25 from peerst/master | Thomas | |
Fix md5 handling on FreeBSD. | |||
2012-06-14 | Fix md5 handling on FreeBSD. | Peer Stritzinger | |
FreeBSD also doesn't have md5sum, it has either a command named md5 or openssl in the base system. Added FreeBSD to the list of openssl using OS. | |||
2012-05-14 | Expand the KERL_CONFIGURE_APPLICATIONS example | thomasc | |
2012-05-14 | Add support for specifing apps to build via KERL_CONFIGURE_APPLICATIONS | Joseph Wayne Norton | |
If non-empty, you can specify the subset of applications to use when building (and subsequent installing) Erlang/OTOP with the KERL_CONFIGURE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line. e.g. KERL_CONFIGURE_APPLICATIONS="kernel stdlib sasl" | |||
2012-05-12 | Add 'kerl deploy' command to deploy an installation to a given host and ↵ | Joseph Wayne Norton | |
directory | |||
2011-11-25 | Merge pull request #15 from Myuzu/master | Yurii Rashkovskii | |
Basic OpenBSD support. | |||
2011-11-26 | Basic OpenBSD support. | ミューズ | |
OpenBSD has no md5sum utility. So we use OpenSSL instead of it. | |||
2011-10-24 | Merge pull request #14 from dizzyd/dss-html-docs | Yurii Rashkovskii | |
Add support for install HTML docs via KERL_INSTALL_HTMLDOCS | |||
2011-10-24 | Adding docs for KERL_INSTALL_HTMLDOCS | Dave Smith | |
2011-10-24 | Add support for install HTML docs via KERL_INSTALL_HTMLDOCS | Dave Smith | |
2011-10-17 | Merge pull request #13 from randysecrist/master | Yurii Rashkovskii | |
XCode 4.2 compatibility | |||
2011-10-16 | Set the -O0 option for using llvm under lion_support. | Randy Secrist | |
2011-10-16 | Added quotes to protect bash evaluation to determine if gcc-4.2 exists under ↵ | Randy Secrist | |
darwin. | |||
2011-10-16 | Set compiler to llvm if gcc can't be found. | Randy Secrist | |
2011-10-05 | Merge pull request #10 from spawngrid/lion-support | Thomas | |
Erlang supports building on OS X Lion since R14B04 | |||
2011-10-05 | Erlang supports building on OS X Lion since R14B04 | Yurii Rashkovskii | |
2011-08-31 | Merge pull request #9 from nox/prompt-action | Yurii Rashkovskii | |
Add a new action "prompt" | |||
2011-08-31 | Add a new action "prompt" | Anthony Ramine | |
This action takes an optional format string (defaults to " (%s)" like __git_ps1) and prints a string where "%s" stands for the current active Erlang installation name. If the current installation isn't managed by kerl, the path basename is used with an asterisk appended to it. ``` nox@Bellcross:~$ export PS1="\u@\h:\w\$(kerl prompt [%s])\\\$ " nox@Bellcross:~$ . .kerl/installs/R14B03-64/activate nox@Bellcross:~[R14B03-64]$ kerl_deactivate nox@Bellcross:~$ logout ``` | |||
2011-08-30 | Merge pull request #5 from fuentesjr/feature/default-installs-inside-dotkerl-dir | Thomas | |
add default install path | |||
2011-08-30 | Merge pull request #8 from nox/install-manpages | Yurii Rashkovskii | |
Add automatic manpages installation | |||
2011-08-30 | Add automatic manpages installation | Anthony Ramine | |
2011-08-30 | update documentation on readme | Salvador Fuentes Jr | |
2011-08-30 | use KERL_DEFAULT_INSTALL_DIR/<build-name> if defined in dotkerlrc | Salvador Fuentes Jr | |
2011-08-30 | Merge pull request #7 from nox/fix-disable-agner | Thomas | |
Disable agner support when KERL_DISABLE_AGNER is not empty | |||
2011-08-29 | Disable agner support when KERL_DISABLE_AGNER is not empty | Anthony Ramine | |
Operator `-n` should be used instead of `-z` because it makes no sense to disable Agner support only when KERL_DISABLE_AGNER is empty. | |||
2011-08-25 | update kerl install documentation on README | Salvador Fuentes Jr | |
2011-08-25 | add default install path | Salvador Fuentes Jr | |
2011-08-21 | Merge pull request #4 from wardbekker/patch-1 | Yurii Rashkovskii | |
Unexpected msg prevents easy integration in bash scripts | |||
2011-08-21 | Unexpected msg prevents easy integration in bash scripts | Ward Bekker | |
2011-08-08 | Fix build for older Erlang versions | thomasc | |
2011-08-04 | Merge pull request #2 from travis-ci/master | Yurii Rashkovskii | |
if KERL_DISABLE_AGNER is set, agner_support should return 1 | |||
2011-08-05 | if KERL_DISABLE_AGNER is set, agner_support should return 1 | Michael S. Klishin | |
2011-07-26 | Merge pull request #1 from francois2metz/patch-1 | Yurii Rashkovskii | |
Fix download paths. | |||
2011-07-26 | Fix download paths. | François de Metz | |
2011-07-25 | On OS X, when the default gcc available is llvm-gcc, switch to either ↵ | Yurii Rashkovskii | |
gcc-4.2 or disable all optimizations (should allow the build to complete as well) | |||
2011-06-28 | Add support for agnerized rebar installation | Evax Software | |
2011-06-20 | Merge pull request #12 from mpetrsson/master | Evax Software | |
kerl fails to install agner |