Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aux/{workflow/repocheck,ci/ci-build}.sh: Stop redundantly building "public" ↵ | EuAndreh | 2022-01-22 | 1 | -1/+1 |
| | | | | target | ||||
* | aux/ci/ci-build.sh: Don't --delete on the 2nd, fallback rsync | EuAndreh | 2022-01-21 | 1 | -1/+1 |
| | |||||
* | aux/ci/ci-build.sh: Bundle repository and expose it publicly | EuAndreh | 2022-01-19 | 1 | -0/+3 |
| | |||||
* | aux/ci/ci-build.sh: Use aux/with-container, as a symlink to ↵ | EuAndreh | 2021-09-13 | 1 | -2/+2 |
| | | | | aux/guix/with-container.sh | ||||
* | aux/ci/ci-build.sh: Stop generating docker.tar.gz file | EuAndreh | 2021-09-13 | 1 | -5/+0 |
| | |||||
* | aux/ci/ci-build.sh: Better formatting of final report message | EuAndreh | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | aux/ci/ci-build.sh: Remove dependency on Git Annex | EuAndreh | 2021-08-17 | 1 | -1/+0 |
| | |||||
* | aux/ci/ci-build.sh: Fix line break of cp | EuAndreh | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | aux/ci/ci-build.sh: Name docker.tar.gz over docker-pack.tar.gz | EuAndreh | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | aux/ci/ci-build.sh: Publish Docker image of the latest environment | EuAndreh | 2021-08-13 | 1 | -0/+5 |
| | |||||
* | aux/: Stick to 80 columns | EuAndreh | 2021-07-27 | 1 | -2/+4 |
| | |||||
* | aux/ci/report.sh: Stop fetching by default | EuAndreh | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | aux/ci/: Run sh files with sh instead of ./ | EuAndreh | 2021-07-16 | 1 | -1/+1 |
| | |||||
* | aux/ci/: Move Git hook handling from ci-build.sh to git-post-receive.sh | EuAndreh | 2021-07-16 | 1 | -2/+2 |
| | | | | BONUS: Log instruction to re-execute build. | ||||
* | aux/workflow/styles.css, aux/ci/ci-build.sh: spaces -> tabs | EuAndreh | 2021-07-16 | 1 | -4/+4 |
| | |||||
* | aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid over | EuAndreh | 2021-07-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | 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. | ||||
* | aux/ci/report.sh: Use getopts for arguments | EuAndreh | 2021-06-26 | 1 | -1/+1 |
| | |||||
* | aux/: Explicitly pass "public/" as a parameter to scripts | EuAndreh | 2021-06-23 | 1 | -1/+1 |
| | |||||
* | git grep -l PACKAGE aux/ | xargs sed -i 's/PACKAGE/PROJECT/g' | EuAndreh | 2021-06-23 | 1 | -3/+3 |
| | |||||
* | aux/: Update | EuAndreh | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | aux/: Update files | EuAndreh | 2021-06-11 | 1 | -30/+32 |
| | |||||
* | aux/ci/ci-build.sh: Run build target before tests, so we have HTML files ↵ | EuAndreh | 2021-03-23 | 1 | -7/+1 |
| | | | | when tests fail | ||||
* | Add base skeleton project files | EuAndreh | 2021-03-21 | 1 | -0/+56 |