aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-05-17First draft PoC at tidier env wranglingmtc-tidy-envsanmiguel
2016-05-16Merge pull request #133 from kerl/download_filenameMark Allen
Github tags before OTP 17 use underscore
2016-05-16Github tags before OTP 17 use underscoreMark Allen
2016-05-14Update Changelog1.1.0Mark Allen
2016-05-14Merge pull request #132 from josevalim/patch-1Mark Allen
Remove Lion support code and stop setting CFLAGS
2016-05-14Merge pull request #130 from kerl/mtc-custom-github-url1.0.1Mark Allen
Allow a custom Github URL
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-12Merge pull request #127 from kerl/check_pathsMark Allen
Be more careful about paths before install and delete operations
2016-05-12On deletes, check build name or pathMark Allen
2016-05-11Update READMEMark 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-03Merge pull request #122 from kerl/git_build1.0Mark Allen
Support release and tarball retrieval from github
2016-05-02Update READMEMark Allen
2016-05-02Fix doc stringMark Allen
2016-05-02Make tarball defaultMark Allen
2016-05-02Use '=' for equalityMark Allen
2016-05-01Merge pull request #126 from kerl/build_local_docsMark Allen
Build and install docs from source
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-20Merge pull request #121 from kerl/gh1200.9.2Mark Allen
Address install issues
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-15Merge pull request #118 from kerl/yrashk-patch-1Evax Software
Fix links in the README
2016-04-15Fix linksYurii Rashkovskii
2016-04-13Merge pull request #46 from mryufeng/master0.9.1Mark Allen
make _get_comp_words_by_ref more strong
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-13Merge pull request #117 from mrallen1/darwin15-sslMark Allen
If using OS X El Capitan, try to add OpenSSL
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-04-06Merge pull request #105 from fenollp/patch-1Mark Allen
Update README.md
2016-01-23Merge pull request #107 from rubencaro/master0.8Yurii Rashkovskii
Adapt to new erlang.org markup
2016-01-23Adapt to new erlang.org markupRubén Caro