Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aux/ci/report.sh: Use { cmd1; cmd2; } > OUT pattern (ShellCheck offense) | EuAndreh | 2021-10-02 | 1 | -3/+5 |
| | |||||
* | Enable darkmode for ci.html and manpages HTML | EuAndreh | 2021-09-20 | 1 | -0/+6 |
| | |||||
* | aux/ci/report.sh: Add missing closing </main> tag | EuAndreh | 2021-08-20 | 1 | -0/+1 |
| | |||||
* | aux/ci/report.sh: Fix inconsistent indentation | EuAndreh | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | aux/ci/report.sh: Put project name at the beginning of the titel | EuAndreh | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | aux/ci/report.sh: Add description metadata, use <ol>, use spaces for HTML | EuAndreh | 2021-08-20 | 1 | -27/+27 |
| | |||||
* | aux/: Stick to 80 columns | EuAndreh | 2021-07-27 | 1 | -3/+8 |
| | |||||
* | aux/ci/report.sh: Stop fetching by default | EuAndreh | 2021-07-23 | 1 | -5/+0 |
| | |||||
* | aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid over | EuAndreh | 2021-07-15 | 1 | -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 explicitly | EuAndreh | 2021-07-14 | 1 | -1/+1 |
| | |||||
* | aux/ci/report.sh: Use getopts for arguments | EuAndreh | 2021-06-26 | 1 | -2/+24 |
| | |||||
* | aux/: Explicitly pass "public/" as a parameter to scripts | EuAndreh | 2021-06-23 | 1 | -5/+6 |
| | |||||
* | aux/ci/report.sh: Fetch only CI-related notes | EuAndreh | 2021-06-19 | 1 | -1/+4 |
| | |||||
* | aux/: Update | EuAndreh | 2021-06-14 | 1 | -2/+4 |
| | |||||
* | aux/: Update files | EuAndreh | 2021-06-11 | 1 | -34/+35 |
| | |||||
* | Add base skeleton project files | EuAndreh | 2021-03-21 | 1 | -0/+69 |