Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-04 | 'od' only needs to read 4 bytes of random data | Garret Smith | |
'-N 4' option looks portable across all major flavors of *BSD, Linux, OSX Adding this option prevents a strange case where 'od' can go to 100% CPU in restart scenarios | |||
2015-07-24 | Merge pull request #377 from carlosedp/add-dirs-tar | Tristan Sloughter | |
Add include dirs to tar file | |||
2015-07-24 | Merge pull request #379 from goofansu/patch-1 | Tristan Sloughter | |
relx is in "_build/default/bin/" | |||
2015-07-24 | relx is in "_build/default/bin/" | YeJun Su | |
2015-07-23 | Add include and priv dirs to tar file | CarlosEDP | |
2015-07-21 | Merge pull request #375 from tsloughter/3.4.0v3.4.0 | Jordan Wilberding | |
version bump to 3.4.0 | |||
2015-07-21 | version bump to 3.4.0 | Tristan Sloughter | |
2015-07-20 | Merge pull request #374 from carlosedp/fix-windows-startscript | Tristan Sloughter | |
Fix start script not loading sys.config in console | |||
2015-07-20 | Fix start script not loading sys.config in console | CarlosEDP | |
2015-07-18 | Merge pull request #369 from tsloughter/master | Jordan Wilberding | |
run overlay after release not before | |||
2015-07-18 | Merge pull request #371 from tsloughter/start_clean | Jordan Wilberding | |
fix console_clean in dev_mode by always creating start_clean.boot | |||
2015-07-18 | fix console_clean in dev_mode by always creating start_clean.boot | Tristan Sloughter | |
2015-07-15 | run overlay after release not before | Tristan Sloughter | |
2015-07-12 | Merge pull request #367 from tsloughter/masterv3.3.2 | Jordan Wilberding | |
bump erlware_commons and relx patch vsn | |||
2015-07-12 | bump erlware_commons and relx patch vsn | Tristan Sloughter | |
2015-07-12 | Merge pull request #366 from joedevivo/master | Tristan Sloughter | |
Added {cmd, Cmd} to version attribute. | |||
2015-07-12 | Added {cmd, Cmd} to version attribute. | Joe DeVivo | |
Whatever CMD returns will be the version number | |||
2015-07-10 | Merge pull request #364 from tsloughter/masterv3.3.1 | Jordan Wilberding | |
version bump | |||
2015-07-10 | version bump | Tristan Sloughter | |
2015-07-10 | Merge pull request #363 from joedevivo/master | Tristan Sloughter | |
Now you can specify {semver, "version"} | |||
2015-07-10 | Now you can specify {semver, "version"} | Joe DeVivo | |
where "version" is the prefix you use for tagging versions in git | |||
2015-07-08 | Merge pull request #362 from tsloughter/rel_discoveryv3.3.0 | Jordan Wilberding | |
don't do release discovery unless needed -- like for relups | |||
2015-07-08 | bump version | Tristan Sloughter | |
2015-07-08 | don't do release discovery unless needed -- like for relups | Tristan Sloughter | |
2015-07-08 | Merge pull request #360 from tsloughter/master | Jordan Wilberding | |
Upgrade mustache | |||
2015-07-01 | version bump | Tristan Sloughter | |
2015-07-01 | upgrade bbmustache | Tristan Sloughter | |
2015-06-30 | Merge pull request #359 from tsloughter/3.1.0v3.1.0 | Jordan Wilberding | |
version bump: 3.1.0 | |||
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 |