| Commit message (Collapse) | Author | Files | Lines |
|
THe documentation is actually incorrect, and the "v" prefix is needed.
|
|
|
|
|
|
Also:
- aux/workflow/public.sh: Make the toplevel HTML files a symlink to the
english versions.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Implements #task-c140c4df-042e-6aa5-2202-c27e707d7eb4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
BONUS: Log instruction to re-execute build.
|
|
|
|
previous colour pallete
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Adjust Makfile to include it and give it both to aux/workflow/l10n.sh
and to aux/workflow/public.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|