aboutsummaryrefslogtreecommitdiff
path: root/aux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* aux/ci/ci-build.sh: Run build target before tests, so we have HTML files ↵EuAndreh2021-03-231-7/+1
| | | | when tests fail
* Remove unused aux/workflow/CHANGELOG.shEuAndreh2021-03-231-17/+0
|
* aux/guix/with-container.sh: Add --fallback to Guix commandsEuAndreh2021-03-131-7/+6
|
* Revert change to aux/ci/ci-build.shEuAndreh2021-03-101-1/+1
|
* ci-build.sh: Publish CI logs even when "dev-check" failsEuAndreh2021-03-091-1/+1
|
* assert-clang-format.sh: ShellCheckEuAndreh2021-03-091-2/+2
|
* Remove xargs -0 flag usageEuAndreh2021-03-082-3/+3
|
* TODOs.sh: Remove unused SED_REGEX variableEuAndreh2021-03-071-2/+0
|
* manifest.scm: Remove gettext packageEuAndreh2021-03-071-1/+0
|
* TODOs.sh: Use sed to remove dependency on gettextEuAndreh2021-03-072-12/+16
|
* assert-todos.sh: Remove reference to inexistant docbook-xsl/ directoryEuAndreh2021-03-071-1/+1
|
* ci-build.sh: Also omit output of second rsyncEuAndreh2021-03-061-1/+1
|
* README.sh: Remove suffix from Git repo linkEuAndreh2021-03-061-1/+1
|
* Suppress rsync stderr from CI logsEuAndreh2021-03-061-1/+1
|
* Update files under aux/EuAndreh2021-03-061-0/+5
|
* Remove sharedc dependencyEuAndreh2021-03-031-2/+1
|
* Add assert-changelog.sh; change dependency of check -> dev-check targetsEuAndreh2021-02-283-5/+16
|
* README.sh: Reverse the list of tagsEuAndreh2021-02-271-1/+1
|
* Add aux/workflow/sign-tarballs.shEuAndreh2021-02-273-1/+21
|
* manifest.scm: Fix misplaced dependency, use sharedc-latestEuAndreh2021-02-271-1/+1
|
* Update aux/workflow/dist.shEuAndreh2021-02-251-5/+11
|