Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-26 | Rename render_template to core_render and move into core | Loïc Hoguin | |
Also remove the last instance of an "eval export" that pollutes the environment and use the new core_render for it instead. core_render does not include $(verbose) as this needs to be different depending on who calls it. It's now set explicitly everywhere required. | |||
2016-10-29 | Make the sfx plugin use the tarball from Relx | Loïc Hoguin | |
Plus small tweaks. | |||
2016-10-26 | Better FreeBSD fix | Loïc Hoguin | |
2016-10-26 | FreeBSD doesn't use tar -c with -O | Loïc Hoguin | |
2016-10-26 | Add self-extracting/running archives for releases | Loïc Hoguin | |
This is a proof of concept at the moment. It only runs the release in 'console' mode at the moment. I am expecting users to want a mix of both self extracting (without removing when done) and self running (with removal when done) archives. There is currently no way to configure the behavior and so the files get deleted when the release terminates (self running use case). The SFX archive will only be created when the SFX variable is set (either in the Makefile or through the command-line). There are currently no documentation. Just "make SFX=1". |