aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
AgeCommit message (Collapse)Author
2016-05-23make kerl use 'curl -o $filename ...' when downloading filesNicholas Lundgaard
Instead of piping output to a file, use curl's '-o' option. This change is intended to work around a problem I encountered where I had `-w "\n"` in my `~/.curlrc` file, which caused these commands to produce output that failed the md5 checks.
2016-05-22WIP: Inline patchesMark Allen
2016-05-18Remove path check for deployMark Allen
2016-05-18Account for 'rc' in get_otp_version()Mark Allen
2016-05-17WIP: Apply patches for OTP sourceMark Allen
2016-05-17Remove path check for deployMark Allen
2016-05-17Fix get_otp_version() regexMark Allen
2016-05-16Github tags before OTP 17 use underscoreMark Allen
2016-05-14Merge pull request #132 from josevalim/patch-1Mark Allen
Remove Lion support code and stop setting CFLAGS
2016-05-13Remove Lion support code and stop setting CFLAGSJosé Valim
If for some reason they are running on Lion, developers can set CFLAGS on their ~/.kerlrc. Otherwise it is not worth setting CFLAGS and affect the performance of those running on more recent OS X versions. Closes #131
2016-05-13Remove extraneous loglinessanmiguel
These two end up in $KERL_BASE_DIR/otp_releases because of when they get emitted
2016-05-13Allow setting KERL_BUILD_BACKEND from config etcsanmiguel
2016-05-13Allow customisation of OTP_GITHUB_URLsanmiguel
2016-05-12On deletes, check build name or pathMark Allen
2016-05-11Canonicalize $KERL_BASE_DIRMark Allen
2016-05-11Canonicalize during deletes tooMark Allen
2016-05-11Canonicalize paths before checking validityMark Allen
2016-05-04Be even more thorough checking pathsMark Allen
- Never assume mkdir returns successfully - Check for bad install locations *before* creating directories - Do not permit the active erlang installation to be deleted - Do not allow someone to delete her home directory ever
2016-05-03Check paths before removal/installMark Allen
2016-05-02Fix doc stringMark Allen
2016-05-02Make tarball defaultMark Allen
2016-05-02Use '=' for equalityMark Allen
2016-05-01Fix typosMark Allen
2016-05-01Build and install docs from sourceMark Allen
2016-04-24Bug fixesMark Allen
2016-04-24WIP: Download github tarballsMark Allen
2016-04-23Pull tags from githubMark Allen
2016-04-20Make sure we quote the logfile nameMark Allen
2016-04-19If a build fails, tail the logfile automaticallyMark Allen
2016-04-19Go back to just --with-ssl for configureMark Allen
2016-04-19Rewrite get_newest_valid_release more simplyMark Allen
2016-04-13Merge pull request #115 from ten0s/masterMark Allen
Use dot instead of source
2016-04-13Merge pull request #116 from yrashk/fix_env_varssanmiguel
Allow env vars to override default values
2016-04-13If using OS X El Capitan, try to add OpenSSLMark Allen
2016-04-13Make sure we treat all env/config vars equallysanmiguel
2016-04-13Do not clear ENV config varsIgnas Vyšniauskas
According to the docs it is possible to configure kerl both by using `.kerlrc` and passing ENV variables from the command-line, i.e. KERL_INSTALL_MANPAGES=yes ./kerl install <build> <path> However the ENV vars were being cleared/overriden, so you could only use `.kerlrc`. This fixes it.
2016-04-11Use dot instead of sourceDmitry Klionsky
In Ubuntu /bin/sh is /bin/dash, which doesn't support the source command.
2016-04-06Merge pull request #101 from erszcz/build-plt0.9Mark Allen
Build a Dialyzer PLT when installing a build
2016-04-06Merge pull request #99 from kunthar/grep-fixMark Allen
pcre grep errors fix in mac os
2016-04-06Merge pull request #106 from fenollp/shellcheck-fixesMark Allen
Fix most shellcheck warnings/errors
2016-01-23Adapt to new erlang.org markupRubén Caro
2016-01-10Fix most shellcheck warnings/errorsPierre Fenoll
2015-07-03Print PLT statusRadek Szymczyszyn
2015-07-03Build a Dialyzer PLT when installing a buildRadek Szymczyszyn
2015-07-03Deduplicate some installation stepsRadek Szymczyszyn
2015-07-03Check for env var value to be non-zero, not its nameRadek Szymczyszyn
2015-06-25pcre grep errors fix in mac osGokhan Boranalp
pcre grep errors fix in mac os. see here: http://erlang.org/pipermail/erlang-questions/2014-April/078526.html
2015-01-07trailing white spaceOrien Madgwick
2015-01-07Don't print to stderrOrien Madgwick
`gcc --version` prints defaust configuration to STDERR. It's confusing because it conflicts with the configuration set in KERL_CONFIGURE_OPTIONS. Let's not show it.
2015-01-07Search for `llvm` in a case insensitive way.Orien Madgwick
Later versions now use CAPs