aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2015-07-08bump versionTristan Sloughter
2015-07-08don't do release discovery unless needed -- like for relupsTristan Sloughter
2015-07-01version bumpTristan Sloughter
2015-06-30version bump: 3.1.0Tristan Sloughter
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-25major version bumpTristan Sloughter
2015-06-25no longer run release before tar or relup, the user must call itTristan Sloughter
2015-06-25Fix paths for symlinksDaniel Widgren
2015-06-22update erlware_commons dep for rebar3 and vsn bumpTristan Sloughter
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-17Fixing test for windows, changing symlink to symlink_or_copyDaniel Widgren
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-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-08use mustache v0.3.0Tristan Sloughter
2015-05-08use mustache instead of erlydtl for overlaysTristan Sloughter
2015-04-23update for 18.0Tristan Sloughter
2015-04-17handle directory that doesn't exist in dscv_utilTristan Sloughter
2015-04-06Add ERL_LIBS environmentYury Gargay
2015-04-01support symbolic link overlays in dev_modeDavid 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.
2015-03-31Merge pull request #320 from davebest/bin_dupsTristan Sloughter
prevent files in the bin directory from being duplicated in the .tar
2015-02-23prevent files in the bin directory from being duplicated in the .tarDavid Best
update_tar/6 first adds the bin directory, then adds overlay files. If an overlay copies to bin, it will be added again.
2015-02-19support overlay file inclusionLuis Rascao
allow overlay inclusion of other files, similarly to what OTP already does in sys.config files
2015-02-01Merge pull request #311 from tsloughter/cleanupv1.2.0Jordan Wilberding
cleanup: remove unused provider attributes to not complicate code
2015-02-01fix target ordering to be the same as the user enteredTristan Sloughter
2015-02-01cleanup: remove unused provider attributes to not complicate codeTristan Sloughter
2015-01-31add support for excluding applications from the releaseTristan Sloughter
2015-01-30add config script funcionalityLuis Rascao
similar to rebar's config script, append a .script suffix to the provided relx config that is evaluated and can possibly change values in the original config
2015-01-10remove system libs from tarball if set to falseTristan Sloughter
2015-01-06remove duplicates without changing order of list for lib dirsTristan Sloughter
2014-12-24only unique lib dirs should be used to save time/confusionTristan Sloughter
2014-12-13render overlay filenames for tar archiveTristan Sloughter
2014-11-27fix bug of not using proper erts version if erts path is usedTristan Sloughter
2014-11-26formattingTristan Sloughter
2014-11-22if include_erts is false, do not include stdlibsTristan Sloughter
2014-11-22fix for error message output for no default releaseTristan Sloughter
2014-11-17add back _rel to app discovery, fix relup tests to noticeTristan Sloughter
2014-11-09move back to using format_error/1Tristan Sloughter
2014-11-06update help output to include available tasksTristan Sloughter
2014-11-06add option to strip debug_info from beam files if not dev_modeTristan Sloughter
2014-11-06Merge pull request #252 from tsloughter/masterJordan Wilberding
Split app and release discovery and format_error fix
2014-11-06fix modules thta still were using format_error/1Tristan Sloughter
2014-11-05Relup support for Windowssyl20bnr
2014-11-03split release and app discovery into two separate providersTristan Sloughter
2014-11-03support proper return value of ec_git_vsn of {ok, string()}Tristan Sloughter
2014-11-03include state in format_error/2Tristan Sloughter
2014-11-03Merge pull request #236 from tsloughter/format_error2Jordan Wilberding
Some changes for providers as I work on rebar3