Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-receiver: when rebuilding, change to repo dir asap | Rafael G. Martins | 2016-11-17 | 1 | -5/+17 |
| | |||||
* | git-receiver: allow users to re-run the last successful build | Rafael G. Martins | 2016-11-17 | 1 | -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 time | Rafael G. Martins | 2016-10-12 | 3 | -3/+3 |
| | | | | hardcoding it for travis, as bash is always installed there. | ||||
* | build: man: tests: do not use bash | Rafael G. Martins | 2016-10-12 | 3 | -3/+3 |
| | | | | tested with busybox' ash, that is not exactly posix. | ||||
* | tests: git-receiver: avoid removing directories for safety | Rafael G. Martins | 2016-10-11 | 3 | -20/+15 |
| | |||||
* | git-receiver: added tests for shell, fixed bug | Rafael G. Martins | 2016-10-11 | 1 | -0/+73 |
| | |||||
* | git-receiver: added test for post-receive. fixed leak | Rafael G. Martins | 2016-10-11 | 1 | -0/+148 |
| | |||||
* | Revert "trying to fix tests on travis" | Rafael G. Martins | 2016-10-10 | 1 | -4/+4 |
| | | | | This reverts commit 84dbde7d04a04434721ec9d2965af6d946713e5d. | ||||
* | trying to fix tests on travis | Rafael G. Martins | 2016-10-10 | 1 | -4/+4 |
| | |||||
* | removed uneeded error code. export LC_ALL=C in test script | Rafael G. Martins | 2016-10-10 | 1 | -0/+2 |
| | |||||
* | git-receiver: added support to get mirror url from config file | Rafael G. Martins | 2016-10-10 | 2 | -0/+173 |
| | | | | this commit also includes some "integration test" in shell script | ||||
* | git-receiver: splitted/reimplemented and tested shell command parser | Rafael G. Martins | 2016-10-07 | 1 | -0/+244 |
| | |||||
* | git-receiver: splitted and tested pre-receive input parser | Rafael G. Martins | 2016-10-04 | 1 | -0/+101 |