| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Use the locale files over the locale variables. Adapt the "install" and
"uninstall" targets to it, and remove the locale test.
|
|
|
|
|
| |
Instead of variables on the code itself, each language gets its own
file.
|
| |
|
|
|
|
| |
LC_MESSAGEES
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
aux/guix/with-container.sh
|
|
|
|
|
|
| |
The with-container.sh file now only has two mode: either interactive by
giving it no options, or a non interactive by giving it a single option:
the string that is given to "sh -c ...".
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is because the default paths don't need quotes, and if the user
provides a path with spaces, they can provide the quotes.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
assert files before tagging and publishing
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#task-79c9aa0e-d5ef-78d2-0a01-1b5a06cce6d9
|
| |
|
| |
|