aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2017-11-03Install .erlang and stub installing user_defaultRadek Szymczyszyn
2017-11-03Install docsh via a separate commandRadek Szymczyszyn
2017-11-03Switch to a WIP docsh branchRadek Szymczyszyn
2017-11-03Unify the 'no active installation' messageRadek Szymczyszyn
2017-11-03Prioritize TODO itemsRadek Szymczyszyn
2017-11-03wip: Troubleshoot rebar3 compile failureRadek Szymczyszyn
./install.sh fails due to rebar3 compile failure: $ KERL_INSTALL_DOCSH=yes KERL_BUILD_BACKEND=git ./kerl install git-19.3.6 ~/apps/erlang/git-19.3.6 Installing Erlang/OTP 19.3.6 (git-19.3.6) in /home/erszcz/apps/erlang/git-19.3.6... Checking out docsh git repository from https://github.com/erszcz/docsh.git... Installing docsh for git-19.3.6 from git, please wait... + : yes + ./install.sh + yes + DEBUG=1 ./install.sh Installing docsh This install script will make docsh globally available in your user environment. It will install the following files: /home/erszcz/.erlang /home/erszcz/.erlang.d/user_default.erl To know more about these files please refer to: man erl - sections about 'The .erlang startup file' and 'user_default and shell_default' man shell_default - parts about user_default ===> Load global config file /home/erszcz/.config/rebar3/rebar.config ===> Expanded command sequence to be run: [{default,app_discovery}, {default,install_deps}, {default,lock}, {default,compile}] ===> Verifying dependencies... ===> Fetching parse_trans ({git, "https://github.com/uwiger/parse_trans.git", {ref, "4fadce8a5242479b4ebc0d2b5825bdfe1de0af1c"}}) ===> sh info: cwd: "/home/erszcz/.kerl/builds/git-19.3.6/docsh" cmd: git --version ===> opts: [] ===> Port Cmd: git --version Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide,eof] ===> sh info: cwd: "/home/erszcz/.kerl/builds/git-19.3.6/docsh" cmd: git clone -n https://github.com/uwiger/parse_trans.git .tmp_dir987767996134 ===> opts: [{cd,"/tmp"}] ===> Port Cmd: git clone -n https://github.com/uwiger/parse_trans.git .tmp_dir987767996134 Port Opts: [{cd,"/tmp"}, exit_status, {line,16384}, use_stdio,stderr_to_stdout,hide,eof] ===> sh info: cwd: "/home/erszcz/.kerl/builds/git-19.3.6/docsh" cmd: git checkout -q 4fadce8a5242479b4ebc0d2b5825bdfe1de0af1c ===> opts: [{cd,"/tmp/.tmp_dir987767996134"}] ===> Port Cmd: git checkout -q 4fadce8a5242479b4ebc0d2b5825bdfe1de0af1c Port Opts: [{cd,"/tmp/.tmp_dir987767996134"}, exit_status, {line,16384}, use_stdio,stderr_to_stdout,hide,eof] ===> Moving checkout "/tmp/.tmp_dir987767996134" to "/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/parse_trans" ===> sh info: cwd: "/home/erszcz/.kerl/builds/git-19.3.6/docsh" cmd: mv /tmp/.tmp_dir987767996134 /home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/parse_trans ===> opts: [{use_stdout,false},abort_on_error] ===> Port Cmd: mv /tmp/.tmp_dir987767996134 /home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/parse_trans Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide,eof] ===> Fetching edown ({git,"git://github.com/uwiger/edown.git", {ref,"abd9f5bbf9265a0a25640a677824386e199e91a6"}}) ===> sh info: cwd: "/home/erszcz/.kerl/builds/git-19.3.6/docsh" cmd: git clone -n git://github.com/uwiger/edown.git .tmp_dir51298746757 ===> opts: [{cd,"/tmp"}] ===> Port Cmd: git clone -n git://github.com/uwiger/edown.git .tmp_dir51298746757 Port Opts: [{cd,"/tmp"}, exit_status, {line,16384}, use_stdio,stderr_to_stdout,hide,eof] ===> sh info: cwd: "/home/erszcz/.kerl/builds/git-19.3.6/docsh" cmd: git checkout -q abd9f5bbf9265a0a25640a677824386e199e91a6 ===> Port Cmd: git checkout -q abd9f5bbf9265a0a25640a677824386e199e91a6 Port Opts: [{cd,"/tmp/.tmp_dir51298746757"}, exit_status, {line,16384}, use_stdio,stderr_to_stdout,hide,eof] ===> Moving checkout "/tmp/.tmp_dir51298746757" to "/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown" ===> sh info: cwd: "/home/erszcz/.kerl/builds/git-19.3.6/docsh" cmd: mv /tmp/.tmp_dir51298746757 /home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown ===> opts: [{use_stdout,false},abort_on_error] ===> Port Cmd: mv /tmp/.tmp_dir51298746757 /home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide,eof] ===> sh info: cwd: "/home/erszcz/.kerl/builds/git-19.3.6/docsh" cmd: git --git-dir="/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown/.git" rev-parse --verify HEAD ===> opts: [{use_stdout,false}, {debug_abort_on_error, "Locking of git dependency failed in /home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown"}] ===> Port Cmd: git --git-dir="/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown/.git" rev-parse --verify HEAD Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide,eof] ===> sh info: cwd: "/home/erszcz/.kerl/builds/git-19.3.6/docsh" cmd: git --git-dir="/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/parse_trans/.git" rev-parse --verify HEAD ===> opts: [{use_stdout,false}, {debug_abort_on_error, "Locking of git dependency failed in /home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/parse_trans"}] ===> Port Cmd: git --git-dir="/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/parse_trans/.git" rev-parse --verify HEAD Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide,eof] ===> Compiling edown ===> run_hooks("/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown", pre_hooks, compile) -> no hooks defined ===> run_hooks("/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown", pre_hooks, erlc_compile) -> no hooks defined ===> erlopts [debug_info,debug_info] ===> files to compile ["/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown/src/edown_lib.erl", "/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown/src/edown_layout.erl", "/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown/src/edown_xmerl.erl", "/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown/src/edown_doclet.erl", "/home/erszcz/.kerl/builds/git-19.3.6/docsh/_build/default/lib/edown/src/edown_make.erl"] ./install.sh: line 57: 25278 Killed ./rebar3 compile Couldn't compile docsh + [ 1 -ne 0 ] + echo Couldn't install docsh Couldn't install docsh + exit 1
2017-11-03Edit console printoutRadek Szymczyszyn
2017-11-03Sketch docsh install procedureRadek Szymczyszyn
2017-10-23Roll 1.7.01.7.0Mark Allen
2017-10-23Merge pull request #222 from kerl/pkg-checkMark Allen
Attempt to detect when prerequisite packages are not on a Linux
2017-10-23Merge pull request #214 from kerl/shell_history_otp_20Mark Allen
Add automatic shell history environment flag for OTP >= 20
2017-10-23Merge pull request #225 from rciorba/fish_activateMark Allen
suggest the correct activate script based on parent process command