aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
AgeCommit message (Collapse)Author
2012-05-12Add 'kerl deploy' command to deploy an installation to a given host and ↵Joseph Wayne Norton
directory
2011-11-26Basic OpenBSD support.ミューズ
OpenBSD has no md5sum utility. So we use OpenSSL instead of it.
2011-10-24Add support for install HTML docs via KERL_INSTALL_HTMLDOCSDave Smith
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-05Erlang supports building on OS X Lion since R14B04Yurii Rashkovskii
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-30Add automatic manpages installationAnthony Ramine
2011-08-30use KERL_DEFAULT_INSTALL_DIR/<build-name> if defined in dotkerlrcSalvador Fuentes Jr
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-25add default install pathSalvador Fuentes Jr
2011-08-21Unexpected msg prevents easy integration in bash scriptsWard Bekker
2011-08-08Fix build for older Erlang versionsthomasc
2011-08-05if KERL_DISABLE_AGNER is set, agner_support should return 1Michael S. Klishin
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-19add current erl bin path on do_update_agner()Fabian Król
2011-06-16change usage order on buildFabian Król
2011-06-01Add missing quotesEvax Software
2011-05-06README updateEvax Software
2011-04-15Support plt files sandboxing with latest rebarEvax Software
2011-04-13Allow KERL_AGNER_AUTOINSTALL on the command lineEvax Software
2011-04-08Allow using KERL_SASL_STARTUP prepending it to the command lineEvax Software
2011-04-08Fix branch support in git buildsEvax Software
2011-04-07Add support for building from gitEvax Software
2011-04-07Fix bug allowing duplicate build namesEvax Software
2011-04-07Do not use autoconf unless people ask for it (KERL_USE_AUTOCONF)Evax Software
2011-04-07Fix 'kerl active' command on MacOSXKonrad Kaplita
2011-04-07Fix trailing slash issue in "kerl remove installation"Evax Software
2011-04-07Fix the "kerl delete build" commandEvax Software
2011-04-06Add support for named buildsEvax Software
2011-04-06Add missing quotesEvax Software
2011-04-06OS X compatibility fixesEvax Software
2011-04-06Use otp_build. Custom agner install. Kerl install is now fast !Evax Software
2011-04-04Install agner by default. Add status and delete commands.Evax Software
2011-04-01Add 'kerl active' command to query the active installationEvax Software
2011-04-01Add agner supportEvax Software
2011-04-01Point to error log when ./configure failsEvax Software
2011-04-01Ensure KERL_BASE_DIR is createdEvax Software
2011-04-01Initial commitEvax Software