aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/report.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aux/ci/report.sh: Use { cmd1; cmd2; } > OUT pattern (ShellCheck offense)EuAndreh2021-10-021-3/+5
|
* Enable darkmode for ci.html and manpages HTMLEuAndreh2021-09-201-0/+6
|
* aux/ci/report.sh: Add missing closing </main> tagEuAndreh2021-08-201-0/+1
|
* aux/ci/report.sh: Fix inconsistent indentationEuAndreh2021-08-201-1/+1
|
* aux/ci/report.sh: Put project name at the beginning of the titelEuAndreh2021-08-201-1/+1
|
* aux/ci/report.sh: Add description metadata, use <ol>, use spaces for HTMLEuAndreh2021-08-201-27/+27
|
* aux/: Stick to 80 columnsEuAndreh2021-07-271-3/+8
|
* aux/ci/report.sh: Stop fetching by defaultEuAndreh2021-07-231-5/+0
|
* aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-151-1/+3
| | | | | | | | | | | | | | | 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.
* CHANGELOG.md: Link to the translated page, and to en/ version explicitlyEuAndreh2021-07-141-1/+1
|
* aux/ci/report.sh: Use getopts for argumentsEuAndreh2021-06-261-2/+24
|
* aux/: Explicitly pass "public/" as a parameter to scriptsEuAndreh2021-06-231-5/+6
|
* aux/ci/report.sh: Fetch only CI-related notesEuAndreh2021-06-191-1/+4
|
* aux/: UpdateEuAndreh2021-06-141-2/+4
|
* aux/: Update filesEuAndreh2021-06-111-34/+35
|
* Add base skeleton project filesEuAndreh2021-03-211-0/+69