aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-09fixes #29 - look for common sub dirs for discoveryEric B Merritt
With this change relcool looks for the common sub directories to add to the search. Those directories are now, relative to the project dir, `apps`, `lib`, `ebin`, and the release output dir. These automatic subdirs can be disabled by setting `disable_project_subdirs` to `true` in the config. The release output dir is also added to the discovery process. This can be disabled by setting `disable_discover_release_output` to true.
2013-04-08Don't run dialyzer on R14 and belowEric B Merritt
Its too slow and the build fails on travis
2013-04-05Revert "Hopefully force dialyzer to produce output"Eric B Merritt
This reverts commit 4e4c4077de18f7374ea72ff518fbb6dbb271ea3c.
2013-04-05Hopefully force dialyzer to produce outputEric B Merritt
2013-04-05support both R14 'behaviours' and R15+ 'callback info'Eric B Merritt
2013-04-05fix unexpected variable issue in buildEric B Merritt
2013-04-05Merge pull request #40 from tsloughter/nextEric Merritt
Merging this as the R14B* problems are preexisting and will be fixed in a separate patch.
2013-04-05Merge pull request #41 from ericbmerritt/nextJordan Wilberding
remove debug print statement that some how made it in
2013-04-05remove debug print statement that some how made it inEric B Merritt
2013-04-05update Makefile to remove deps dir on distcleanTristan Sloughter
2013-04-05update README with travis statusTristan Sloughter
2013-04-05update travis configTristan Sloughter
2013-04-05Merge pull request #35 from ericbmerritt/nextJordan Wilberding
minor wording fixes to contributing
2013-04-04minor wording fixes to contributingEric B Merritt
2013-04-04Merge pull request #34 from ericbmerritt/nextJordan Wilberding
various bug fixes to symlinks.
2013-04-03fix bug in release override test suiteEric B Merritt
2013-04-03fix bug in rebuild rule of makefileEric B Merritt
2013-04-03support shared resoure as far as discovery goesEric B Merritt
also correctly handles symlinks without infinite loops
2013-04-03move discovered releases to their own area of the relcool stateEric
2013-04-03bugfix for empty configs in the Erlang APIEric
2013-03-24Merge pull request #33 from tsloughter/nextJordan Wilberding
add contributing document
2013-03-24add contributing documentTristan Sloughter
2013-03-23Merge pull request #32 from tsloughter/nextJordan Wilberding
add extended start script
2013-03-23add extended_start_script to example relcool configTristan Sloughter
2013-03-23add extended start scriptTristan Sloughter
2013-03-23add crash dump to git ignoreTristan Sloughter
2013-03-22Merge pull request #31 from tsloughter/nextJordan Wilberding
change to release rootdir to run release
2013-03-22change to release rootdir to run releaseTristan Sloughter
2013-03-13Merge pull request #30 from tsloughter/nextEric Merritt
Update readme, fix test, generate erl script with proper paths, copy start_clean.boot if config opt set
2013-03-13update do type spec for undefined configTristan 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-02-07Merge pull request #27 from ericbmerritt/nextTristan Sloughter
lots of bug fixes
2013-02-06fix bug in on disk overriding the default releaseEric B Merritt
2013-02-06remove io:format that some how made it inEric B Merritt
2013-02-06fix problem in release names from discovered releasesEric B Merritt
2013-02-06fix bug in app version comparisonEric
2013-02-05fix bug in error reporting by relcoolEric B Merritt
2013-02-05fix config issues with undefined configEric B Merritt
2013-02-04Merge pull request #26 from tsloughter/nextEric Merritt
make all grabs deps if deps dir does not exist
2013-02-04fix: specifying config file as argument no longer crashesTristan Sloughter
2013-02-04fix: replace COnfigFile with empty string if undefinedTristan Sloughter
2013-02-04make all grabs deps if deps dir does not existTristan Sloughter
2013-02-02Merge pull request #23 from ericbmerritt/nextJordan Wilberding
support release discovery in relcool along with app discovery
2013-01-31fix formatting bigs in depsolverEric
2013-01-31support release discovery in relcool along with app discoveryEric
2013-01-31fix release processing bugs in rcl_prv_releaseEric
2013-01-31fix bugs in constraint parsing for rcl_releaseEric
2013-01-25move app discovery to a dedicated moduleEric
2013-01-25Merge pull request #22 from ericbmerritt/nextJordan Wilberding
support the discover task searching the output dir