Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: replace autotools with cmake | Rafael G. Martins | 2024-05-21 | 1 | -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. Martins | 2024-05-21 | 1 | -0/+3 |
| | |||||
* | git-receiver: allow users to define builds dir | Rafael G. Martins | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | git-receiver: allow users to change the base directory | Rafael G. Martins | 2018-05-30 | 1 | -1/+1 |
| | | | | | this is useful mostly for shared environments that just provide one shell user. | ||||
* | tests: use absolute path for binaries | Rafael G. Martins | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | git-receiver: test manual mirror push | Rafael G. Martins | 2016-11-19 | 1 | -0/+30 |
| | |||||
* | build: use bash, but get it properly during build time | Rafael G. Martins | 2016-10-12 | 1 | -0/+86 |
hardcoding it for travis, as bash is always installed there. |