Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-08 | systools: add warnings_as_errors option | Tuncer Ayaz | |
2011-09-05 | Fix bug in systools:make_tar when path given as just 'ebin' | Siri Hansen | |
If a path was given as ONLY 'ebin' and not for example './ebin', then systools:make_tar would fail with a function_clause exception in filename:join/1. The bug was in systools_make:appDir/1, which tried to find the parent directory of the given path. This function now uses library functions filename:basename and filename:dirname instead of general list manipulations. | |||
2011-03-30 | Change default behaviour to not check src code when creating release | Siri Hansen | |
Add new option <c>src_tests</c> to systools:make_script and systools:make_tar. The old option <c>no_module_tests</c> is now ignored as this is the default behaviour. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |