summaryrefslogtreecommitdiff
path: root/rebar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update rebar2 binary, works from Erlang/OTP 22 to 25Badlop2022-05-021-0/+0
| | | | | | | | | | | | | | | | | | The old version was: rebar 2.6.4 17 20170823_084242 git 2.6.4-27-g8076675-dirty and it couldn't work with Erlang/OTP 25 This new version is rebar 2.6.4 22 20220426_202500 git 2.6.4-39-gb6d3094 compiled from master branch from https://github.com/rebar/rebar using erlang:22-slim docker image To compile ejabberd using rebar and ancient Erlang 19.3-21.3, you need a rebar binary compiled with an old Erlang. If your operating system doesn't provide one, you can download the old one included in ejabberd 21.12, available at: https://github.com/processone/ejabberd/raw/21.12/rebar
* Recompile rebar script with OTP17.5Evgeniy Khramtsov2017-08-231-0/+0
|
* Ignore some options from rebar.configEvgeniy Khramtsov2017-08-221-0/+0
| | | | | Namely, the following options are ignored in dependency packets: require_erts_vsn, require_otp_vsn and require_min_otp_vsn
* Ignore warnings_as_errors everywhereEvgeniy Khramtsov2015-01-151-0/+0
|
* Update the rebar scriptEvgeniy Khramtsov2013-07-011-0/+0
|
* Update the rebar scriptEvgeniy Khramtsov2013-06-301-0/+0
|
* Improve the rebar script. Keep the build graph by default.Evgeniy Khramtsov2013-06-301-0/+0
|
* Remove stupid slow code from rebar, regenerate the scriptEvgeniy Khramtsov2013-06-301-0/+0
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+0
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite