Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: added 'html_order' and 'atom_order' settings | Rafael G. Martins | 2017-08-03 | 2 | -5/+123 |
| | | | | | | | these settings are used to change the order of the posts on the listings. by default, users are supposed to list their posts from older to newer in the blogcfile, and blogc-make will list them on descending order, both for html listings and atom listings. | ||||
* | make: copy rule should support directories, recursively | Rafael G. Martins | 2017-04-30 | 1 | -0/+70 |
| | | | | | | now any directories listed in the [copy] section of blogcfile will have its files copied recursively to the output dir. this is useful for big chunks of generated files, e.g. doxygen documentation. | ||||
* | make: settings: do not read output_dir from blogcfile | Rafael G. Martins | 2017-04-28 | 2 | -92/+83 |
| | | | | | now it is only possible to override output directory using environment variable. this commit also reduces the number trie lookups. | ||||
* | make: fix tests | Rafael G. Martins | 2017-04-11 | 1 | -12/+3 |
| | |||||
* | make: all builds are "production" by default, enable "dev" on cli. | Rafael G. Martins | 2017-03-11 | 1 | -6/+5 |
| | | | | | | 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: add support to "production" builds | Rafael G. Martins | 2017-03-07 | 1 | -6/+48 |
| | | | | this is used by blogc-github-lambda and blogc-git-receiver. | ||||
* | make: s/env/global/ | Rafael G. Martins | 2017-03-06 | 2 | -28/+28 |
| | |||||
* | make: added missing test | Rafael G. Martins | 2017-03-03 | 1 | -0/+4 |
| | |||||
* | make: improved tests | Rafael G. Martins | 2017-03-03 | 1 | -3/+3 |
| | |||||
* | make: reworked binary lookups, added them to ctx | Rafael G. Martins | 2017-03-03 | 4 | -60/+56 |
| | |||||
* | make: implement binary lookup in a more portable way | Rafael G. Martins | 2017-03-01 | 4 | -0/+8 |
| | |||||
* | make: keep backward compatibility with [copy_files] | Rafael G. Martins | 2017-02-25 | 1 | -0/+93 |
| | |||||
* | make: renamed [environment] to [global] | Rafael G. Martins | 2017-02-25 | 2 | -3/+120 |
| | |||||
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 4 | -4/+4 |
| | |||||
* | make: parse runserver arguments from cli, instead of env | Rafael G. Martins | 2017-02-24 | 1 | -0/+104 |
| | | | | this is some over-optimized parser, to celebrate #cloudbleed :D | ||||
* | blogc-make: renamed copy_files settings to copy | Rafael G. Martins | 2017-02-14 | 1 | -6/+6 |
| | |||||
* | blogc-make: renamed auto-defined vars to MAKE_* | Rafael G. Martins | 2017-02-13 | 1 | -2/+2 |
| | |||||
* | make: fixed cmd quoting. read runserver settings from env | Rafael G. Martins | 2017-02-07 | 1 | -6/+6 |
| | |||||
* | blogc-make: fixed clean rule | Rafael G. Martins | 2017-01-03 | 1 | -1/+64 |
| | |||||
* | tests: use absolute path for binaries | Rafael G. Martins | 2017-01-02 | 1 | -7/+9 |
| | |||||
* | make: rename settings.ini to blogcfile | Rafael G. Martins | 2017-01-01 | 1 | -14/+14 |
| | |||||
* | make: added a bunch of tests | Rafael G. Martins | 2017-01-01 | 3 | -0/+1088 |
| | |||||
* | make: implemented runserver rule | Rafael G. Martins | 2016-12-27 | 1 | -1/+4 |
| | |||||
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+158 |
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 ;) |