aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2015-09-28Revert "Fix possible copy-paste bug in rlx_prv_assembler"Tristan Sloughter
2015-09-19update erlware_commons, remove unneeded 'v' prefix hack and back to 'git' vsnTristan Sloughter
2015-09-16remove unneeded ifdefs and change from NOTEST to TEST defineTristan Sloughter
2015-09-04Fix possible copy-paste bug in rlx_prv_assemblerDmitry Ivanov
2015-08-24version bumpTristan Sloughter
2015-08-24fix error message for template file that doesn't existTristan Sloughter
2015-07-29Possibility for plugins to create custom actions/tasksPavel Khusainov
Before this commit user side provider wasn't able to create custom action. Now we're parsing actions/targets in `rlx_cmd_args` we didn't check them, just converting to atoms. In order to display error message about wrong action, we have to add another check in `relx:run_providers` function.
2015-07-23Add include and priv dirs to tar fileCarlosEDP
2015-07-21version bump to 3.4.0Tristan Sloughter
2015-07-18Merge pull request #369 from tsloughter/masterJordan Wilberding
run overlay after release not before
2015-07-18fix console_clean in dev_mode by always creating start_clean.bootTristan Sloughter
2015-07-15run overlay after release not beforeTristan Sloughter
2015-07-12bump erlware_commons and relx patch vsnTristan Sloughter
2015-07-12Added {cmd, Cmd} to version attribute.Joe DeVivo
Whatever CMD returns will be the version number
2015-07-10version bumpTristan Sloughter
2015-07-10Now you can specify {semver, "version"}Joe DeVivo
where "version" is the prefix you use for tagging versions in git
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