Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-13 | Merge pull request #142 from kerl/gh141 | Mark Allen | |
Do not assume writes to list_add/remove succeed | |||
2016-06-13 | Merge pull request #140 from kerl/version | Mark Allen | |
Add a version string and command | |||
2016-06-13 | Merge pull request #144 from kerl/mtc-version-tweak | Mark Allen | |
Tweak usage output for version command | |||
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 | Merge pull request #137 from nalundgaard/curl-o-filename | Mark Allen | |
Improve use of 'curl' in kerl script | |||
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-20 | Update Changelog1.1.1 | Mark Allen | |
2016-05-20 | Merge pull request #136 from kerl/remove_directory_check | Mark Allen | |
Remove path check for deploy | |||
2016-05-18 | Merge branch 'remove_directory_check' of github.com:/kerl/kerl into ↵ | Mark Allen | |
remove_directory_check | |||
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 | Remove path check for deploy | Mark Allen | |
2016-05-17 | Fix get_otp_version() regex | Mark Allen | |
2016-05-16 | Merge pull request #133 from kerl/download_filename | Mark Allen | |
Github tags before OTP 17 use underscore | |||
2016-05-16 | Github tags before OTP 17 use underscore | Mark Allen | |
2016-05-14 | Update Changelog1.1.0 | 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-14 | Merge pull request #130 from kerl/mtc-custom-github-url1.0.1 | Mark Allen | |
Allow a custom Github URL | |||
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 | Merge pull request #127 from kerl/check_paths | Mark Allen | |
Be more careful about paths before install and delete operations | |||
2016-05-12 | On deletes, check build name or path | Mark Allen | |
2016-05-11 | Update README | 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-03 | Merge pull request #122 from kerl/git_build1.0 | Mark Allen | |
Support release and tarball retrieval from github | |||
2016-05-02 | Update README | 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 | Merge pull request #126 from kerl/build_local_docs | Mark Allen | |
Build and install docs from source | |||
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 | Merge pull request #121 from kerl/gh1200.9.2 | Mark Allen | |
Address install issues | |||
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-15 | Merge pull request #118 from kerl/yrashk-patch-1 | Evax Software | |
Fix links in the README |