Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-07 | Search for `llvm` in a case insensitive way. | Orien Madgwick | |
Later versions now use CAPs | |||
2014-12-22 | Merge pull request #90 from legoscia/patch-1 | Yurii Rashkovskii | |
Fix README.md typos | |||
2014-12-22 | Fix README.md typos | Magnus Henoch | |
s/OTOP/OTP/ | |||
2014-11-08 | Merge pull request #87 from omerk/master | Yurii Rashkovskii | |
Refuse installation in $HOME | |||
2014-11-07 | refuse installation in $HOME. | Omer Kilic | |
2014-05-08 | Merge pull request #75 from spawngrid/issue_72 | khia | |
Remove release from otp_builds on 'delete build' in case when build dire... | |||
2014-04-30 | Remove release from otp_builds on 'delete build' in case when build ↵ | ILYA Khlopotov | |
directory is missing | |||
2014-04-28 | Merge pull request #74 from macintux/jrd-fix-curl | khia | |
Fix raw path for kerl download | |||
2014-04-28 | Merge pull request #73 from vlm/patch-1 | khia | |
Fix confusing kerl usage string for `update` | |||
2014-04-26 | Github apparently changed the hostname for downloads | John Daily | |
2014-04-26 | Update kerl | Lev Walkin | |
2014-04-18 | Make sure final release is after release candidates | ILYA Khlopotov | |
2014-04-18 | Fix confusing kerl usage string for `update` | Lev Walkin | |
[lwalkin@lwalkin:~]> ./kerl update usage: ./kerl <releases> should be: [lwalkin@lwalkin:~]> ./kerl update usage: ./kerl update releases This patch fixes that. | |||
2014-04-15 | We don't need first sed since cut would return lines without delimeter | ILYA Khlopotov | |
2014-04-15 | Fix order of sed commands in the pipeline when we return list of releases | ILYA Khlopotov | |
2014-04-14 | Support new erlang's release naming convention when we get list of releases | ILYA Khlopotov | |
2014-04-11 | Follow redirects | ILYA Khlopotov | |
2014-04-07 | Merge pull request #65 from vlm/patch-1 | khia | |
Update kerl to grok KERL_INSTALL_MANPAGES env | |||
2014-04-07 | Update kerl to grok KERL_INSTALL_MANPAGES env | Lev Walkin | |
The KERL_INSTALL_MANPAGES is ignored if given in the environment. Fixing that by saving and restoring the KERL_INSTALL_MANPAGES along the rest of the options. By the way, KERL_INSTALL_HTMLDOCS is not reset in the beginning of the file, so no save/restore is necessary for it. Though its an inconsistency due to be fixed... as a separate ticket. | |||
2014-01-31 | Merge pull request #61 from jj1bdx/jj1bdx-get-release-fix | Yurii Rashkovskii | |
Update kerl to accept new version numbering scheme since 17.0-rc1 | |||
2014-02-01 | Update kerl | Kenji Rikitake | |
* Change get_releases() to accept the new naming scheme of `otp_src_MAJOR.MINOR.PATCH.tar.gz`, where MAJOR, MINOR, PATCH are all decimal letters and some additional letters in `[-0-9A-Za-z_.]` (see OTP-11615 on otp_src_17.0-rc1.tar.gz) | |||
2014-01-31 | Merge pull request #60 from jj1bdx/jj1bdx-active-path-fix | Yurii Rashkovskii | |
Update kerl to use $_KERL_ACTIVE_DIR for get_active_path | |||
2014-01-28 | Update kerl | Kenji Rikitake | |
* Define $_KERL_ACTIVE_DIR when activating * Use $_KERL_ACTIVE_DIR for `kerl status` | |||
2014-01-28 | Update kerl | Kenji Rikitake | |
* Let get_active_path to use $REBAR_PLT_DIR for the current active installation path | |||
2013-12-12 | Merge pull request #58 from sanmiguel/improve-deactivate | Yurii Rashkovskii | |
Change of env var restoration mechanism in activate script | |||
2013-12-12 | Merge pull request #57 from sanmiguel/master | Yurii Rashkovskii | |
Add zsh completion | |||
2013-11-21 | Change to env var restoration in activate script | sanmiguel | |
Change to direct removal of the pre-known addition from $PATH and $MANPATH | |||
2013-11-21 | Add TODO comment for _kerl | sanmiguel | |
2013-11-20 | Update README.md | sanmiguel | |
Formatting | |||
2013-11-20 | Update readme | sanmiguel | |
2013-11-20 | zsh-completion module for kerl | sanmiguel | |
2013-11-12 | Merge pull request #56 from jj1bdx/jj1bdx-readme-diff | Yurii Rashkovskii | |
Update README.md | |||
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-28 | First draft of basic zsh completion | sanmiguel | |
2013-10-23 | Merge pull request #54 from norton/dev | Thomas | |
Add support for disabling apps to build via KERL_CONFIGURE_DISABLE_APPLICATIONS | |||
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-14 | Merge pull request #42 from aboroska/master | Yurii Rashkovskii | |
README update related to previous commit | |||
2013-03-09 | Update README with the KERL_ENABLE_PROMPT tuning option | Andras Boroska | |
2013-03-09 | Merge pull request #41 from aboroska/master | Yurii Rashkovskii | |
Add possibility to show the name of the release before the prompt by setting the KERL_ENABLE_PROMPT env variable | |||
2013-03-09 | Add possibility to show the name of the release before the prompt | Andras Boroska | |
2013-01-31 | Merge pull request #37 from norton/norton-git-build | Yurii Rashkovskii | |
Simplify and improve the recipe for git-based builds | |||
2013-01-31 | Merge pull request #39 from norton/norton-sed | Yurii Rashkovskii | |
Expand regex for matching http://www.erlang.org/download releases | |||
2013-02-01 | Expand regex for matching http://www.erlang.org/download releases | Joseph Wayne Norton | |
The previous regex did not match with the R16A release available for download from the Erlang/OTP website. | |||
2013-01-31 | Fix typo with otp_build.log | Joseph Wayne Norton | |
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. | |||
2013-01-30 | Merge pull request #38 from Motiejus/no_origin | Yurii Rashkovskii | |
Fix: do not hardcode origin/ to ref (enables R16A) | |||
2013-01-30 | Fix: do not hardcode origin/ to ref | Motiejus Jakštys | |
This allows building tags and all other funny kinds of refs. | |||
2013-01-10 | Merge pull request #35 from ewansilver/remove_unknown_command_typo | Thomas | |
Removed typo. | |||
2013-01-10 | Removed typo. | Ewan | |
2012-12-07 | Merge pull request #34 from norton/dev | Yurii Rashkovskii | |
Changes to permit building Erlang/OTP R15B03-1 |