aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* migrate codebase to use squareball. again :)feature/squareballRafael G. Martins2019-09-021-105/+103
|
* make: exec: silent "variable not found" errorsRafael G. Martins2019-07-151-1/+3
|
* make: exec: trying to fix bug detected by clang-analyzerRafael G. Martins2019-07-151-1/+3
|
* make: rules: added pagination_tagsRafael G. Martins2019-07-151-4/+61
| | | | needs tests, but is supposed to work
* make: exec: support printing blogc variablesRafael G. Martins2019-07-141-6/+11
| | | | needs more tests
* make: added support for `blogc -e`Rafael G. Martins2019-04-031-5/+11
| | | | must still add tests
* make: exit 1 on errorRafael G. Martins2019-03-281-13/+13
|
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* make: improve blogc output formattingRafael G. Martins2018-05-141-31/+28
|
* make: git-receiver: fixed conversion from wait status to status codeRafael G. Martins2018-05-131-2/+3
|
* make: exec: always print stderr, if availableRafael G. Martins2018-03-201-7/+4
| | | | ... otherwise blogc warnings are hidden
* make: rename TAG_CLOUD to MAKE_TAGSRafael G. Martins2018-03-121-1/+1
| | | | | all the template helper variables provided by blogc-make should start with MAKE_
* make: added `MAKE_POST` var to `posts` and `pages` rulesRafael G. Martins2018-03-111-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. Martins2018-03-101-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 embeddedRafael G. Martins2018-01-071-2/+2
|
* make: use embedded blogc, if possibleRafael G. Martins2018-01-071-0/+13
|
* make: exec: show stderr on errors, even on non-verbose modeRafael G. Martins2017-07-231-2/+5
|
* make: all builds are "production" by default, enable "dev" on cli.Rafael G. Martins2017-03-111-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 runserverRafael G. Martins2017-03-091-1/+1
|
* make: add support to "production" buildsRafael G. Martins2017-03-071-2/+7
| | | | this is used by blogc-github-lambda and blogc-git-receiver.
* make: s/env/global/Rafael G. Martins2017-03-061-1/+1
|
* make: improved runserver verbose outputRafael G. Martins2017-03-031-1/+1
|
* make: reworked binary lookups, added them to ctxRafael G. Martins2017-03-031-13/+7
|
* make: reworked ctx usage by exec functionsRafael G. Martins2017-03-031-9/+15
|
* make: implement binary lookup in a more portable wayRafael G. Martins2017-03-011-27/+11
|
* make: support freebsd properly. drop solarisRafael G. Martins2017-03-011-2/+21
|
* make: improved binary lookup logic.Rafael G. Martins2017-02-271-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 copyrightRafael G. Martins2017-02-251-1/+1
|
* make: parse runserver arguments from cli, instead of envRafael G. Martins2017-02-241-10/+8
| | | | this is some over-optimized parser, to celebrate #cloudbleed :D
* make: git-receiver: fixes to build on OS X. patch by @blackgearRafael G. Martins2017-02-181-1/+2
|
* blogc-make: use absolute path for runserver ruleRafael G. Martins2017-02-121-2/+2
|
* make: fixed cmd quoting. read runserver settings from envRafael G. Martins2017-02-071-11/+41
|
* make: fixed includesRafael G. Martins2017-01-031-2/+0
|
* make: fixed return codeRafael G. Martins2016-12-271-1/+1
|
* make: fixed return codeRafael G. Martins2016-12-271-0/+1
|
* make: provide useful info if blogc-runserver not foundRafael G. Martins2016-12-271-7/+16
|
* make: implemented runserver ruleRafael G. Martins2016-12-271-0/+31
|
* github-lambda: blogc-make: integrateRafael G. Martins2016-12-271-1/+8
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-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 ;)