aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* build: debian: readd MY_P variableRafael G. Martins2022-02-131-0/+1
|
* build: debian: always build against same source fileRafael G. Martins2022-02-131-5/+31
| | | | this will avoid problems with debian source repositories.
* build: update debian/ubuntu releasesRafael G. Martins2022-02-021-5/+5
|
* build: debian: update chroot before building debsRafael G. Martins2021-02-101-1/+7
|
* build: debian: always include original sourceRafael G. Martins2021-01-021-0/+1
|
* build: debian: do not download pbuilder chroot if not building debsRafael G. Martins2021-01-021-5/+5
|
* build: debian: typoRafael G. Martins2021-01-021-1/+1
|
* build: debian do not build version bump commitsRafael G. Martins2021-01-021-1/+5
|
* build: debian: split jobsRafael G. Martins2021-01-021-70/+61
|
* build: debian: fix metadataRafael G. Martins2021-01-021-2/+2
|
* build: debian: several improvements to debian/ubuntu reposRafael G. Martins2021-01-021-23/+22
|
* build: debian: fix versioning and ship all deb artifactsRafael G. Martins2020-12-311-4/+29
|
* added debian packagingRafael G. Martins2020-12-311-0/+94
|
* removed blogc-github-lambdaRafael G. Martins2019-01-151-14/+1
| | | | it will be provided in a separate repository soon
* Revert "travis: try to fix incompatibility of static bins with fedora"Rafael G. Martins2018-07-152-4/+0
| | | | This reverts commit 8d4f9399c816f63ac62cc32e2b2bdc303d52f249.
* travis: try to fix incompatibility of static bins with fedoraRafael G. Martins2018-07-152-0/+4
| | | | | it looks like fedora doesn't ship with the default locale used by travis-ci.
* build: static-all: remove base directoryRafael G. Martins2018-06-131-5/+4
|
* build: added arch to static-all tar file nameRafael G. Martins2018-06-021-1/+1
|
* build: fix static-all tar fileRafael G. Martins2018-06-021-1/+1
|
* build: added static-all targetRafael G. Martins2018-06-021-0/+13
|
* build: use predefined yatr project variablesRafael G. Martins2018-05-103-14/+8
|
* build: use yatrRafael G. Martins2018-05-074-0/+75
|
* travis: splitted scriptsRafael G. Martins2017-02-102-117/+0
|
* build: fixed mixed-tab in valgrind scriptRafael G. Martins2017-01-201-2/+2
|
* build: added shebang to valgrind scriptRafael G. Martins2017-01-201-0/+2
|
* github-lambda: drop external dependenciesRafael G. Martins2016-12-272-48/+23
|
* travis: fixed deploy script, probably a rebase errorRafael G. Martins2016-12-271-1/+1
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-273-3/+11
| | | | | | | | | | | | | | | | | 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 ;)
* build: accept parameters to valgrind scriptRafael G. Martins2016-12-261-2/+2
|
* github-lambda: support symlinksRafael G. Martins2016-12-131-1/+1
|
* travis: yet another fixRafael G. Martins2016-12-131-1/+1
|
* travis: disable stuff not needed for github-lambdaRafael G. Martins2016-12-131-5/+5
|
* travis: fixesRafael G. Martins2016-12-132-2/+2
|
* lambda: add more dependenciesRafael G. Martins2016-12-132-7/+47
|
* travis: actually build static binary for github-lambdaRafael G. Martins2016-12-121-9/+4
|
* travis: build blogc binary statically linked for github-lambdaRafael G. Martins2016-12-121-1/+10
|
* travis: fixed deployed files for blogc-github-lambdaRafael G. Martins2016-12-071-0/+2
|
* build: travis: improve test running option/CFLAGSRafael G. Martins2016-10-301-1/+1
|
* travis: revert test callRafael G. Martins2016-10-151-2/+0
|
* Revert "travis: trying to fix build"Rafael G. Martins2016-10-151-6/+1
| | | | This reverts commit fd1e581ff0318f92ead6b334c8019ae44e98bdcf.
* travis: trying to fix buildRafael G. Martins2016-10-151-1/+6
|
* blogc: added more parenthesis to make gcc happy. trying to fix travisRafael G. Martins2016-10-151-0/+2
|
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-123-6/+2
| | | | hardcoding it for travis, as bash is always installed there.
* build: man: tests: do not use bashRafael G. Martins2016-10-123-3/+3
| | | | tested with busybox' ash, that is not exactly posix.
* git-receiver: added support to get mirror url from config fileRafael G. Martins2016-10-101-0/+18
| | | | this commit also includes some "integration test" in shell script
* build: drop windows supportRafael G. Martins2016-04-282-35/+7
|
* blogc-runserver: import external tool to blogc repositoryRafael G. Martins2016-04-271-2/+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.
* blogc-git-receiver: import external tool to blogc repositoryRafael G. Martins2016-04-271-1/+2
| | | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-git-receiver tool to the main blogc repository. the tool is build by default, if needed headers are found. that means that it will probably only be built for posix-compliant operating systems.
* remove squareball for goodRafael G. Martins2016-04-271-1/+0
|
* travis: trying to fix deployRafael G. Martins2016-04-061-0/+15
|