Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Adapt installation to new i18n. | EuAndreh | 2021-09-20 | 4 | -209/+106 | |
| | | | | | Use the locale files over the locale variables. Adapt the "install" and "uninstall" targets to it, and remove the locale test. | |||||
* | Rework how translation is done | EuAndreh | 2021-09-14 | 6 | -9/+115 | |
| | | | | | Instead of variables on the code itself, each language gets its own file. | |||||
* | TODOs.md: Add #task-e9b72107-7dad-0844-d993-503259c729b5 | EuAndreh | 2021-09-14 | 1 | -0/+3 | |
| | ||||||
* | src/git-permalink.in: Use ^ beginning of line marker when grepping for ↵ | EuAndreh | 2021-09-14 | 1 | -1/+1 | |
| | | | | LC_MESSAGEES | |||||
* | TODOs.md: Mark #task-c88197ce-ade4-2d30-07fb-b52cf004a201 as CANCELLED | EuAndreh | 2021-09-13 | 1 | -1/+5 | |
| | ||||||
* | aux/workflow/style.css: Spaces over tabs | EuAndreh | 2021-09-13 | 1 | -60/+60 | |
| | ||||||
* | aux/workflow/style.css: Add dark mode | EuAndreh | 2021-09-13 | 1 | -0/+16 | |
| | ||||||
* | 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 | 4 | -1/+1 | |
| | ||||||
* | aux/ci/ci-build.sh: Use aux/with-container, as a symlink to ↵ | EuAndreh | 2021-09-13 | 2 | -2/+3 | |
| | | | | aux/guix/with-container.sh | |||||
* | aux/guix/with-container.sh: Remove -p and -C options | EuAndreh | 2021-09-13 | 1 | -6/+0 | |
| | | | | | | 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 ...". | |||||
* | aux/workflow/commonmark.sh: Use the same style.css for all commonmark files | EuAndreh | 2021-09-13 | 1 | -1/+2 | |
| | ||||||
* | aux/workflow/style.css: Center the body and add a max-width | EuAndreh | 2021-09-13 | 1 | -0/+5 | |
| | ||||||
* | aux/ci/ci-build.sh: Stop generating docker.tar.gz file | EuAndreh | 2021-09-13 | 1 | -5/+0 | |
| | ||||||
* | Makefile: Remove quotes around $(DESTDIR) and $(PREFIX) | EuAndreh | 2021-09-13 | 1 | -6/+6 | |
| | | | | | This is because the default paths don't need quotes, and if the user provides a path with spaces, they can provide the quotes. | |||||
* | Makefile: Put "install"/"uninstall" at the end | EuAndreh | 2021-08-28 | 1 | -4/+4 | |
| | ||||||
* | Makefile: Use empty line break to separate sections | EuAndreh | 2021-08-28 | 1 | -2/+2 | |
| | ||||||
* | Makefile: Line break to keep 80 columns | EuAndreh | 2021-08-28 | 1 | -1/+2 | |
| | ||||||
* | aux/workflow/dist.sh: Use -c flag from sort for simpler if expression | EuAndreh | 2021-08-28 | 1 | -2/+1 | |
| | ||||||
* | aux/workflow/dist.sh: Run "make clean public dev-check" instead of just two ↵ | EuAndreh | 2021-08-28 | 2 | -5/+4 | |
| | | | | assert files before tagging and publishing | |||||
* | aux/workflow/dist.sh: Enforce ascending order of tag numbers | EuAndreh | 2021-08-28 | 1 | -1/+7 | |
| | ||||||
* | aux/workflow/dist.sh: Add prompt to automatically run publishing commands | EuAndreh | 2021-08-28 | 1 | -1/+10 | |
| | ||||||
* | aux/workflow/dist.sh: Prevent release being made outside the "main" branch | EuAndreh | 2021-08-28 | 1 | -0/+6 | |
| | ||||||
* | TODOs.md: Mark #task-c88197ce-ade4-2d30-07fb-b52cf004a201 as DONE | EuAndreh | 2021-08-24 | 1 | -1/+5 | |
| | ||||||
* | Makefile: Use single quotes around macro expansions for paths and names | EuAndreh | 2021-08-24 | 1 | -13/+13 | |
| | ||||||
* | TODOs.md: Add #task-c88197ce-ade4-2d30-07fb-b52cf004a201 | EuAndreh | 2021-08-24 | 1 | -0/+3 | |
| | ||||||
* | aux/ci/ci-build.sh: Better formatting of final report message | EuAndreh | 2021-08-23 | 1 | -2/+2 | |
| | ||||||
* | aux/workflow/l10n.sh: Print progress message to STDERR instead of STDOUT | EuAndreh | 2021-08-23 | 1 | -1/+1 | |
| | ||||||
* | aux/guix/with-container.sh: Increase verbosity when building Docker pack | EuAndreh | 2021-08-23 | 1 | -1/+1 | |
| | ||||||
* | po/LC_MESSAGES/README.en.md/fr.po: Fix typo newline in link to CHANGELOG | EuAndreh | 2021-08-23 | 1 | -2/+2 | |
| | ||||||
* | README.md: Fix address of makefile.svg | EuAndreh | 2021-08-23 | 4 | -10/+19 | |
| | ||||||
* | public/makefile.svg: Start generating it with makefile2graph and graphviz | EuAndreh | 2021-08-23 | 6 | -1/+59 | |
| | ||||||
* | aux/ci/report.sh: Add missing closing </main> tag | EuAndreh | 2021-08-20 | 1 | -0/+1 | |
| | ||||||
* | aux/ci/report.sh: Fix inconsistent indentation | EuAndreh | 2021-08-20 | 1 | -1/+1 | |
| | ||||||
* | aux/ci/report.sh: Put project name at the beginning of the titel | EuAndreh | 2021-08-20 | 1 | -1/+1 | |
| | ||||||
* | aux/ci/report.sh: Add description metadata, use <ol>, use spaces for HTML | EuAndreh | 2021-08-20 | 1 | -27/+27 | |
| | ||||||
* | aux/workflow/repocheck.sh: Run dev-check, adapt scripts that depend on Git repo | EuAndreh | 2021-08-20 | 4 | -7/+14 | |
| | ||||||
* | TODOs.md: Add #task-e8d9a644-ead4-af05-8582-eef22af90633 | EuAndreh | 2021-08-20 | 1 | -0/+3 | |
| | ||||||
* | TODOs.md: Add link to POSIX reference in ↵ | EuAndreh | 2021-08-20 | 1 | -0/+2 | |
| | | | | #task-79c9aa0e-d5ef-78d2-0a01-1b5a06cce6d9 | |||||
* | TODOs.md: Add #question-e7faf3ec-a40e-f35c-7380-6965942d957f | EuAndreh | 2021-08-20 | 1 | -0/+3 | |
| | ||||||
* | TODOs.md: Add #task-79c9aa0e-d5ef-78d2-0a01-1b5a06cce6d9 | EuAndreh | 2021-08-20 | 1 | -0/+7 | |
| | ||||||
* | TODOs.md: Add #task-0c5d9ffc-435e-b395-48ef-29a84bb689e9 | EuAndreh | 2021-08-20 | 1 | -0/+3 | |
| | ||||||
* | src/git-permalink.in: Add directions to manpage at the end of help text | EuAndreh | 2021-08-19 | 1 | -4/+12 | |
| | ||||||
* | TODOs.md: Mark #task-bd6ebb44-a6f7-5e14-39df-64e8e7cfc21e as DONE | EuAndreh | 2021-08-19 | 1 | -1/+8 | |
| | ||||||
* | aux/workflow/public.sh: Make a symlink for favicon.svg instead of a copy | EuAndreh | 2021-08-19 | 1 | -1/+1 | |
| | ||||||
* | aux/workflow/favicon.png: Delete unused file | EuAndreh | 2021-08-19 | 2 | -2/+2 | |
| | ||||||
* | TODOs.md: Mark many as DONE | EuAndreh | 2021-08-19 | 1 | -4/+20 | |
| | | | | | | | - #task-079946ed-7e58-3051-78d6-71ba12342aba - #task-4a7e02bd-ab82-c628-fa1c-02749c178936 - #task-db34da8d-bf61-43ae-b8f0-f2299834a937 - #task-a0644009-70d7-56ff-c595-ea39fe24dc2b | |||||
* | aux/workflow/repocheck.sh: Add, supersedes aux/workflow/installcheck.sh | EuAndreh | 2021-08-19 | 4 | -73/+187 | |
| | | | | | | | | 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 | |||||
* | TODOs.md: Add #task-bd6ebb44-a6f7-5e14-39df-64e8e7cfc21e | EuAndreh | 2021-08-17 | 1 | -0/+3 | |
| |