aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/ci/git-post-receive.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rm -rf src/infrastructure/{ci,config,scripts}/EuAndreh2024-08-181-178/+0
|
* git-post-receive.sh: Add missing "$NAME" argument to log entryEuAndreh2023-03-301-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 09ea6e8c7ca715c8c30a0c8ed1eeda2039824e60 git notes --ref=refs/notes/ci-data show 09ea6e8c7ca715c8c30a0c8ed1eeda2039824e60 Exit status: 0 Duration: 18
* git-post-receive.sh: report s/finished/generated/EuAndreh2023-03-301-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 81a3c91cb57d001cbe8d4e40e0d1da9ee2db03b7 git notes --ref=refs/notes/ci-data show 81a3c91cb57d001cbe8d4e40e0d1da9ee2db03b7 Exit status: 1 Duration: 11
* git-post-receive.sh: Include project name in CI log entryEuAndreh2023-03-301-3/+4
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 6dcbc7bb7dc6f86d0c49fcb1af273aecc7937d5e git notes --ref=refs/notes/ci-data show 6dcbc7bb7dc6f86d0c49fcb1af273aecc7937d5e Exit status: 1 Duration: 13
* git-post-receive.sh: Notify start of CI HTML reportEuAndreh2023-03-301-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 3d07836f91a70f769dc772d2351c52afb4b55f9e git notes --ref=refs/notes/ci-data show 3d07836f91a70f769dc772d2351c52afb4b55f9e Exit status: 0 Duration: 20
* git-post-receive.sh: Include PID on syslogd entryEuAndreh2023-03-301-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 69f6cfb77773d46833be8a4040114545d07f8535 git notes --ref=refs/notes/ci-data show 69f6cfb77773d46833be8a4040114545d07f8535 Exit status: 0 Duration: 20
* git-post-receive.sh: Notify when report generation endsEuAndreh2023-03-301-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 8c1592a410f7c35a782db725be522e9f16c94df1 git notes --ref=refs/notes/ci-data show 8c1592a410f7c35a782db725be522e9f16c94df1 Exit status: 0 Duration: 21
* git-post-receive.sh: Redirect STDOUT and STDERR so that the terminal SSH ↵EuAndreh2023-03-301-1/+1
| | | | | | | | | | | | session can be terminated Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show bbd3940868c34a3ba4028e2bff4982aee0c4c2d6 git notes --ref=refs/notes/ci-data show bbd3940868c34a3ba4028e2bff4982aee0c4c2d6 Exit status: 0 Duration: 21
* git-post-receive.sh: Send CI report output to syslog over /dev/nullEuAndreh2023-03-301-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 8cdf792b5d14295b44c0e4bb7753722f09382560 git notes --ref=refs/notes/ci-data show 8cdf792b5d14295b44c0e4bb7753722f09382560 Exit status: 0 Duration: 19
* conf.env: Separate $HTML_OUTDIR into $HTML_OUTDIR_{OUT,CI}EuAndreh2023-03-301-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show fc15af22490d563be3f66186e95dbbc02401f112 git notes --ref=refs/notes/ci-data show fc15af22490d563be3f66186e95dbbc02401f112 Exit status: 0 Duration: 21
* src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) ↵EuAndreh2023-03-271-1/+1
| | | | | | | | | | | | and report(8) scripts Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e git notes --ref=refs/notes/ci-data show 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e Exit status: 128 Duration: 0
* Use "deployer" as the owner of HTML filesEuAndreh2023-03-271-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 13347c1620a15f2d5c4921a56df3fe42f9db52df git notes --ref=refs/notes/ci-data show 13347c1620a15f2d5c4921a56df3fe42f9db52df Exit status: 0 Duration: 20
* git-post-receive.sh: Derive $LOGS_DIR from repository directory nameEuAndreh2023-03-131-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 1aae8bf19fb588853c6ec594d0b6fbc2aebf07b9 git notes --ref=refs/notes/ci-data show 1aae8bf19fb588853c6ec594d0b6fbc2aebf07b9 Exit status: 0 Duration: 20
* {git-post-receive,cronjob}.sh: Improve portabilityEuAndreh2023-03-131-2/+6
| | | | | | | - don't use GNU's date(1) "%s" proprietary option, and leverage AWK's default behaviour of `srand()` to get the seconds since UNIX epoch; - don't rely on GNU's sed(1) "-u" proprietary option of unbuffering, and do a manual `while` loop instead.
* Copy files backEuAndreh2023-03-111-0/+171