Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-10 | Remove bin/erl before replacing it | Jason 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-09 | Merge pull request #52 from ericbmerritt/next | Jordan Wilberding | |
make sure that top level releases are also supported | |||
2013-04-09 | make sure that top level releases are also supported | Eric B Merritt | |
Add matching test | |||
2013-04-09 | Merge pull request #51 from ericbmerritt/next | Tristan Sloughter | |
various bugfixes to the system | |||
2013-04-09 | Update contributing document to new branch layout | Eric B Merritt | |
2013-04-09 | set erlware_commons to come from master in rebar config | Eric B Merritt | |
2013-04-09 | fixes #29 - look for common sub dirs for discovery | Eric 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-08 | Merge pull request #50 from tsloughter/master | Jordan Wilberding | |
remove dialyzer and test from all since we run travis on PRs | |||
2013-04-08 | remove dialyzer and test from all since we run travis on PRs | Tristan Sloughter | |
2013-04-08 | Don't run dialyzer on R14 and below | Eric B Merritt | |
Its too slow and the build fails on travis | |||
2013-04-08 | Merge pull request #48 from ericbmerritt/next | Jordan Wilberding | |
Don't run dialyzer on R14 and below | |||
2013-04-08 | Don't run dialyzer on R14 and below | Eric B Merritt | |
Its too slow and the build fails on travis | |||
2013-04-05 | Merge pull request #46 from ericbmerritt/next | Tristan Sloughter | |
Revert "Hopefully force dialyzer to produce output" | |||
2013-04-05 | Revert "Hopefully force dialyzer to produce output" | Eric B Merritt | |
This reverts commit 4e4c4077de18f7374ea72ff518fbb6dbb271ea3c. | |||
2013-04-05 | Merge pull request #45 from ericbmerritt/next | Tristan Sloughter | |
Hopefully force dialyzer to produce output | |||
2013-04-05 | Hopefully force dialyzer to produce output | Eric B Merritt | |
2013-04-05 | Merge pull request #44 from tsloughter/next | Tristan Sloughter | |
fix README travis status link | |||
2013-04-05 | fix README travis status link | Tristan Sloughter | |
2013-04-05 | Merge pull request #43 from erlware/next | Tristan Sloughter | |
Next | |||
2013-04-05 | Merge pull request #42 from ericbmerritt/next | Tristan Sloughter | |
fix unexpected variable issue in build | |||
2013-04-05 | support both R14 'behaviours' and R15+ 'callback info' | Eric B Merritt | |
2013-04-05 | fix unexpected variable issue in build | Eric B Merritt | |
2013-04-05 | Merge pull request #40 from tsloughter/next | Eric Merritt | |
Merging this as the R14B* problems are preexisting and will be fixed in a separate patch. | |||
2013-04-05 | Merge pull request #41 from ericbmerritt/next | Jordan Wilberding | |
remove debug print statement that some how made it in | |||
2013-04-05 | remove debug print statement that some how made it in | Eric B Merritt | |
2013-04-05 | update Makefile to remove deps dir on distclean | Tristan Sloughter | |
2013-04-05 | update README with travis status | Tristan Sloughter | |
2013-04-05 | update travis config | Tristan Sloughter | |
2013-04-05 | Merge pull request #37 from erlware/next | Tristan Sloughter | |
Next | |||
2013-04-05 | Merge pull request #35 from ericbmerritt/next | Jordan Wilberding | |
minor wording fixes to contributing | |||
2013-04-04 | Merge pull request #36 from erlware/next | Tristan Sloughter | |
Next | |||
2013-04-04 | minor wording fixes to contributing | Eric B Merritt | |
2013-04-04 | Merge pull request #34 from ericbmerritt/next | Jordan Wilberding | |
various bug fixes to symlinks. | |||
2013-04-03 | fix bug in release override test suite | Eric B Merritt | |
2013-04-03 | fix bug in rebuild rule of makefile | Eric B Merritt | |
2013-04-03 | support shared resoure as far as discovery goes | Eric B Merritt | |
also correctly handles symlinks without infinite loops | |||
2013-04-03 | move discovered releases to their own area of the relcool state | Eric | |
2013-04-03 | bugfix for empty configs in the Erlang API | Eric | |
2013-03-24 | Merge remote-tracking branch 'erlware/next' | Tristan Sloughter | |
2013-03-24 | Merge pull request #33 from tsloughter/next | Jordan Wilberding | |
add contributing document | |||
2013-03-24 | add contributing document | Tristan Sloughter | |
2013-03-24 | add contributing document | Tristan Sloughter | |
2013-03-24 | vsn 0.0.5 | Tristan Sloughter | |
2013-03-23 | Merge remote-tracking branch 'erlware/next' | Tristan Sloughter | |
2013-03-23 | Merge pull request #32 from tsloughter/next | Jordan Wilberding | |
add extended start script | |||
2013-03-23 | add extended_start_script to example relcool config | Tristan Sloughter | |
2013-03-23 | add extended start script | Tristan Sloughter | |
2013-03-23 | add crash dump to git ignore | Tristan Sloughter | |
2013-03-22 | Merge remote-tracking branch 'erlware/next' | Tristan Sloughter | |
2013-03-22 | Merge pull request #31 from tsloughter/next | Jordan Wilberding | |
change to release rootdir to run release |