Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aux/: Update | EuAndreh | 2021-07-23 | 18 | -208/+260 |
| | |||||
* | mv {aux => tests}/tests-lib.sh | EuAndreh | 2021-06-27 | 1 | -123/+0 |
| | |||||
* | aux/: Update, adapt Makefile accordingly | EuAndreh | 2021-06-26 | 13 | -58/+372 |
| | |||||
* | aux/utils.sh: Remove unused file | EuAndreh | 2021-06-26 | 1 | -9/+0 |
| | |||||
* | aux/guix/manifest.scm: Add gettext and po4a for doing i18n | EuAndreh | 2021-06-26 | 1 | -0/+2 |
| | |||||
* | Makefile, README.md: Adapt to changes in aux/ | EuAndreh | 2021-06-26 | 17 | -87/+168 |
| | |||||
* | aux/tests-lib.sh: Use colours in test reporting | EuAndreh | 2021-06-22 | 1 | -6/+17 |
| | |||||
* | aux/workflow/TODOs.sh: Use <pre> over <span> for ids | EuAndreh | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Setup base i18n infrastructure | EuAndreh | 2021-06-19 | 2 | -3/+188 |
| | |||||
* | aux/ci/report.sh: Don't override signatures notes ref | EuAndreh | 2021-06-19 | 1 | -1/+4 |
| | |||||
* | aux/workflow/assert-changelog.sh: Update | EuAndreh | 2021-06-17 | 2 | -5/+8 |
| | |||||
* | aux/: Update | EuAndreh | 2021-06-16 | 3 | -14/+15 |
| | |||||
* | CHANGELOG.md: Add link to home | EuAndreh | 2021-06-16 | 1 | -0/+9 |
| | |||||
* | aux/guix/manifest.scm: Remove unused packages | EuAndreh | 2021-06-14 | 1 | -3/+0 |
| | |||||
* | aux/workflow/assert-manpages.sh: Ignore manpages that are just .so | EuAndreh | 2021-06-14 | 1 | -0/+4 |
| | |||||
* | doc/remembering.*: Escape illegal characters in link to mailing list | EuAndreh | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | aux/workflow/assert-manpages.sh: Add -i flag | EuAndreh | 2021-06-14 | 1 | -1/+18 |
| | |||||
* | doc/remembering.*: Make correct usage of .MT and .UR requests | EuAndreh | 2021-06-14 | 1 | -9/+11 |
| | | | | Adjust aux/workflow/assert-manpages.sh accordingly. | ||||
* | aux/workflow/TODOs.sh: Generate valid HTML | EuAndreh | 2021-06-13 | 1 | -3/+8 |
| | |||||
* | aux/ci/report.sh: Add missing close quote | EuAndreh | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | aux/ci/report.sh: Add link to homepage on generated HTML | EuAndreh | 2021-06-13 | 1 | -3/+4 |
| | |||||
* | aux/workflow/dist.sh: Improve checks before tagging | EuAndreh | 2021-06-13 | 1 | -1/+8 |
| | |||||
* | Move tests/lib.sh -> aux/tests-lib.sh; add fgrep assert variant | EuAndreh | 2021-06-13 | 1 | -0/+93 |
| | |||||
* | aux/workflow/assert-*: Update | EuAndreh | 2021-06-13 | 2 | -9/+47 |
| | |||||
* | aux/guix/manifest.scm: Remove gzip package | EuAndreh | 2021-06-13 | 1 | -1/+0 |
| | |||||
* | aux/ci/report.sh: Include title in the generated HTML page | EuAndreh | 2021-06-13 | 1 | -0/+1 |
| | |||||
* | aux/ci/ci-build.sh: Use -v on rsync | EuAndreh | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | Makefile: Add ./aux/workflow/assert-manpages.sh to "dev-check" target | EuAndreh | 2021-06-13 | 1 | -0/+44 |
| | |||||
* | aux/guix/pinned-channels.scm: Change channel of xyz-euandreh channel | EuAndreh | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | aux/workflow/dist.sh: Remove unused variables | EuAndreh | 2021-06-11 | 1 | -2/+1 |
| | |||||
* | Update files under aux/ | EuAndreh | 2021-06-07 | 7 | -17/+36 |
| | |||||
* | aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING section | EuAndreh | 2021-06-06 | 1 | -0/+12 |
| | |||||
* | README.md: Add explicit "Links" and "Releases" sections | EuAndreh | 2021-06-06 | 3 | -29/+21 |
| | | | | | | | | | | | | | | | | | | | Instead of generating the "Links" and "Releases" sections on the fly and adding them to the end of the README.md before processing it with aux/workflow/README.sh, embed those sections directly and use aux/workflow/assert-readme.sh to make sure the metadata is there. Before we had: 1. generate "Links" and "Releases" on the fly inside aux/workflow/README.sh; 2. add those sections to the end of the README.md; 3. use the custom pandoc build command inside the aux/workflow/README.sh file. Now we have: 1. embed "Links" and "Releases" in the README.md directly; 2. use aux/workflow/assert-readme.sh to validate the correct metadata; 3. use the vanilla aux/workflow/commonmark.sh to generate the HTML. | ||||
* | aux/: Use tabs over spaces for .sh files | EuAndreh | 2021-06-06 | 14 | -185/+188 |
| | |||||
* | aux/: Add favicon to generated HTML files | EuAndreh | 2021-06-06 | 8 | -0/+69 |
| | |||||
* | Remove assert-clang-format.sh | EuAndreh | 2021-06-06 | 1 | -16/+0 |
| | | | | | | | The default formatter uses spaces over tabs, and I can't get it to override that. The --style='{UseTab: Always}' should have done it, but it didn't work. | ||||
* | aux/workflow/public.sh: Mark as executable | EuAndreh | 2021-03-23 | 1 | -0/+0 |
| | |||||
* | aux/ci/ci-build.sh: Run build target before tests, so we have HTML files ↵ | EuAndreh | 2021-03-23 | 1 | -7/+1 |
| | | | | when tests fail | ||||
* | Remove unused aux/workflow/CHANGELOG.sh | EuAndreh | 2021-03-23 | 1 | -17/+0 |
| | |||||
* | aux/guix/with-container.sh: Add --fallback to Guix commands | EuAndreh | 2021-03-13 | 1 | -7/+6 |
| | |||||
* | Revert change to aux/ci/ci-build.sh | EuAndreh | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | ci-build.sh: Publish CI logs even when "dev-check" fails | EuAndreh | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | assert-clang-format.sh: ShellCheck | EuAndreh | 2021-03-09 | 1 | -2/+2 |
| | |||||
* | Remove xargs -0 flag usage | EuAndreh | 2021-03-08 | 2 | -3/+3 |
| | |||||
* | TODOs.sh: Remove unused SED_REGEX variable | EuAndreh | 2021-03-07 | 1 | -2/+0 |
| | |||||
* | manifest.scm: Remove gettext package | EuAndreh | 2021-03-07 | 1 | -1/+0 |
| | |||||
* | TODOs.sh: Use sed to remove dependency on gettext | EuAndreh | 2021-03-07 | 2 | -12/+16 |
| | |||||
* | assert-todos.sh: Remove reference to inexistant docbook-xsl/ directory | EuAndreh | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | ci-build.sh: Also omit output of second rsync | EuAndreh | 2021-03-06 | 1 | -1/+1 |
| | |||||
* | README.sh: Remove suffix from Git repo link | EuAndreh | 2021-03-06 | 1 | -1/+1 |
| |