summaryrefslogtreecommitdiff
path: root/rebar.config.script (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
|
* Use P1's coveralls-erl fork to handle unicode in git commit authorBadlop2021-12-071-2/+2
|
* Include odbc app in release only when required (#3633)Badlop2021-06-271-1/+12
|
* New "make dev" and "./ejabberdctl" (requires using rebar3)Badlop2021-06-251-1/+5
|
* Add support for rebar3 to "make rel"Badlop2021-06-251-0/+10
|
* Workaround so coveralls website shows git commit informationBadlop2021-06-061-1/+3
| | | | | | References: https://github.com/markusn/coveralls-erl/pull/36 https://github.com/deadtrickster/prometheus.erl/pull/123
* New ci.yml with all static and dynamic testing suites (#3613)Badlop2021-05-251-16/+19
| | | | | | | | | | It supports all that was already in .travis.yml and tests.yml, plus: - exclude paths that don't affect source code - two very distinct scenarios, ancient a recent (OTP, Rebar, Ubuntu) - cache binaries and dialyzer for small speedup and network usage - separated results, to view comfortably where and what failed - use coveralls example rebar3 code, instead of custom rebar2 - upload binaries.zip that can be used with Binary Installers
* Try to fix coveralls report in Travis, related to commit 2f3f6f8b7Badlop2021-02-041-3/+3
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Remove .git ending from linksNeustradamus2021-01-131-1/+1
| | | | Remove .git ending from links
* Add 'gitonly_deps' list to rebar config/script (#3391)Stu Tomlinson2020-09-211-5/+10
| | | | | | | Add list of dependencies that should only be built from git, to support building with rebar3 where deps do not have hex packages (or where the package versions do not directly map to git tags). This is required for elixir and luerl deps.
* Use compilation flags used during build to compile modules in ext_modPaweł Chmielowski2020-03-031-2/+4
| | | | This fixes issue #3178
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Use tagged version of coverallsPaweł Chmielowski2020-01-171-1/+1
|
* Make sure that configure is run before pc:compile on rebar3Paweł Chmielowski2019-07-121-1/+1
|
* Manually update 2017 copyright dates (#2756)Badlop2019-01-081-1/+1
|
* Use named functions instead of carrying self as argumentPaweł Chmielowski2018-01-291-42/+42
|
* Call configure on deps in separate rebar command that compilePaweł Chmielowski2018-01-151-2/+2
| | | | This way we rebar.config.script can use vars detected by configure
* Use override syntax that rebar3 acceptsPaweł Chmielowski2018-01-151-2/+2
|
* Fix detection of rebar3Paweł Chmielowski2018-01-121-1/+1
| | | | | Looks like sometimes rebar3 report version that can't be split to 3 fields by '.', we need only first one so don't match the rest
* Improve resolving of system depsPaweł Chmielowski2018-01-121-8/+27
| | | | | This version is able to search for know alternative names of deps and helps with running tests when using system deps
* Handle error case from code:lib_dir in ResolveDepPath in rebar.config.scriptPaweł Chmielowski2018-01-101-3/+4
|
* Improve --enable-system-depsPaweł Chmielowski2017-10-301-6/+15
|
* Call earlier deps configure scripts durring compilationPaweł Chmielowski2017-09-261-6/+6
|
* Override version of subdeps with version from main rebar.configPaweł Chmielowski2017-06-071-1/+2
|
* Add --enable-system-deps configure optionPaweł Chmielowski2017-05-311-2/+4
|
* Shut up dialyzer/xref if public_key:short_name_hash/1 is not availableEvgeniy Khramtsov2017-05-131-0/+9
|
* Resolve vars.config relative to to rebar.config.scriptPaweł Chmielowski2017-03-201-1/+1
| | | | This fixes problem with missing deps in make rel - issue #1615
* Fix handling of config.ctc filesPaweł Chmielowski2017-02-141-1/+1
|
* Floating deps should always be executedPaweł Chmielowski2017-01-291-1/+1
| | | | This fixes problem with recognizing latest_deps configure option
* Improve compilation with rebar3Paweł Chmielowski2017-01-261-167/+262
|
* Adapt to coveralls api changePaweł Chmielowski2017-01-241-1/+1
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Cleanup file headersChristophe Romain2016-12-271-7/+18
|
* Make compatible with rebar3Paweł Chmielowski2016-11-241-3/+57
|
* Fix includes in eunit compilation flagsPaweł Chmielowski2016-11-181-6/+12
|
* Add else branch to if_version_{above,below}Paweł Chmielowski2016-07-201-1/+15
|
* Make processing of if_* clauses in rebar.config recursivePaweł Chmielowski2016-07-201-4/+11
|
* Process cover information on travis only if cover support is enabledPaweł Chmielowski2016-05-311-2/+2
|
* Disable cover analyzys on R17 as this causes problems with elixir testsPaweł Chmielowski2016-05-311-0/+14
|
* Add Coveralls supportMickael Remond2016-03-211-1/+26
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Extract deps from rebar.config to use in reltool.config.scriptPaweł Chmielowski2016-01-071-1/+1
|
* Convert rebar.config.script to more declarative formatPaweł Chmielowski2015-12-181-156/+74
|
* Remove "--enable-nif" flagHolger Weiss2015-12-161-5/+1
| | | | | | | Specifying "--enable-nif" or "--disable-nif" when running ejabberd's configure script has no effect anymore: NIF support is enabled by default and can only be disabled by building the p1_xml dependency with "--disable-nif".
* Add plugin for passing extra erl_opts flags to deps, and use it for hipePaweł Chmielowski2015-12-161-2/+3
| | | | This fixes #425 in github issue tracker
* Update cache_tab app nameMickael Remond2015-12-011-1/+1
|
* Make JID related functions from jlib.erl deprecatedEvgeniy Khramtsov2015-11-241-1/+1
|
* Make Riak working on R18Evgeniy Khramtsov2015-11-241-2/+2
|
* Remove supervisor option, disable it for c2s and mucChristophe Romain2015-11-041-2/+0
|