Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: exec: always print stderr, if available | Rafael G. Martins | 2018-03-20 | 1 | -7/+4 |
| | | | | ... otherwise blogc warnings are hidden | ||||
* | make: rename TAG_CLOUD to MAKE_TAGS | Rafael G. Martins | 2018-03-12 | 1 | -1/+1 |
| | | | | | all the template helper variables provided by blogc-make should start with MAKE_ | ||||
* | make: added `MAKE_POST` var to `posts` and `pages` rules | Rafael G. Martins | 2018-03-11 | 1 | -7/+9 |
| | | | | | | This variable will have the same string that was inserted in tbe `blogcfile` when listing posts and pages, and is useful to highlight active menu items, for example. | ||||
* | make: pass TAG_CLOUD variable to blogc. | Rafael G. Martins | 2018-03-10 | 1 | -0/+6 |
| | | | | | this variable includes all the tags configured in blogcfile(5) as a space-separated string. | ||||
* | make: disable bm_find_binary tests when running embedded | Rafael G. Martins | 2018-01-07 | 1 | -2/+2 |
| | |||||
* | make: use embedded blogc, if possible | Rafael G. Martins | 2018-01-07 | 1 | -0/+13 |
| | |||||
* | make: exec: show stderr on errors, even on non-verbose mode | Rafael G. Martins | 2017-07-23 | 1 | -2/+5 |
| | |||||
* | make: all builds are "production" by default, enable "dev" on cli. | Rafael G. Martins | 2017-03-11 | 1 | -5/+4 |
| | | | | | | this is more consistent with other similar tools, and enables us to add something like a [copy:dev] section later, that will avoid copying dev files to production builds. | ||||
* | make: 130 (ctrl-c) is not an error for runserver | Rafael G. Martins | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | make: add support to "production" builds | Rafael G. Martins | 2017-03-07 | 1 | -2/+7 |
| | | | | this is used by blogc-github-lambda and blogc-git-receiver. | ||||
* | make: s/env/global/ | Rafael G. Martins | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | make: improved runserver verbose output | Rafael G. Martins | 2017-03-03 | 1 | -1/+1 |
| | |||||
* | make: reworked binary lookups, added them to ctx | Rafael G. Martins | 2017-03-03 | 1 | -13/+7 |
| | |||||
* | make: reworked ctx usage by exec functions | Rafael G. Martins | 2017-03-03 | 1 | -9/+15 |
| | |||||
* | make: implement binary lookup in a more portable way | Rafael G. Martins | 2017-03-01 | 1 | -27/+11 |
| | |||||
* | make: support freebsd properly. drop solaris | Rafael G. Martins | 2017-03-01 | 1 | -2/+21 |
| | |||||
* | make: improved binary lookup logic. | Rafael G. Martins | 2017-02-27 | 1 | -20/+43 |
| | | | | | | | now it is possible to run blogc-make from git checkout without installing and without setting $PATH. It will also always try to load the binary from the same dir as blogc-make, that is likely the same version | ||||
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | make: parse runserver arguments from cli, instead of env | Rafael G. Martins | 2017-02-24 | 1 | -10/+8 |
| | | | | this is some over-optimized parser, to celebrate #cloudbleed :D | ||||
* | make: git-receiver: fixes to build on OS X. patch by @blackgear | Rafael G. Martins | 2017-02-18 | 1 | -1/+2 |
| | |||||
* | blogc-make: use absolute path for runserver rule | Rafael G. Martins | 2017-02-12 | 1 | -2/+2 |
| | |||||
* | make: fixed cmd quoting. read runserver settings from env | Rafael G. Martins | 2017-02-07 | 1 | -11/+41 |
| | |||||
* | make: fixed includes | Rafael G. Martins | 2017-01-03 | 1 | -2/+0 |
| | |||||
* | make: fixed return code | Rafael G. Martins | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | make: fixed return code | Rafael G. Martins | 2016-12-27 | 1 | -0/+1 |
| | |||||
* | make: provide useful info if blogc-runserver not found | Rafael G. Martins | 2016-12-27 | 1 | -7/+16 |
| | |||||
* | make: implemented runserver rule | Rafael G. Martins | 2016-12-27 | 1 | -0/+31 |
| | |||||
* | github-lambda: blogc-make: integrate | Rafael G. Martins | 2016-12-27 | 1 | -1/+8 |
| | |||||
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+297 |
so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;) |