Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis: splitted scripts | Rafael G. Martins | 2017-02-10 | 1 | -6/+6 |
| | |||||
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | 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 ;) | ||||
* | github-lambda: initial implementation of AWS Lambda function | Rafael G. Martins | 2016-12-07 | 1 | -0/+3 |
| | |||||
* | travis: unshallow repository before calling autogen.sh | Rafael G. Martins | 2016-10-15 | 1 | -5/+3 |
| | | | | | | this is a better fix to previous travis failures than setting arbitrary depth or increasing it for a very large number, because this repo isn't really large. | ||||
* | travis: increase git clone depth | Rafael G. Martins | 2016-10-15 | 1 | -0/+4 |
| | | | | | | when --depth=50 is not enough to run your tests because `git describe` fails to find the latest commit with a tag, it probably means that you are not doing enough releases... | ||||
* | Revert "travis: fetch tags from git. travis just clones master by default now" | Rafael G. Martins | 2016-10-15 | 1 | -3/+1 |
| | | | | This reverts commit 1e674a43286abd4d4aa71c6c882309b18601c388. | ||||
* | travis: fetch tags from git. travis just clones master by default now | Rafael G. Martins | 2016-10-15 | 1 | -1/+3 |
| | |||||
* | Revert "travis: trying to fix build" | Rafael G. Martins | 2016-10-15 | 1 | -1/+0 |
| | | | | This reverts commit f4ebaba609780cccf4aaa360210490e58e6f49bd. | ||||
* | travis: trying to fix build | Rafael G. Martins | 2016-10-15 | 1 | -0/+1 |
| | |||||
* | cleanup libevent dep | Rafael G. Martins | 2016-09-25 | 1 | -1/+0 |
| | |||||
* | runserver: removed libmagic dependency | Rafael G. Martins | 2016-09-22 | 1 | -1/+0 |
| | |||||
* | build: drop windows support | Rafael G. Martins | 2016-04-28 | 1 | -8/+0 |
| | |||||
* | blogc-runserver: import external tool to blogc repository | Rafael G. Martins | 2016-04-27 | 1 | -0/+2 |
| | | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-runserver tool to the main blogc repository. the tool is build by default, if needed headers and libraries are found. | ||||
* | travis: trying to fix deploy | Rafael G. Martins | 2016-04-06 | 1 | -12/+3 |
| | |||||
* | travis: improved deploy conditions | Rafael G. Martins | 2016-03-09 | 1 | -1/+3 |
| | |||||
* | travis: optimize | Rafael G. Martins | 2016-03-09 | 1 | -0/+1 |
| | |||||
* | travis: removed encrypted vars from .travis.yml | Rafael G. Martins | 2016-03-08 | 1 | -5/+0 |
| | |||||
* | travis: added script to upload distfiles | Rafael G. Martins | 2016-03-08 | 1 | -1/+14 |
| | |||||
* | build: added make rule to build srpm | Rafael G. Martins | 2016-03-08 | 1 | -0/+4 |
| | |||||
* | travis: trying to build for windows | Rafael G. Martins | 2016-03-07 | 1 | -6/+12 |
| | |||||
* | added travis support | Rafael G. Martins | 2016-03-07 | 1 | -0/+28 |
| | |||||
* | Revert "added travis support" | Rafael G. Martins | 2015-04-19 | 1 | -19/+0 |
| | | | | This reverts commit 98cbd56704061895103d6f08d47ae46fd18f0878. | ||||
* | added travis support | Rafael G. Martins | 2015-04-19 | 1 | -0/+19 |