aboutsummaryrefslogtreecommitdiff
path: root/rel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch "make rel" and "make dev" to paths: conf, database, logsBadlop2022-05-024-11/+11
|
* Add -boot and -boot_var in ejabberdctl instead of adding vm.argsBadlop2022-03-101-14/+0
|
* Update copyright year to 2022Badlop2022-02-111-1/+1
|
* New "make relive" similar to "ejabberdctl live" without installingBadlop2022-02-033-0/+59
| | | | | | | | | | | | | | | | | | | Prepare with: ./autogen.sh && ./configure --with-rebar=./rebar3 && make Or use this if you installed Elixir: ./autogen.sh && ./configure --with-rebar=mix && make Start without installing (it recompiles when necessary): make relive It stores config, database and logs in _build/relive/ There's available the well-known script: _build/relive/ejabberdctl Please note this fails immediately: r3:do(compile). This crashes a few seconds later: rebar3:run(["compile"]). Workaround that works correctly: ejabberd_admin:update().
* Remove CTLLOCKDIR (/var/lock/ejabberdctl) from Makefile.inFlorian Schmaus2021-12-071-1/+0
| | | | | | | Flock'ing /var/lock/ejabberdctl by ejabberdctl was removed with f7d4aae64db8 ("Use UUID for ctl node name (#1021)"), however the according recipies in the Makefile where never removed. This commit does that.
* In "make dev" don't create link ejabberdctl, seems buggyBadlop2021-07-211-9/+3
|
* Update setup-dev.sh to work perfectly both with rebar3 and mixBadlop2021-07-161-17/+19
|
* Add support to build release with mixBadlop2021-07-161-0/+14
|
* Let "make dev" always update SCRIPT_DIR in ejabberdctl, even if link existsBadlop2021-06-271-2/+3
|
* New "make dev" and "./ejabberdctl" (requires using rebar3)Badlop2021-06-251-0/+31
|
* Add support for rebar3 to "make rel"Badlop2021-06-252-0/+34
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Manually update 2017 copyright dates (#2756)Badlop2019-01-081-1/+1
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Extract deps from rebar.config to use in reltool.config.scriptPaweł Chmielowski2016-01-071-23/+25
|
* Update deps in reltool.config.scriptsPaweł Chmielowski2016-01-061-4/+10
|
* Revert "Remove "--enable-json" flag"Christophe Romain2015-09-251-0/+1
| | | | | This reverts commit 5bb137940c11fbd5d0c4da493e3a4560fbfe2d97. This is needed for mod_http_api
* Remove "--enable-json" flagHolger Weiss2015-08-271-1/+0
| | | | The "--enable-json" flag currently has no effect.
* Remove "xmlrpc" dependency for "make rel"Holger Weiss2014-10-121-1/+1
| | | | The "xmlrpc" library isn't used anymore.
* added p1_utils to reltool.config resolving treap:empty() undefined errorstewart2014-09-151-1/+1
|
* Remove "--enable-http" flagHolger Weiss2014-07-271-1/+0
| | | | | Specifying the "--enable-http" flag on the ./configure command line had no effect.
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-3/+3
|
* Do not build p1_logger if lager is enabledEvgeniy Khramtsov2013-07-071-1/+2
|
* Add some missing applications to the reltool scriptEvgeniy Khramtsov2013-06-181-2/+5
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-133-0/+182
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