Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-30 | version bump: 3.1.0 | Tristan Sloughter | |
2015-06-30 | Merge pull request #358 from bitwalker/master | Tristan Sloughter | |
Remove unnecessary `compile_source` option from `escript:extract/2`. | |||
2015-06-30 | Remove unnecessary `compile_source` option from `escript:extract/2`. | Paul Schoenfelder | |
- This was printing error output if the caller was not an escript, regardless of error handling strategy. - The option is not actually required for extracting a valid escript. | |||
2015-06-25 | Merge pull request #353 from tsloughter/unchainv3.0.0 | Jordan Wilberding | |
no longer run release before tar or relup, the user must call it | |||
2015-06-25 | update for 18 time function changes | Tristan Sloughter | |
2015-06-25 | major version bump | Tristan Sloughter | |
2015-06-25 | no longer run release before tar or relup, the user must call it | Tristan Sloughter | |
2015-06-25 | Merge pull request #356 from Taure/fix-windows-symlink | Tristan Sloughter | |
Fix paths for symlinks | |||
2015-06-25 | Fix paths for symlinks | Daniel Widgren | |
2015-06-24 | Merge pull request #355 from jaredmorrow/jem-run-script-bashisms | Tristan Sloughter | |
Remove bashisms from run scripts | |||
2015-06-23 | Adjust local variable naming per review comments | Jared Morrow | |
2015-06-23 | Remove bashisms from run scripts | Jared Morrow | |
This commit removes the bashisms in `bin` and `extended_bin`. Both of these scripts used `local` variables which are a bash addition and aren't supported on Solaris/SmartOS /bin/sh. To keep the local intention of the variables, they were renamed from $var to $l_var. In addition, `extended_bin` used `kill -SIGNAL $PID` which is also not in Solaris `kill`. | |||
2015-06-22 | Merge pull request #354 from tsloughter/ec_vsn | Jordan Wilberding | |
update erlware_commons dep for rebar3 and vsn bump | |||
2015-06-22 | update erlware_commons dep for rebar3 and vsn bump | Tristan Sloughter | |
2015-06-21 | Merge pull request #352 from tsloughter/pkg_deps | Jordan Wilberding | |
Use packages for deps and track version number directly | |||
2015-06-21 | update travis and version bump 2.1.0 | Tristan Sloughter | |
2015-06-21 | use packages and add hex package metadata to .app.src | Tristan Sloughter | |
2015-06-21 | Merge pull request #349 from Taure/windows-fix | Tristan Sloughter | |
Fixing test for windows, changing symlink to symlink_or_copy | |||
2015-06-17 | Fixing test for windows, changing symlink to symlink_or_copy | Daniel Widgren | |
2015-06-16 | Merge pull request #350 from tsloughter/upgrade_rebar3 | Jordan Wilberding | |
upgrade copy of rebar3 | |||
2015-06-15 | upgrade copy of rebar3 | Tristan Sloughter | |
2015-06-02 | Merge pull request #346 from tsloughter/include_start_clean | Jordan Wilberding | |
add include_nodetool option and always Include start clean | |||
2015-06-01 | always include start_clean | Tristan Sloughter | |
2015-06-01 | add include_nodetool option for including nodetool but not extended start script | Tristan Sloughter | |
2015-05-18 | Merge pull request #345 from tsloughter/master | Jordan Wilberding | |
fix add_providers config option for newest providers dep | |||
2015-05-18 | Merge pull request #344 from tsloughter/fix_config_format | Jordan Wilberding | |
don't return value as string if not a printable string | |||
2015-05-16 | fix add_providers config option for newest providers dep | Tristan Sloughter | |
2015-05-16 | don't return value as string if not a printable string | Tristan Sloughter | |
2015-05-08 | Merge pull request #343 from tsloughter/masterv2.0.0 | Jordan Wilberding | |
remove unneeded deps and debug_info | |||
2015-05-08 | remove unneeded deps and debug_info | Tristan Sloughter | |
2015-05-08 | Merge pull request #339 from tsloughter/mustache | Jordan Wilberding | |
use mustache instead of erlydtl for overlays | |||
2015-05-08 | use mustache v0.3.0 | Tristan Sloughter | |
2015-05-08 | use mustache instead of erlydtl for overlays | Tristan Sloughter | |
2015-04-23 | Merge pull request #337 from tsloughter/otp18 | Jordan Wilberding | |
update for 18.0 | |||
2015-04-23 | update for 18.0 | Tristan Sloughter | |
2015-04-17 | Merge pull request #336 from tsloughter/erlangmkv1.3.1 | Jordan Wilberding | |
handle directory that doesn't exist in dscv_util | |||
2015-04-17 | handle directory that doesn't exist in dscv_util | Tristan Sloughter | |
2015-04-17 | Merge pull request #334 from tsloughter/rebar3 | Jordan Wilberding | |
update rebar3 for r15 | |||
2015-04-17 | update rebar3 for r15 | Tristan Sloughter | |
2015-04-17 | Merge pull request #333 from tsloughter/rebar3v1.3.0 | Jordan Wilberding | |
update rebar3 for escriptize including .app file fix | |||
2015-04-17 | update rebar3 for escriptize including .app file fix | Tristan Sloughter | |
2015-04-17 | Merge pull request #332 from tsloughter/rebar3 | Jordan Wilberding | |
update erlydtl and switch to rebar3 | |||
2015-04-17 | update erlydtl and switch to rebar3 | Tristan Sloughter | |
2015-04-06 | Merge pull request #328 from surik/master | Tristan Sloughter | |
Add ERL_LIBS environment | |||
2015-04-06 | Add ERL_LIBS environment | Yury Gargay | |
2015-04-05 | Merge pull request #327 from jaydoane/replace-init-stop-with-halt | Tristan Sloughter | |
Replace "-s init stop" with halt() | |||
2015-04-04 | Replace "cut -d ' ' -f2" with "awk '{print $2}'" so it will work on a mac, ↵ | Jay Doane | |
where od -X /dev/urandom returns columns separated by more than one space | |||
2015-04-04 | Replace "-s init stop" with "halt()" in relx_get_longname | Jay Doane | |
2015-04-01 | Merge pull request #321 from davebest/link_overlay | Tristan Sloughter | |
support symbolic link overlays in dev_mode | |||
2015-04-01 | support symbolic link overlays in dev_mode | David Best | |
If dev_mode=true, an overlay action of 'link' will create the target as a symbolic link, otherwise it will be copied. In any case, the target will be copied, not linked, in the .tar file. |