aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-04Add cache support for building from gitJoseph 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-20Merge pull request #28 from michaelklishin/masterYurii Rashkovskii
Add a new command: cleanup
2012-07-21Add a command that cleans up downloaded archives and build artifactsMichael S. Klishin
2012-07-20Merge pull request #27 from Line-Noise/masterThomas
More robust error checking
2012-07-20Catch more command exit status values as errorsshane
2012-06-29Merge pull request #26 from essen/patch-1Yurii Rashkovskii
Fix grammar in README
2012-06-29Fix grammar in READMELoïc Hoguin
2012-06-14Merge pull request #25 from peerst/masterThomas
Fix md5 handling on FreeBSD.
2012-06-14Fix 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-14Expand the KERL_CONFIGURE_APPLICATIONS examplethomasc
2012-05-14Add support for specifing apps to build via KERL_CONFIGURE_APPLICATIONSJoseph 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-12Add 'kerl deploy' command to deploy an installation to a given host and ↵Joseph Wayne Norton
directory
2011-11-25Merge pull request #15 from Myuzu/masterYurii Rashkovskii
Basic OpenBSD support.
2011-11-26Basic OpenBSD support.ミューズ
OpenBSD has no md5sum utility. So we use OpenSSL instead of it.
2011-10-24Merge pull request #14 from dizzyd/dss-html-docsYurii Rashkovskii
Add support for install HTML docs via KERL_INSTALL_HTMLDOCS
2011-10-24Adding docs for KERL_INSTALL_HTMLDOCSDave Smith
2011-10-24Add support for install HTML docs via KERL_INSTALL_HTMLDOCSDave Smith
2011-10-17Merge pull request #13 from randysecrist/masterYurii Rashkovskii
XCode 4.2 compatibility
2011-10-16Set the -O0 option for using llvm under lion_support.Randy Secrist
2011-10-16Added quotes to protect bash evaluation to determine if gcc-4.2 exists under ↵Randy Secrist
darwin.
2011-10-16Set compiler to llvm if gcc can't be found.Randy Secrist
2011-10-05Merge pull request #10 from spawngrid/lion-supportThomas
Erlang supports building on OS X Lion since R14B04
2011-10-05Erlang supports building on OS X Lion since R14B04Yurii Rashkovskii
2011-08-31Merge pull request #9 from nox/prompt-actionYurii Rashkovskii
Add a new action "prompt"
2011-08-31Add 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-30Merge pull request #5 from fuentesjr/feature/default-installs-inside-dotkerl-dirThomas
add default install path
2011-08-30Merge pull request #8 from nox/install-manpagesYurii Rashkovskii
Add automatic manpages installation
2011-08-30Add automatic manpages installationAnthony Ramine
2011-08-30update documentation on readmeSalvador Fuentes Jr
2011-08-30use KERL_DEFAULT_INSTALL_DIR/<build-name> if defined in dotkerlrcSalvador Fuentes Jr
2011-08-30Merge pull request #7 from nox/fix-disable-agnerThomas
Disable agner support when KERL_DISABLE_AGNER is not empty
2011-08-29Disable agner support when KERL_DISABLE_AGNER is not emptyAnthony 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-25update kerl install documentation on READMESalvador Fuentes Jr
2011-08-25add default install pathSalvador Fuentes Jr
2011-08-21Merge pull request #4 from wardbekker/patch-1Yurii Rashkovskii
Unexpected msg prevents easy integration in bash scripts
2011-08-21Unexpected msg prevents easy integration in bash scriptsWard Bekker
2011-08-08Fix build for older Erlang versionsthomasc
2011-08-04Merge pull request #2 from travis-ci/masterYurii Rashkovskii
if KERL_DISABLE_AGNER is set, agner_support should return 1
2011-08-05if KERL_DISABLE_AGNER is set, agner_support should return 1Michael S. Klishin
2011-07-26Merge pull request #1 from francois2metz/patch-1Yurii Rashkovskii
Fix download paths.
2011-07-26Fix download paths.François de Metz
2011-07-25On 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-28Add support for agnerized rebar installationEvax Software
2011-06-20Merge pull request #12 from mpetrsson/masterEvax Software
kerl fails to install agner
2011-06-19add current erl bin path on do_update_agner()Fabian Król
2011-06-17Merge pull request #11 from francois2metz/patch-1Evax Software
Update path to raw kerl script.
2011-06-17Update path to raw kerl script.François de Metz
2011-06-16Merge pull request #10 from mpetrsson/masterEvax Software
Order of usage in kerl build [git]
2011-06-16change usage order on buildFabian Król
2011-06-02Add a warning about deletionsEvax Software