Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-28 | Merge pull request #138 from kerl/apply_patches | Mark Allen | |
Add patches to build older OTP releases | |||
2016-06-25 | Update kerl | Pierre Fenoll | |
2016-06-13 | Merge pull request #142 from kerl/gh141 | Mark Allen | |
Do not assume writes to list_add/remove succeed | |||
2016-06-13 | Tweak usage output for version command | sanmiguel | |
2016-05-25 | Do not assume writes to list_add/remove succeed | Mark Allen | |
If the otp_builds or otp_installations files in $KERL_BASE_DIR are unwritable kerl will falsely report a successful action. Now exit from the script with a return code of 1. | |||
2016-05-24 | Add a version string/command | Mark Allen | |
2016-05-23 | Add beam_makeops patches | Mark Allen | |
2016-05-23 | Merge branch 'apply_patches' of github.com:/kerl/kerl into apply_patches | Mark Allen | |
2016-05-23 | WIP: Patch for javadoc, fix OS X compiler patch | Mark Allen | |
2016-05-23 | WIP: Inline patches | Mark Allen | |
2016-05-23 | WIP: Apply patches for OTP source | Mark Allen | |
2016-05-23 | WIP: Patch for javadoc, fix OS X compiler patch | Mark Allen | |
2016-05-23 | use 'curl -q' in 'get_tarball_releases()' | Nicholas Lundgaard | |
This bypasses processing `~/.curlrc`, eliminating the chance that options set in that file may result in errant, unexpected behavior from this curl call. | |||
2016-05-23 | make kerl use 'curl -o $filename ...' when downloading files | Nicholas 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-22 | WIP: Inline patches | Mark Allen | |
2016-05-18 | Remove path check for deploy | Mark Allen | |
2016-05-18 | Account for 'rc' in get_otp_version() | Mark Allen | |
2016-05-17 | WIP: Apply patches for OTP source | Mark Allen | |
2016-05-17 | Remove path check for deploy | Mark Allen | |
2016-05-17 | Fix get_otp_version() regex | Mark Allen | |
2016-05-16 | Github tags before OTP 17 use underscore | Mark Allen | |
2016-05-14 | Merge pull request #132 from josevalim/patch-1 | Mark Allen | |
Remove Lion support code and stop setting CFLAGS | |||
2016-05-13 | Remove Lion support code and stop setting CFLAGS | José 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-13 | Remove extraneous loglines | sanmiguel | |
These two end up in $KERL_BASE_DIR/otp_releases because of when they get emitted | |||
2016-05-13 | Allow setting KERL_BUILD_BACKEND from config etc | sanmiguel | |
2016-05-13 | Allow customisation of OTP_GITHUB_URL | sanmiguel | |
2016-05-12 | On deletes, check build name or path | Mark Allen | |
2016-05-11 | Canonicalize $KERL_BASE_DIR | Mark Allen | |
2016-05-11 | Canonicalize during deletes too | Mark Allen | |
2016-05-11 | Canonicalize paths before checking validity | Mark Allen | |
2016-05-04 | Be even more thorough checking paths | Mark 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-03 | Check paths before removal/install | Mark Allen | |
2016-05-02 | Fix doc string | Mark Allen | |
2016-05-02 | Make tarball default | Mark Allen | |
2016-05-02 | Use '=' for equality | Mark Allen | |
2016-05-01 | Fix typos | Mark Allen | |
2016-05-01 | Build and install docs from source | Mark Allen | |
2016-04-24 | Bug fixes | Mark Allen | |
2016-04-24 | WIP: Download github tarballs | Mark Allen | |
2016-04-23 | Pull tags from github | Mark Allen | |
2016-04-20 | Make sure we quote the logfile name | Mark Allen | |
2016-04-19 | If a build fails, tail the logfile automatically | Mark Allen | |
2016-04-19 | Go back to just --with-ssl for configure | Mark Allen | |
2016-04-19 | Rewrite get_newest_valid_release more simply | Mark Allen | |
2016-04-13 | Merge pull request #115 from ten0s/master | Mark Allen | |
Use dot instead of source | |||
2016-04-13 | Merge pull request #116 from yrashk/fix_env_vars | sanmiguel | |
Allow env vars to override default values | |||
2016-04-13 | If using OS X El Capitan, try to add OpenSSL | Mark Allen | |
2016-04-13 | Make sure we treat all env/config vars equally | sanmiguel | |
2016-04-13 | Do not clear ENV config vars | Ignas 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-11 | Use dot instead of source | Dmitry Klionsky | |
In Ubuntu /bin/sh is /bin/dash, which doesn't support the source command. |