aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_prv_assembler.erl
AgeCommit message (Collapse)Author
2013-05-09Basic file rename from rcl to rlxEric
2013-05-09support the creation or relupsEric B Merritt
2013-05-09support a hard distinction between configured releases and realized releasesEric B Merritt
2013-04-10Remove bin/erl before replacing itJason L. Shiffer
In some erlang distributions (e.g. brew) the ERTS files do not have write permissions set.  When this is the case the file:write_file will fail with error 'eacces'. This commit removes 'bin/erl' before attempting to write the new file.
2013-03-23add extended_start_script to example relcool configTristan Sloughter
2013-03-23add extended start scriptTristan Sloughter
2013-03-22change to release rootdir to run releaseTristan Sloughter
2013-03-13copy start_clean boot file along with ertsTristan Sloughter
2013-03-13replace erl sript in copied erts with generated versionTristan Sloughter
2013-01-25support the discover task searching the output dirEric
This has the potential to save a lot of time and make future release upgrading much simpler for the user.
2013-01-24fix and normalize module headersEric
2012-12-28support the ability to *not* autogenerate start scriptsEric
2012-12-21refactor rcl_prv_assembler for symplicity and reliabilityEric
2012-12-18ensure that each directory is explicitly created before a copy occures.Eric
2012-12-18make sure that the app target dir is created befor a copyEric
2012-12-18make sure that copy errors can be correctly detectedEric
2012-12-18fix a bug in the ability to rebuild releasesEric
2012-12-10assembler should create the output dirEric
2012-12-07allow a user to specify additional opts to erlexecEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21all relcool to symlink in 'overridden' appsEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21minor cleanup and refactoring for rcl_prv_assembler, rcl_prv_discoverEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-24add a bit of additional logging informationEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-09-19discover should not discover files in the output dirEric
2012-09-19fix minor bugs in the assemblerEric
2012-09-19fully support testing of release buildsEric