aboutsummaryrefslogtreecommitdiff
path: root/aux/ci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aux/{workflow/repocheck,ci/ci-build}.sh: Stop redundantly building "public" ↵EuAndreh2022-01-221-1/+1
| | | | target
* aux/ci/ci-build.sh: Don't --delete on the 2nd, fallback rsyncEuAndreh2022-01-211-1/+1
|
* aux/ci/ci-build.sh: Bundle repository and expose it publiclyEuAndreh2022-01-191-0/+3
|
* 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/ci-build.sh: Use aux/with-container, as a symlink to ↵EuAndreh2021-09-131-2/+2
| | | | aux/guix/with-container.sh
* aux/ci/ci-build.sh: Stop generating docker.tar.gz fileEuAndreh2021-09-131-5/+0
|
* aux/ci/ci-build.sh: Better formatting of final report messageEuAndreh2021-08-231-2/+2
|
* 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/ci/ci-build.sh: Remove dependency on Git AnnexEuAndreh2021-08-171-1/+0
|
* aux/ci/ci-build.sh: Fix line break of cpEuAndreh2021-08-131-1/+1
|
* aux/ci/ci-build.sh: Name docker.tar.gz over docker-pack.tar.gzEuAndreh2021-08-131-1/+1
|
* aux/ci/ci-build.sh: Publish Docker image of the latest environmentEuAndreh2021-08-131-0/+5
|
* aux/: Stick to 80 columnsEuAndreh2021-07-273-6/+14
|
* aux/ci/: Point to /srv/http instead of /srv/gitEuAndreh2021-07-252-2/+2
|
* aux/ci/report.sh: Stop fetching by defaultEuAndreh2021-07-232-6/+1
|
* aux/ci/git-post-receive.sh: Stop silently overrinding $_EuAndreh2021-07-161-1/+2
|
* aux/ci/git-post-receive.sh: Emit retrigger instruction even when build failsEuAndreh2021-07-161-1/+1
|
* aux/ci/: Run sh files with sh instead of ./EuAndreh2021-07-162-3/+4
|
* aux/ci/: Move Git hook handling from ci-build.sh to git-post-receive.shEuAndreh2021-07-162-3/+8
| | | | BONUS: Log instruction to re-execute build.
* aux/workflow/styles.css, aux/ci/ci-build.sh: spaces -> tabsEuAndreh2021-07-161-4/+4
|
* 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