aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
AgeCommit message (Collapse)Author
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
2014-11-07refuse installation in $HOME.Omer Kilic
2014-04-30Remove release from otp_builds on 'delete build' in case when build ↵ILYA Khlopotov
directory is missing
2014-04-28Merge pull request #73 from vlm/patch-1khia
Fix confusing kerl usage string for `update`
2014-04-26Update kerlLev Walkin
2014-04-18Make sure final release is after release candidatesILYA Khlopotov
2014-04-18Fix 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-15We don't need first sed since cut would return lines without delimeterILYA Khlopotov
2014-04-15Fix order of sed commands in the pipeline when we return list of releasesILYA Khlopotov
2014-04-14Support new erlang's release naming convention when we get list of releasesILYA Khlopotov
2014-04-11Follow redirectsILYA Khlopotov