aboutsummaryrefslogtreecommitdiff
path: root/aux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revamp CI: simpler variant of the same functionalityEuAndreh2023-04-0111-232/+418
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 1a3208d43f837768e18219ca4e79fe31bf748865 git notes --ref=refs/notes/ci-data show 1a3208d43f837768e18219ca4e79fe31bf748865 Exit status: 2 Duration: 4
* aux/lib.sh: Add generic assert_arg()EuAndreh2023-04-011-3/+9
|
* Unmark "lib.sh" files as executablesEuAndreh2023-03-311-0/+0
|
* Do not depend on m4 for anythingEuAndreh2023-03-311-9/+6
|
* aux/workflow/dist.sh: Update Git push optionsEuAndreh2023-03-221-4/+4
|
* aux/workflow/dist.sh: Use authoring date over commit dateEuAndreh2023-03-221-1/+1
|
* aux/workflow/dist.sh: Do not build before doing distEuAndreh2023-03-221-1/+1
|
* aux/80-columns.sh: Add fileEuAndreh2021-09-021-0/+12
|
* aux/workflow/repocheck.sh: Add fileEuAndreh2021-09-021-0/+184
|
* aux/guix/manifest.scm: Update i18n dependenciesEuAndreh2021-09-021-5/+11
|
* mv aux/workflow/manpages.sh doc/manpages.shEuAndreh2021-09-011-66/+0
|
* aux/: UpdateEuAndreh2021-09-0117-87/+153
|
* aux/workflow/favicon.png: RemoveEuAndreh2021-09-011-0/+0
|
* aux/: UpdateEuAndreh2021-07-2318-208/+260
|
* mv {aux => tests}/tests-lib.shEuAndreh2021-06-271-123/+0
|
* aux/: Update, adapt Makefile accordinglyEuAndreh2021-06-2613-58/+372
|
* aux/utils.sh: Remove unused fileEuAndreh2021-06-261-9/+0
|
* aux/guix/manifest.scm: Add gettext and po4a for doing i18nEuAndreh2021-06-261-0/+2
|
* Makefile, README.md: Adapt to changes in aux/EuAndreh2021-06-2617-87/+168
|
* aux/tests-lib.sh: Use colours in test reportingEuAndreh2021-06-221-6/+17
|
* aux/workflow/TODOs.sh: Use <pre> over <span> for idsEuAndreh2021-06-221-1/+1
|
* Setup base i18n infrastructureEuAndreh2021-06-192-3/+188
|
* aux/ci/report.sh: Don't override signatures notes refEuAndreh2021-06-191-1/+4
|
* aux/workflow/assert-changelog.sh: UpdateEuAndreh2021-06-172-5/+8
|
* aux/: UpdateEuAndreh2021-06-163-14/+15
|
* CHANGELOG.md: Add link to homeEuAndreh2021-06-161-0/+9
|
* aux/guix/manifest.scm: Remove unused packagesEuAndreh2021-06-141-3/+0
|
* aux/workflow/assert-manpages.sh: Ignore manpages that are just .soEuAndreh2021-06-141-0/+4
|
* doc/remembering.*: Escape illegal characters in link to mailing listEuAndreh2021-06-141-1/+1
|
* aux/workflow/assert-manpages.sh: Add -i flagEuAndreh2021-06-141-1/+18
|
* doc/remembering.*: Make correct usage of .MT and .UR requestsEuAndreh2021-06-141-9/+11
| | | | Adjust aux/workflow/assert-manpages.sh accordingly.
* aux/workflow/TODOs.sh: Generate valid HTMLEuAndreh2021-06-131-3/+8
|
* aux/ci/report.sh: Add missing close quoteEuAndreh2021-06-131-1/+1
|
* aux/ci/report.sh: Add link to homepage on generated HTMLEuAndreh2021-06-131-3/+4
|
* aux/workflow/dist.sh: Improve checks before taggingEuAndreh2021-06-131-1/+8
|
* Move tests/lib.sh -> aux/tests-lib.sh; add fgrep assert variantEuAndreh2021-06-131-0/+93
|
* aux/workflow/assert-*: UpdateEuAndreh2021-06-132-9/+47
|
* aux/guix/manifest.scm: Remove gzip packageEuAndreh2021-06-131-1/+0
|
* aux/ci/report.sh: Include title in the generated HTML pageEuAndreh2021-06-131-0/+1
|
* aux/ci/ci-build.sh: Use -v on rsyncEuAndreh2021-06-131-1/+1
|
* Makefile: Add ./aux/workflow/assert-manpages.sh to "dev-check" targetEuAndreh2021-06-131-0/+44
|
* aux/guix/pinned-channels.scm: Change channel of xyz-euandreh channelEuAndreh2021-06-111-1/+1
|
* aux/workflow/dist.sh: Remove unused variablesEuAndreh2021-06-111-2/+1
|
* Update files under aux/EuAndreh2021-06-077-17/+36
|
* aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING sectionEuAndreh2021-06-061-0/+12
|
* README.md: Add explicit "Links" and "Releases" sectionsEuAndreh2021-06-063-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 filesEuAndreh2021-06-0614-185/+188
|
* aux/: Add favicon to generated HTML filesEuAndreh2021-06-068-0/+69
|
* Remove assert-clang-format.shEuAndreh2021-06-061-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 executableEuAndreh2021-03-231-0/+0
|