aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-03-14In kerl line 30:Pierre Fenoll
GREP_OPTIONS='' ^-- SC2034: GREP_OPTIONS appears unused. Verify it or export it. Introduced by: 2107b4699b5e23c90f89004da5a68a4110c5bf23
2018-03-14shellcheck: add a pass to CIPierre Fenoll
2018-03-10Merge pull request #267 from erszcz/masterMark Allen
Install docsh 0.5.0
2018-03-09Install docsh 0.5.0Radek Szymczyszyn
Major docsh changes since 0.4.0: - Support Erlang 20 "Dbgi" chunk (01661fa) - Guess source file location even if src/ has a hierarchical structure (b442346) - Fix inconsistent lookup times (7149177) - Expand shell helper documentation (ab3e143) - Clean up remaining compiler / Dialyzer warnings (60a202f) - Apply gomoripeti's fix for proplists' doc retrieval (5407e56) - Describe manual docsh setup (ecf3582)
2018-03-05Roll 1.8.21.8.2Mark Allen
2018-01-30ci-centos6: install more compilers for jinterface and orberPierre Fenoll
2018-01-30ci-centos6: upgrade git to >1.7.2 in centos6 for circleciPierre Fenoll
2018-01-30ci-centos6: use circleci workflowsPierre Fenoll
2018-01-30ci-centos6: test centos6 + otp/20.2Pierre Fenoll
2018-01-23Merge pull request #258 from kerl/zlib_patchMark Allen
Add zlib patch to kerl when building between 17-19
2018-01-23Merge pull request #261 from fenollp/patch-1Mark Allen
Add TravisCI badge
2018-01-18Add TravisCI badgePierre Fenoll
2018-01-17Add zlib patch to kerl when building between 17-19zlib_patchMark Allen
2017-11-26Update README.mdMark Allen
2017-11-25Merge pull request #246 from fenollp/circleciMark Allen
circleci: add another CI provider for R15 builds
2017-11-25circleci: build R15B03 with debian 8Pierre Fenoll
2017-11-22Merge pull request #247 from fredyouhanaie/masterMark Allen
Fixed the empty package name warning. (#245)
2017-11-20Fixed the empty package name warning. (#245)Fred Youhanaie
2017-11-13Merge pull request #242 from kerl/doc_updateMark Allen
Update README
2017-11-13Roll 1.8.11.8.1Mark Allen
2017-11-13Merge branch 'essen-fix-delete-installation'Mark Allen
2017-11-13Fix removal messageMark Allen
2017-11-12Delete the correct installation folder when a name is providedLoïc Hoguin
2017-11-12Fix deleting installation by nameLoïc Hoguin
`kerl delete installation` allows deleting by name or path. Problem is, if you provide the name it tries to check for a file `"$name"/activate` instead of using the path, and fails.
2017-11-08Update READMEMark Allen
2017-11-08Roll 1.8.01.8.0Mark Allen
2017-11-08Merge pull request #213 from erszcz/install-docshMark Allen
Install docsh
2017-11-08Merge pull request #241 from dmitrivereshchagin/fix-check-dpkgMark Allen
Fix requirements check on Debian-based systems
2017-11-08Fix requirements check on Debian-based systemsDmitri Vereshchagin
Underscore was missing in function name.
2017-11-04Extend install-docsh command descriptionRadek Szymczyszyn
2017-11-04Describe install-docsh command in the READMERadek Szymczyszyn
2017-11-03Symlink $HOME/.erlang instead of installing a fixed one in tcshRadek Szymczyszyn
2017-11-03Symlink $HOME/.erlang instead of installing a fixed one in fishRadek Szymczyszyn
2017-11-03Add install-docsh to the list of valid commandsRadek Szymczyszyn
2017-11-03Symlink $HOME/.erlang instead of installing a fixed one in bashRadek Szymczyszyn
2017-11-03Fix indentationRadek Szymczyszyn
2017-11-03Use docsh 0.4.0Radek Szymczyszyn
2017-11-03[skip ci] Ask user to reactivate after docsh installationRadek Szymczyszyn
2017-11-03Use a tagged version of docshRadek Szymczyszyn
2017-11-03Check OTP / docsh version compatibilityRadek Szymczyszyn
2017-11-03Enable docsh in activate.cshRadek Szymczyszyn
2017-11-03Fix likely typo: _KERL_SAVED_PROMP -> _KERL_SAVED_PROMPTRadek Szymczyszyn
2017-11-03Enable docsh in activate.fishRadek Szymczyszyn
2017-11-03Remove TODO about docsh url configurabilityRadek Szymczyszyn
2017-11-03Set DOCSH_USER_DEFAULT when activatingRadek Szymczyszyn
2017-11-03Install user_default to the Erlang installation not the buildRadek Szymczyszyn
2017-11-03Install docshRadek Szymczyszyn
2017-11-03Remove DOCSH_DIR on docsh installation errorRadek Szymczyszyn
2017-11-03Install user_defaultRadek Szymczyszyn
2017-11-03Fix .erlang existence testRadek Szymczyszyn