| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Implements #task-43e9d7dd-987a-2f71-629f-28a4cc69be1e.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/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 ...".
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
assert files before tagging and publishing
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Implements
- #task-079946ed-7e58-3051-78d6-71ba12342aba
- #task-4a7e02bd-ab82-c628-fa1c-02749c178936
- #task-db34da8d-bf61-43ae-b8f0-f2299834a937
- #task-a0644009-70d7-56ff-c595-ea39fe24dc2b
|
| |
|
|
|
|
| |
git grep -l tar.xz | xargs -I% sh -c 'sed "s/tar\.xz/tar.gz/g" % | sponge %'
|
| |
|
| |
|
| |
|
| |
|
| |
|