Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: 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 | -1/+2 |
| | | | | this is some over-optimized parser, to celebrate #cloudbleed :D | ||||
* | blogc-make: use absolute path for runserver rule | Rafael G. Martins | 2017-02-12 | 1 | -1/+1 |
| | |||||
* | make: added a bunch of tests | Rafael G. Martins | 2017-01-01 | 1 | -0/+2 |
| | |||||
* | make: implemented runserver rule | Rafael G. Martins | 2016-12-27 | 1 | -0/+1 |
| | |||||
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+24 |
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 ;) |