aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-07-08Merge pull request #362 from tsloughter/rel_discoveryv3.3.0Jordan Wilberding
don't do release discovery unless needed -- like for relups
2015-07-08bump versionTristan Sloughter
2015-07-08don't do release discovery unless needed -- like for relupsTristan Sloughter
2015-07-08Merge pull request #360 from tsloughter/masterJordan Wilberding
Upgrade mustache
2015-07-01version bumpTristan Sloughter
2015-07-01upgrade bbmustacheTristan Sloughter
2015-06-30Merge pull request #359 from tsloughter/3.1.0v3.1.0Jordan Wilberding
version bump: 3.1.0
2015-06-30version bump: 3.1.0Tristan Sloughter
2015-06-30Merge pull request #358 from bitwalker/masterTristan Sloughter
Remove unnecessary `compile_source` option from `escript:extract/2`.
2015-06-30Remove 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-25Merge pull request #353 from tsloughter/unchainv3.0.0Jordan Wilberding
no longer run release before tar or relup, the user must call it
2015-06-25update for 18 time function changesTristan Sloughter
2015-06-25major version bumpTristan Sloughter
2015-06-25no longer run release before tar or relup, the user must call itTristan Sloughter
2015-06-25Merge pull request #356 from Taure/fix-windows-symlinkTristan Sloughter
Fix paths for symlinks
2015-06-25Fix paths for symlinksDaniel Widgren
2015-06-24Merge pull request #355 from jaredmorrow/jem-run-script-bashismsTristan Sloughter
Remove bashisms from run scripts
2015-06-23Adjust local variable naming per review commentsJared Morrow
2015-06-23Remove bashisms from run scriptsJared 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-22Merge pull request #354 from tsloughter/ec_vsnJordan Wilberding
update erlware_commons dep for rebar3 and vsn bump
2015-06-22update erlware_commons dep for rebar3 and vsn bumpTristan Sloughter
2015-06-21Merge pull request #352 from tsloughter/pkg_depsJordan Wilberding
Use packages for deps and track version number directly
2015-06-21update travis and version bump 2.1.0Tristan Sloughter
2015-06-21use packages and add hex package metadata to .app.srcTristan Sloughter
2015-06-21Merge pull request #349 from Taure/windows-fixTristan Sloughter
Fixing test for windows, changing symlink to symlink_or_copy
2015-06-17Fixing test for windows, changing symlink to symlink_or_copyDaniel Widgren
2015-06-16Merge pull request #350 from tsloughter/upgrade_rebar3Jordan Wilberding
upgrade copy of rebar3
2015-06-15upgrade copy of rebar3Tristan Sloughter
2015-06-02Merge pull request #346 from tsloughter/include_start_cleanJordan Wilberding
add include_nodetool option and always Include start clean
2015-06-01always include start_cleanTristan Sloughter
2015-06-01add include_nodetool option for including nodetool but not extended start scriptTristan Sloughter
2015-05-18Merge pull request #345 from tsloughter/masterJordan Wilberding
fix add_providers config option for newest providers dep
2015-05-18Merge pull request #344 from tsloughter/fix_config_formatJordan Wilberding
don't return value as string if not a printable string
2015-05-16fix add_providers config option for newest providers depTristan Sloughter
2015-05-16don't return value as string if not a printable stringTristan Sloughter
2015-05-08Merge pull request #343 from tsloughter/masterv2.0.0Jordan Wilberding
remove unneeded deps and debug_info
2015-05-08remove unneeded deps and debug_infoTristan Sloughter
2015-05-08Merge pull request #339 from tsloughter/mustacheJordan Wilberding
use mustache instead of erlydtl for overlays
2015-05-08use mustache v0.3.0Tristan Sloughter
2015-05-08use mustache instead of erlydtl for overlaysTristan Sloughter
2015-04-23Merge pull request #337 from tsloughter/otp18Jordan Wilberding
update for 18.0
2015-04-23update for 18.0Tristan Sloughter
2015-04-17Merge pull request #336 from tsloughter/erlangmkv1.3.1Jordan Wilberding
handle directory that doesn't exist in dscv_util
2015-04-17handle directory that doesn't exist in dscv_utilTristan Sloughter
2015-04-17Merge pull request #334 from tsloughter/rebar3Jordan Wilberding
update rebar3 for r15
2015-04-17update rebar3 for r15Tristan Sloughter
2015-04-17Merge pull request #333 from tsloughter/rebar3v1.3.0Jordan Wilberding
update rebar3 for escriptize including .app file fix
2015-04-17update rebar3 for escriptize including .app file fixTristan Sloughter
2015-04-17Merge pull request #332 from tsloughter/rebar3Jordan Wilberding
update erlydtl and switch to rebar3
2015-04-17update erlydtl and switch to rebar3Tristan Sloughter