Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch "make rel" and "make dev" to paths: conf, database, logs | Badlop | 2022-05-02 | 4 | -11/+11 |
| | |||||
* | Add -boot and -boot_var in ejabberdctl instead of adding vm.args | Badlop | 2022-03-10 | 1 | -14/+0 |
| | |||||
* | Update copyright year to 2022 | Badlop | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | New "make relive" similar to "ejabberdctl live" without installing | Badlop | 2022-02-03 | 3 | -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.in | Florian Schmaus | 2021-12-07 | 1 | -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 buggy | Badlop | 2021-07-21 | 1 | -9/+3 |
| | |||||
* | Update setup-dev.sh to work perfectly both with rebar3 and mix | Badlop | 2021-07-16 | 1 | -17/+19 |
| | |||||
* | Add support to build release with mix | Badlop | 2021-07-16 | 1 | -0/+14 |
| | |||||
* | Let "make dev" always update SCRIPT_DIR in ejabberdctl, even if link exists | Badlop | 2021-06-27 | 1 | -2/+3 |
| | |||||
* | New "make dev" and "./ejabberdctl" (requires using rebar3) | Badlop | 2021-06-25 | 1 | -0/+31 |
| | |||||
* | Add support for rebar3 to "make rel" | Badlop | 2021-06-25 | 2 | -0/+34 |
| | |||||
* | Update newest copyright year to 2021 (#3464) | Badlop | 2021-01-27 | 1 | -1/+1 |
| | |||||
* | Update copyright to 2020 (#3149) | Badlop | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | Manually update 2017 copyright dates (#2756) | Badlop | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright to 2016 (#901) | Badlop | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Extract deps from rebar.config to use in reltool.config.script | Paweł Chmielowski | 2016-01-07 | 1 | -23/+25 |
| | |||||
* | Update deps in reltool.config.scripts | Paweł Chmielowski | 2016-01-06 | 1 | -4/+10 |
| | |||||
* | Revert "Remove "--enable-json" flag" | Christophe Romain | 2015-09-25 | 1 | -0/+1 |
| | | | | | This reverts commit 5bb137940c11fbd5d0c4da493e3a4560fbfe2d97. This is needed for mod_http_api | ||||
* | Remove "--enable-json" flag | Holger Weiss | 2015-08-27 | 1 | -1/+0 |
| | | | | The "--enable-json" flag currently has no effect. | ||||
* | Remove "xmlrpc" dependency for "make rel" | Holger Weiss | 2014-10-12 | 1 | -1/+1 |
| | | | | The "xmlrpc" library isn't used anymore. | ||||
* | added p1_utils to reltool.config resolving treap:empty() undefined error | stewart | 2014-09-15 | 1 | -1/+1 |
| | |||||
* | Remove "--enable-http" flag | Holger Weiss | 2014-07-27 | 1 | -1/+0 |
| | | | | | Specifying the "--enable-http" flag on the ./configure command line had no effect. | ||||
* | Change configuration file format to YAML | Evgeniy Khramtsov | 2013-08-21 | 1 | -3/+3 |
| | |||||
* | Do not build p1_logger if lager is enabled | Evgeniy Khramtsov | 2013-07-07 | 1 | -1/+2 |
| | |||||
* | Add some missing applications to the reltool script | Evgeniy Khramtsov | 2013-06-18 | 1 | -2/+5 |
| | |||||
* | Switch to rebar build tool | Evgeniy Khramtsov | 2013-06-13 | 3 | -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 |