Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-26 | Propagate the effects of V=1 to relx | Loïc Hoguin | |
2018-11-22 | Add relx-post-rel hook | Oleg Nemanov | |
This hook can be used, for example, to copy additional files to release before it is tared by relx. | |||
2018-07-05 | Add experimental auto-reloading of code for releases | Loïc Hoguin | |
2018-06-25 | Update Relx | Loïc Hoguin | |
2018-05-20 | Update Relx to v3.24.5 | Loïc Hoguin | |
I've built and uploaded the newest Relx to https://erlang.mk Next time this is necessary I should add a Makefile target to do it automatically. | |||
2018-03-14 | Create temporary directory when generating relx | Krzysztof Jurewicz | |
2017-08-23 | Convert the run target to double-colon | Benjamin Bergia | |
2017-05-25 | Update relx up to v3.23.0 | Stanislav Ovchar | |
2017-05-12 | Fix make run on windows | Stanislav Ovchar | |
2017-04-25 | Fix invalid relx.config path on Windows | Loïc Hoguin | |
2017-04-25 | Fix of handling relx.config release version | Krister Svanlund | |
2017-04-25 | Use $(if) instead of ifeq and add a test for RELX_TAR=0 | Loïc Hoguin | |
2017-04-25 | Make tar-ball generation optional with relx | Stefan Hellkvist | |
2016-10-29 | Make the sfx plugin use the tarball from Relx | Loïc Hoguin | |
Plus small tweaks. | |||
2016-10-28 | Add "make relup" | Loïc Hoguin | |
The initial documentation is a bit rough. It's getting late and I'd like to have this in sooner rather than later. :-) | |||
2016-10-25 | Move relx to the temporary directory | Loïc Hoguin | |
2016-10-21 | Update Copyright notices2016.10.21 | Loïc Hoguin | |
2016-04-21 | Bump relx version to 3.19.0 | Hakan Nilsson | |
2015-11-18 | Fix target dependencies and enable parallel again2.0.0-pre.2 | Loïc Hoguin | |
We can now use 'make -j 32' again. All tests pass. There might be some issues left with the areas that are not fully tested yet (some plugins). A few changes in behavior: * 'make app' will also do 'make deps' unless SKIP_DEPS is set. You can use 'make app-build' instead to just build the application. * 'make rel' will also do 'make app' (and therefore deps). There are no alternative target to keep the old behavior at this time. | |||
2015-09-22 | Add REL_DEPS along with its test | Loïc Hoguin | |
2015-09-14 | Update relx to 3.5.0 | Loïc Hoguin | |
2015-09-14 | Make relx work on Windows/MSYS2 | Loïc Hoguin | |
2015-07-04 | Add $(verbose) to avoid completely silencing commands | Loïc Hoguin | |
2015-05-13 | Don't build a release if dependency | Loïc Hoguin | |
Adds neo4j and shotgun back to the package index. | |||
2015-05-10 | Indent the Erlang snippet | Loïc Hoguin | |
2015-05-09 | Document the run target in 'make help' | Loïc Hoguin | |
2015-05-09 | Add a 'run' command to run the relx release | Loïc Hoguin | |
Should only be used during development. Stolen idea from Tristan Sloughter who stole it from Ahmad Sherif. This commit also introduces the 'erlang' function for executing Erlang code written directly in the Makefile. The rest of the project will eventually move to using it as it's much cleaner than the previous solution. | |||
2015-05-09 | Update relx to 2.0.0 | Loïc Hoguin | |
2015-04-23 | Update relx to 1.3.1 | Loïc Hoguin | |
2015-03-06 | Update relx to 1.2.0 | Loïc Hoguin | |
2015-01-12 | Update copyright year | Loïc Hoguin | |
Also added a copyright line in the eunit plugin due to the extensive work I have done there a few days ago. | |||
2015-01-07 | Fix parallel compilation | Loïc Hoguin | |
Parallel compilation is now only enabled for "make" and "make deps app". To ensure order we spawn a new Make process for "deps", "app" and "rel" when the "all" target (or no target) is used. | |||
2015-01-06 | Merge branch 'deps_app_rel_order' of https://github.com/stolen/erlang.mk | Loïc Hoguin | |
2014-12-29 | Updated relx to version v1.1.0 | Mark Nijhof | |
2014-12-23 | Build deps, app, rel targets really in that order | Danil Zagoskin | |
2014-08-20 | Correctly handle RELX_OUTPUT_DIR1.1.0 | Loïc Hoguin | |
2014-08-15 | Fix relx plugin to have targets defined even if file is missing | Loïc Hoguin | |
2014-08-05 | Don't download relx every build | Loïc Hoguin | |
2014-08-01 | Also delete the relx executable on distclean | Loïc Hoguin | |
2014-06-11 | fixed setting `RELX_OUTPUT_DIR` from `RELX_OPTS` | Thomas Moulia | |
This fix is imperfect: it only works if `-o $DIR` are the first args in `RELX_OPTS`. It does not implicitly set the `RELX_OUTPUT_DIR` when there is an arg other than `-o`, e.g. `--dev-mode`, leading `RELX_OPTS`. | |||
2014-05-29 | Bump relx version to 1.0.2 | Kamil Kieliszczyk | |
2014-05-28 | Cut erlang.mk into many small components | Loïc Hoguin | |
* The build.config says what gets into the generated erlang.mk. * The default erlang.mk in the repository hasn't changed yet. * Clean targets were separated into "clean" and "distclean". * The "help" target was added to display some help message. I probably broke a couple things... |