Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | {aux,tests}/lib.sh: Use UUIDs for tmpnames to remove dependency on m4 | EuAndreh | 2022-01-21 | 1 | -1/+0 |
| | |||||
* | aux/ci/ci-build.sh: Bundle repository and expose it publicly | EuAndreh | 2022-01-19 | 1 | -0/+1 |
| | |||||
* | aux/workflow/TODOs.sh: Use td package over ad-hoc sed | EuAndreh | 2022-01-19 | 1 | -0/+1 |
| | |||||
* | Makefile: Remove makefile.svg | EuAndreh | 2022-01-13 | 1 | -2/+0 |
| | |||||
* | aux/containers/guix/: Use local clone over remote channel | EuAndreh | 2021-09-20 | 2 | -12/+11 |
| | | | | | | | | | | | | | | In a way, fixes #task-ab7d98bb-7557-1891-b102-a48942d762be. Since libgit2 won't support the "Dumb HTTP" protocol [0], and Guix won't support tarballs as remotes [1], I'll stick to using the -L option, as suggested by Ludovic. This is a much less self-contained solution, but this allows me to finally turn of the Git daemon running on the server in favour of the "Dumb HTTP" repository served as static files on a bare repository. [0]: https://github.com/libgit2/libgit2/issues/4652#issuecomment-390903142 [1]: https://issues.guix.gnu.org/50606 | ||||
* | aux/containers/guix/with-container.sh: Use $ENV_CMD for less duplication | EuAndreh | 2021-09-13 | 1 | -5/+3 |
| | |||||
* | mv aux/guix/ aux/containers/ | EuAndreh | 2021-09-13 | 3 | -0/+48 |