aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/scripts/cronjob.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rm -rf src/infrastructure/{ci,config,scripts}/EuAndreh2024-08-181-169/+0
|
* cronjob.sh: Increase timeout to 4 hoursEuAndreh2023-10-191-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show bf96534cd4521287b96a43871ecd758be830a68c git notes --ref=refs/notes/ci-data show bf96534cd4521287b96a43871ecd758be830a68c Exit status: 0 Duration: 23
* cronjob.sh: Increase timeout to 3 hoursEuAndreh2023-05-051-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 080859d61124c862e5704c97925a7011ee227400 git notes --ref=refs/notes/ci-data show 080859d61124c862e5704c97925a7011ee227400 Exit status: 1 Duration: 782
* cronjob.sh: Increase timeout to 2 hoursEuAndreh2023-03-151-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show feb62e902e3b5b02db448af9451e943847a3b837 git notes --ref=refs/notes/ci-data show feb62e902e3b5b02db448af9451e943847a3b837 Exit status: 0 Duration: 21
* cronjob.sh: Rename $ONE_HOUR to $TIMEOUTEuAndreh2023-03-141-2/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show a2d0cbf6abd13bbc2b9588796c129893de87547a git notes --ref=refs/notes/ci-data show a2d0cbf6abd13bbc2b9588796c129893de87547a Exit status: 0 Duration: 20
* cronjob.sh: Fix space trimming on report outputEuAndreh2023-03-141-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 8f2909f81d3c21c64908a07726f6c41eeae8eae5 git notes --ref=refs/notes/ci-data show 8f2909f81d3c21c64908a07726f6c41eeae8eae5 Exit status: 0 Duration: 20
* {git-post-receive,cronjob}.sh: Improve portabilityEuAndreh2023-03-131-4/+13
| | | | | | | - 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/+159