Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-26 | Basic OpenBSD support. | ミューズ | |
OpenBSD has no md5sum utility. So we use OpenSSL instead of it. | |||
2011-10-24 | Add support for install HTML docs via KERL_INSTALL_HTMLDOCS | Dave Smith | |
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 | Erlang supports building on OS X Lion since R14B04 | Yurii Rashkovskii | |
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 | Add automatic manpages installation | Anthony Ramine | |
2011-08-30 | use KERL_DEFAULT_INSTALL_DIR/<build-name> if defined in dotkerlrc | Salvador Fuentes Jr | |
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 | add default install path | Salvador Fuentes Jr | |
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-05 | if KERL_DISABLE_AGNER is set, agner_support should return 1 | Michael S. Klishin | |
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-19 | add current erl bin path on do_update_agner() | Fabian Król | |
2011-06-16 | change usage order on build | Fabian Król | |
2011-06-01 | Add missing quotes | Evax Software | |
2011-05-06 | README update | Evax Software | |
2011-04-15 | Support plt files sandboxing with latest rebar | Evax Software | |
2011-04-13 | Allow KERL_AGNER_AUTOINSTALL on the command line | Evax Software | |
2011-04-08 | Allow using KERL_SASL_STARTUP prepending it to the command line | Evax Software | |
2011-04-08 | Fix branch support in git builds | Evax Software | |
2011-04-07 | Add support for building from git | Evax Software | |
2011-04-07 | Fix bug allowing duplicate build names | Evax Software | |
2011-04-07 | Do not use autoconf unless people ask for it (KERL_USE_AUTOCONF) | Evax Software | |
2011-04-07 | Fix 'kerl active' command on MacOSX | Konrad Kaplita | |
2011-04-07 | Fix trailing slash issue in "kerl remove installation" | Evax Software | |
2011-04-07 | Fix the "kerl delete build" command | Evax Software | |
2011-04-06 | Add support for named builds | Evax Software | |
2011-04-06 | Add missing quotes | Evax Software | |
2011-04-06 | OS X compatibility fixes | Evax Software | |
2011-04-06 | Use otp_build. Custom agner install. Kerl install is now fast ! | Evax Software | |
2011-04-04 | Install agner by default. Add status and delete commands. | Evax Software | |
2011-04-01 | Add 'kerl active' command to query the active installation | Evax Software | |
2011-04-01 | Add agner support | Evax Software | |
2011-04-01 | Point to error log when ./configure fails | Evax Software | |
2011-04-01 | Ensure KERL_BASE_DIR is created | Evax Software | |
2011-04-01 | Initial commit | Evax Software | |