Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: 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 ;) |