summaryrefslogtreecommitdiffstats
path: root/tests/blogc-git-receiver/check_post_receive.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* build: replace autotools with cmakeRafael G. Martins2024-05-211-1/+3
| | | | | | | | | | | | | | | this patch removes all the autoconf/automake/libtool build infrastructure and replaces it with cmake. notable default behavior changes: - man pages are not pre-built, and are not built by default, must be enabled with `-DBUILD_MANPAGES=ON`. removed features: - srpm packaging, to be reintroduced at some point. - deb packaging, now handled externally via rafaelmartins/deb.rgm.io more stuff must be missing, please report bugs!
* *: modernize file headers (spdx and include guards)Rafael G. Martins2024-05-211-0/+3
|
* git-receiver: allow users to define builds dirRafael G. Martins2018-05-311-1/+1
|
* 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.
* tests: use absolute path for binariesRafael G. Martins2017-01-021-1/+1
|
* git-receiver: test manual mirror pushRafael G. Martins2016-11-191-0/+30
|
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-121-0/+86
hardcoding it for travis, as bash is always installed there.