aboutsummaryrefslogtreecommitdiff
path: root/aux/ci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-153-3/+13
| | | | | | | | | | | | | | | 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-262-3/+25
|
* aux/: Explicitly pass "public/" as a parameter to scriptsEuAndreh2021-06-232-6/+7
|
* git grep -l PACKAGE aux/ | xargs sed -i 's/PACKAGE/PROJECT/g'EuAndreh2021-06-233-9/+9
|
* aux/ci/report.sh: Fetch only CI-related notesEuAndreh2021-06-191-1/+4
|
* aux/: UpdateEuAndreh2021-06-142-3/+5
|
* aux/: Update filesEuAndreh2021-06-114-81/+86
|
* aux/ci/ci-build.sh: Run build target before tests, so we have HTML files ↵EuAndreh2021-03-231-7/+1
| | | | when tests fail
* Add base skeleton project filesEuAndreh2021-03-214-0/+158