Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-07 | Roll 1.3.31.3.3 | Mark Allen | |
2016-10-07 | Merge pull request #161 from kerl/homebrew | Mark Allen | |
Ask homebrew for openssl location if available | |||
2016-10-05 | Fix typo | Mark Allen | |
2016-09-24 | Ask homebrew for openssl location if available | Mark Allen | |
2016-07-23 | Add support for C shells. | Erwan Martin | |
2016-07-20 | Roll 1.3.21.3.2 | Mark Allen | |
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-01 | Roll 1.3.01.3.0 | Mark Allen | |
2016-06-30 | add support for fish shell | Radu Ciorba | |
2016-06-28 | Roll 1.2.01.2.0 | Mark Allen | |
2016-05-20 | Update Changelog1.1.1 | Mark Allen | |
2016-05-14 | Update Changelog1.1.0 | Mark Allen | |
2016-05-11 | Update README | Mark Allen | |
2016-05-02 | Update README | Mark Allen | |
2016-04-15 | Fix links | Yurii Rashkovskii | |
2016-01-10 | Update README.md | Pierre Fenoll | |
2015-05-08 | Update links: spawngrid -> yrashk | Loïc Hoguin | |
2014-12-22 | Fix README.md typos | Magnus Henoch | |
s/OTOP/OTP/ | |||
2014-04-26 | Github apparently changed the hostname for downloads | John Daily | |
2013-12-12 | Merge pull request #57 from sanmiguel/master | Yurii Rashkovskii | |
Add zsh completion | |||
2013-11-20 | Update README.md | sanmiguel | |
Formatting | |||
2013-11-20 | Update readme | sanmiguel | |
2013-11-13 | Update README.md | Kenji Rikitake | |
* Add a note on Tuning section about .kerlrc side effect * Add an example of using shell `export` command in .kerlrc for build tuning | |||
2013-10-23 | Add support for disabling apps to build via KERL_CONFIGURE_DISABLE_APPLICATIONS | Joseph Wayne Norton | |
If non-empty, you can specify the subset of applications to disable when building (and subsequent installing) Erlang/OTOP with the KERL_CONFIGURE_DISABLE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line. e.g. KERL_CONFIGURE_DISABLE_APPLICATIONS="odbc" | |||
2013-03-09 | Update README with the KERL_ENABLE_PROMPT tuning option | Andras Boroska | |
2013-01-31 | Simplify and improve the recipe for git-based builds | Joseph Wayne Norton | |
Modify the git-based recipe to simply mirror the remote git repository. If enabled by configuration, download and install the newest official manpages and/or HTML docs as opposed to not installing any documentation for git-based builds. To save disk space and to simplify git operations, the repository format of the local otp repository has been changed to bare format. If caller has previously used the git-based build feature, caller should execute "kerl cleanup all" once to remove any old local otp repositories. | |||
2012-12-02 | Drop agner support | Yurii Rashkovskii | |
Closes #32 | |||
2012-06-29 | Fix grammar in README | Loïc Hoguin | |
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-10-24 | Adding docs for KERL_INSTALL_HTMLDOCS | Dave Smith | |
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 | update documentation on readme | Salvador Fuentes Jr | |
2011-08-25 | update kerl install documentation on README | Salvador Fuentes Jr | |
2011-07-26 | Fix download paths. | François de Metz | |
2011-06-28 | Add support for agnerized rebar installation | Evax Software | |
2011-06-17 | Update path to raw kerl script. | François de Metz | |
2011-06-02 | Add a warning about deletions | Evax Software | |
2011-05-06 | README update | Evax Software | |
2011-04-13 | Allow KERL_AGNER_AUTOINSTALL on the command line | Evax Software | |
2011-04-08 | Add a bash_completion script for kerl | Evax Software | |
2011-04-08 | Allow using KERL_SASL_STARTUP prepending it to the command line | Evax Software | |
2011-04-08 | Add commands reference to the documentation | Evax Software | |
2011-04-07 | Add support for building from git | Evax Software | |
2011-04-07 | Minor doc update | Evax Software | |
2011-04-07 | Do not use autoconf unless people ask for it (KERL_USE_AUTOCONF) | Evax Software | |
2011-04-06 | Add support for named builds | Evax Software | |