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