| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- #task-079946ed-7e58-3051-78d6-71ba12342aba
- #task-4a7e02bd-ab82-c628-fa1c-02749c178936
- #task-db34da8d-bf61-43ae-b8f0-f2299834a937
- #task-a0644009-70d7-56ff-c595-ea39fe24dc2b
|
|
|
|
|
|
|
|
| |
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 %'
|
| |
|
| |
|