aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc-git-receiver/check_pre_receive.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* git-receiver: fixed segfault on pre-receive hookRafael G. Martins2018-06-101-2/+20
| | | | | if a [repo:*] section was defined in blogc-git-receiver.ini, but was not providing a symlink value, that would result in a segfault.
* git-receiver: allow users to define builds dirRafael G. Martins2018-05-311-2/+3
|
* git-receiver: allow users to define the htdocs symlink pathRafael G. Martins2018-05-311-3/+82
| | | | documentation pending
* git-receiver: allow users to change the base directoryRafael G. Martins2018-05-301-1/+1
| | | | | this is useful mostly for shared environments that just provide one shell user.
* git-receiver: do not run blogc-make tests if blogc-make is not builtRafael G. Martins2017-01-041-9/+11
|
* git-receiver: support blogc-makeRafael G. Martins2017-01-041-1/+31
|
* git-receiver: detect if pre-receive is running from git using env varRafael G. Martins2017-01-041-4/+4
|
* tests: use absolute path for binariesRafael G. Martins2017-01-021-1/+1
|
* git-receiver: when rebuilding, change to repo dir asapRafael G. Martins2016-11-171-5/+17
|
* git-receiver: allow users to re-run the last successful buildRafael G. Martins2016-11-171-0/+16
| | | | | running the pre-receive hook manually on the server will re-run the last successful build.
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-121-0/+146
hardcoding it for travis, as bash is always installed there.