| Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adjust aux/workflow/assert-todos.sh accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#question-539a1902-ed41-fc93-806a-088b6caf8134
|
|
#decision-ce5cd33e-b3a1-1606-0d78-0d9586b07529
|
|
|
|
|
|
Part of #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586.
|
|
|
|
For some reason, sometimes it doesn't generate the file if it doesnt
already exist.
|
|
|
|
|
|
aux/workflow/assert-readme.sh
|
|
|