Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | TODOs.md: Remove reference to CI logs in ↵ | EuAndreh | 2021-07-23 | 1 | -4/+0 | |
| | | | | #task-1e18a7cc-1055-bd09-3060-c03292ba583b | |||||
* | Use tar.xz over tar.gz | EuAndreh | 2021-07-23 | 7 | -124/+124 | |
| | | | | git grep -lF tar.gz | xargs sed -i 's/tar\.gz/tar.xz/g' | |||||
* | aux/workflow/sign-tarballs.sh: Fix attaching signatures | EuAndreh | 2021-07-23 | 1 | -2/+2 | |
| | | | | THe documentation is actually incorrect, and the "v" prefix is needed. | |||||
* | CHANGELOG.md: Add note on removing dependency on Perl | EuAndreh | 2021-07-23 | 4 | -0/+33 | |
| | ||||||
* | aux/ci/report.sh: Stop fetching by default | EuAndreh | 2021-07-23 | 2 | -6/+1 | |
| | ||||||
* | aux/workflow/commonmark.sh: Read from stdin, write to stdout | EuAndreh | 2021-07-23 | 2 | -50/+30 | |
| | | | | | | Also: - aux/workflow/public.sh: Make the toplevel HTML files a symlink to the english versions. | |||||
* | TODOs.md: Mark #task-bf65e50a-b424-9fce-ba8e-fcd6b3bf1c7a as DONE | EuAndreh | 2021-07-23 | 1 | -1/+5 | |
| | ||||||
* | aux/workflow/TODOs.sh: Remove dependency on Perl | EuAndreh | 2021-07-23 | 6 | -40/+46 | |
| | | | | | | | | | | | | I've replaced the Perl usage for doing regexes with plain sed. Implements #task-bf65e50a-b424-9fce-ba8e-fcd6b3bf1c7a. Also: - README.md: remove Perl from the list of tools required; - po/LC_MESSAGES/README.en.md/*.po: translate the update on required tools; - aux/guix/manifest.scm: remove Perl package. | |||||
* | Makefile: Use $(PREFIX) directly over the $(MANPREFIX) variable | EuAndreh | 2021-07-23 | 1 | -3/+2 | |
| | ||||||
* | TODOs.md: Add #task-bf65e50a-b424-9fce-ba8e-fcd6b3bf1c7a | EuAndreh | 2021-07-22 | 1 | -0/+3 | |
| | ||||||
* | TODOs.md: Add #task-43e9d7dd-987a-2f71-629f-28a4cc69be1e | EuAndreh | 2021-07-22 | 1 | -0/+3 | |
| | ||||||
* | TODOs.md: Mark #task-c140c4df-042e-6aa5-2202-c27e707d7eb4 as DONE | EuAndreh | 2021-07-21 | 1 | -1/+5 | |
| | ||||||
* | README.md: Add dicrectory structure overview | EuAndreh | 2021-07-21 | 4 | -27/+163 | |
| | | | | Implements #task-c140c4df-042e-6aa5-2202-c27e707d7eb4. | |||||
* | TODOs.md: Add #task-c140c4df-042e-6aa5-2202-c27e707d7eb4 | EuAndreh | 2021-07-19 | 1 | -0/+3 | |
| | ||||||
* | aux/workflow/preamble.md: Add #new ID to mailto link | EuAndreh | 2021-07-16 | 1 | -1/+1 | |
| | ||||||
* | TODOs.md: Mark #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 as DONE | EuAndreh | 2021-07-16 | 1 | -1/+5 | |
| | ||||||
* | aux/workflow/l10n.sh: Add --wrapwidth 999 to po2md | EuAndreh | 2021-07-16 | 1 | -1/+1 | |
| | ||||||
* | .gitignore: Remove redundant /messages.mo | EuAndreh | 2021-07-16 | 1 | -1/+0 | |
| | ||||||
* | TODOs.md: Mark #task-d1dc781f-8659-b02a-2b52-021528985f7c as WONTFIX | EuAndreh | 2021-07-16 | 1 | -1/+8 | |
| | ||||||
* | aux/workflow/: Add WONTFIX issue classification | EuAndreh | 2021-07-16 | 3 | -3/+3 | |
| | ||||||
* | Makefile: Stick to 80 columns limit | EuAndreh | 2021-07-16 | 1 | -4/+8 | |
| | ||||||
* | Makefile: Remove redundant markdown dependencies from "public" | EuAndreh | 2021-07-16 | 1 | -1/+1 | |
| | ||||||
* | Release v0.2.3v0.2.3 | EuAndreh | 2021-07-16 | 9 | -2/+66 | |
| | ||||||
* | TODOs.md: Mark #task-f957647c-df05-c0c1-a38b-2e6faea99b8f as DONE | EuAndreh | 2021-07-16 | 1 | -1/+5 | |
| | ||||||
* | aux/workflow/l10n.sh: Feed files to mdpo via STDIN instead of the positional ↵ | EuAndreh | 2021-07-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | argument After a lot (a lot) of debugging, I've discovered the issue to be with mdpo, and how it behaved differently in an unexpected way when in a pipe instead of being invoked directly. An issue was filled [0] upstream to report problem, but the workaround was enough to address #task-f957647c-df05-c0c1-a38b-2e6faea99b8f. [0]: https://github.com/mondeja/mdpo/issues/159 | |||||
* | aux/workflow/l10n.sh: Put positional arguments at the end | EuAndreh | 2021-07-16 | 1 | -2/+2 | |
| | ||||||
* | aux/ci/git-post-receive.sh: Stop silently overrinding $_ | EuAndreh | 2021-07-16 | 1 | -1/+2 | |
| | ||||||
* | aux/ci/git-post-receive.sh: Emit retrigger instruction even when build fails | EuAndreh | 2021-07-16 | 1 | -1/+1 | |
| | ||||||
* | aux/ci/: Run sh files with sh instead of ./ | EuAndreh | 2021-07-16 | 2 | -3/+4 | |
| | ||||||
* | aux/ci/: Move Git hook handling from ci-build.sh to git-post-receive.sh | EuAndreh | 2021-07-16 | 2 | -3/+8 | |
| | | | | BONUS: Log instruction to re-execute build. | |||||
* | aux/workflow/styles.css, aux/ci/ci-build.sh: spaces -> tabs | EuAndreh | 2021-07-16 | 2 | -43/+43 | |
| | ||||||
* | aux/workflow/style.css: Be less specific on selectors, remove reference to ↵ | EuAndreh | 2021-07-15 | 1 | -7/+2 | |
| | | | | previous colour pallete | |||||
* | aux/workflow/style.css: Switch colors of INACTIVE and WAITING | EuAndreh | 2021-07-15 | 1 | -2/+2 | |
| | ||||||
* | TODOs.md: Add #task-d1dc781f-8659-b02a-2b52-021528985f7c | EuAndreh | 2021-07-15 | 1 | -0/+7 | |
| | ||||||
* | TODOs.md: Mark #task-f4807694-2187-5cb5-115e-c5970a052f1f as DONE | EuAndreh | 2021-07-15 | 1 | -1/+5 | |
| | ||||||
* | aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid over | EuAndreh | 2021-07-15 | 12 | -69/+133 | |
| | | | | | | | | | | | | | | | The tests were relying on the unspecified and non-standartized behaviour of "mktemp". Now they use "mkstemp()", a shim sh function to provide the expected behaviour, and an accompanying "mkdtemp()" function is also defined. To further decouple from specific implementations and OS-behaviours and quirks, a aux/lib.sh file containing both those functions was added. Its purpose is to also allow code under aux/ to not depend on specific behaviour. "mkdtemp()" had to be replicated in aux/ci/ci-build.sh, since it runs outside the repository. | |||||
* | TODOs.md: Add #task-f4807694-2187-5cb5-115e-c5970a052f1f | EuAndreh | 2021-07-15 | 1 | -0/+3 | |
| | ||||||
* | CHANGELOG.md: Add entry on translating README.md and CHANGELOG.md files | EuAndreh | 2021-07-15 | 4 | -0/+22 | |
| | ||||||
* | README.md: Use "#" over "[sudo]" prefix to denote privilege | EuAndreh | 2021-07-15 | 4 | -31/+58 | |
| | ||||||
* | TODOs.md: Mark #task-b4d3eb41-64f4-9882-e03b-ab76af4dbd00 as DONE | EuAndreh | 2021-07-15 | 1 | -1/+5 | |
| | ||||||
* | aux/workflow/l10n.sh: Support "-L CONTRIBLANGS" option | EuAndreh | 2021-07-15 | 2 | -11/+24 | |
| | | | | | Adjust Makfile to include it and give it both to aux/workflow/l10n.sh and to aux/workflow/public.sh | |||||
* | Makefile: Remove TODOs.md as a dependency for "l10n-gen" target | EuAndreh | 2021-07-15 | 1 | -1/+1 | |
| | ||||||
* | TODOs.md: Add update to #task-be785104-8bf8-4107-349f-ae859c1db153 task | EuAndreh | 2021-07-15 | 1 | -1/+4 | |
| | ||||||
* | aux/workflow/assert-manpages.sh: Get input languages and en files as arguments | EuAndreh | 2021-07-15 | 2 | -48/+37 | |
| | ||||||
* | tests/install-uninstall.sh: Remove in favor of aux/workflow/installcheck.sh | EuAndreh | 2021-07-15 | 2 | -50/+0 | |
| | ||||||
* | Add trailing /en/ to all default URLs, and the equivalent for translations | EuAndreh | 2021-07-15 | 14 | -48/+78 | |
| | ||||||
* | Makefile: Delete .mo and test files in "clean" target | EuAndreh | 2021-07-14 | 1 | -1/+2 | |
| | ||||||
* | TODOs.md: Add missing spacing line | EuAndreh | 2021-07-14 | 1 | -0/+1 | |
| | ||||||
* | TODOs.md: Mark #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 now as WAITING | EuAndreh | 2021-07-14 | 1 | -1/+4 | |
| | ||||||
* | TODOs.md: Mark #task-6946fc69-3f25-fc6b-5f4d-89cb940021f0 as CANCELLED | EuAndreh | 2021-07-14 | 1 | -1/+10 | |
| |