aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-05-14Merge pull request #2 from ericbmerritt/rename-to-relxJordan Wilberding
Relup + rename support
2013-05-10internal rename completion of all relcool to relx callsEric
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-30fix a bug in the makefile where dialyzer was not being called on testEric B Merritt
2013-04-30support the full range of possible arguments in the programmatic apiEric B Merritt
2013-04-13Merge pull request #55 from tsloughter/masterJordan Wilberding
switch travis to use notify instead of joining irc channel
2013-04-14switch travis to use notify instead of joining irc channelTristan Sloughter
2013-04-13Merge pull request #54 from tsloughter/masterJordan Wilberding
skip apps support
2013-04-13add skip_apps config option to list discovered apps to skipTristan Sloughter
2013-04-10Merge pull request #53 from zerotao/masterJordan Wilberding
Remove bin/erl from the local ERTS copy before writing a the new version.
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-04-09Merge pull request #52 from ericbmerritt/nextJordan Wilberding
make sure that top level releases are also supported
2013-04-09make sure that top level releases are also supportedEric B Merritt
Add matching test
2013-04-09Merge pull request #51 from ericbmerritt/nextTristan Sloughter
various bugfixes to the system
2013-04-09Update contributing document to new branch layoutEric B Merritt
2013-04-09set erlware_commons to come from master in rebar configEric B Merritt
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-08Merge pull request #50 from tsloughter/masterJordan Wilberding
remove dialyzer and test from all since we run travis on PRs
2013-04-08remove dialyzer and test from all since we run travis on PRsTristan Sloughter
2013-04-08Don't run dialyzer on R14 and belowEric B Merritt
Its too slow and the build fails on travis
2013-04-08Merge pull request #48 from ericbmerritt/nextJordan Wilberding
Don't run dialyzer on R14 and below
2013-04-08Don't run dialyzer on R14 and belowEric B Merritt
Its too slow and the build fails on travis
2013-04-05Merge pull request #46 from ericbmerritt/nextTristan Sloughter
Revert "Hopefully force dialyzer to produce output"
2013-04-05Revert "Hopefully force dialyzer to produce output"Eric B Merritt
This reverts commit 4e4c4077de18f7374ea72ff518fbb6dbb271ea3c.
2013-04-05Merge pull request #45 from ericbmerritt/nextTristan Sloughter
Hopefully force dialyzer to produce output
2013-04-05Hopefully force dialyzer to produce outputEric B Merritt
2013-04-05Merge pull request #44 from tsloughter/nextTristan Sloughter
fix README travis status link
2013-04-05fix README travis status linkTristan Sloughter
2013-04-05Merge pull request #43 from erlware/nextTristan Sloughter
Next
2013-04-05Merge pull request #42 from ericbmerritt/nextTristan Sloughter
fix unexpected variable issue in build
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 #37 from erlware/nextTristan Sloughter
Next
2013-04-05Merge pull request #35 from ericbmerritt/nextJordan Wilberding
minor wording fixes to contributing
2013-04-04Merge pull request #36 from erlware/nextTristan Sloughter
Next
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