| Commit message (Expand) | Author | Age | Files | Lines |
| * | backup.sh: Do not run check by default | EuAndreh | 2024-01-22 | 1 | -4/+4 |
| * | cronjob.sh: Increase timeout to 4 hours | EuAndreh | 2023-10-19 | 1 | -1/+1 |
| * | backup.sh: Add -x flag | EuAndreh | 2023-05-13 | 1 | -5/+19 |
| * | cronjob.sh: Increase timeout to 3 hours | EuAndreh | 2023-05-05 | 1 | -1/+1 |
| * | gc.sh: Add 1 month window to keep Guix versions | EuAndreh | 2023-04-29 | 1 | -2/+2 |
| * | cicd.sh: Use stub Guix fallback shell | EuAndreh | 2023-04-19 | 1 | -1/+1 |
| * | cicd.sh: Update help string | EuAndreh | 2023-04-19 | 1 | -12/+26 |
| * | gc.sh: Add "-v" to gc_deploy | EuAndreh | 2023-04-16 | 1 | -1/+1 |
| * | WIP Git Guix shell | EuAndreh | 2023-04-01 | 1 | -0/+154 |
| * | reconfigure: Stop deleting CI directory again | EuAndreh | 2023-03-30 | 1 | -0/+1 |
| * | conf.env: Separate $HTML_OUTDIR into $HTML_OUTDIR_{OUT,CI} | EuAndreh | 2023-03-30 | 1 | -2/+2 |
| * | ci report.sh: Add link to files under data/ | EuAndreh | 2023-03-30 | 1 | -0/+1 |
| * | Revert "src/infrastructure/scripts/report.sh: v2"•••This reverts commit 11f3daea8627effd0127b28d2d46fb53af49a7fc.
Not a good idea, after all.
| EuAndreh | 2023-03-30 | 1 | -152/+57 |
| * | src/infrastructure/scripts/report.sh: v2•••Now instead of working through each commit searially, we build a graph
of steps and work on that by emitting make(1) code to be executed.
May this code prove to be diffucult to modify or extend, this is a valid
commit "checkpoint" to revert to in order to recover the *exact* same
behaviour, but simpler code.
Simple benchmarks suggest that:
- on a single core, the scrit is ~15% slower;
- with 2 cores it is as fast as the original;
- as more cores are added, the faster it gets, up to $(nproc) when
using more cores doesn't change anything.
That means that it is a useful optimization for our desktops, but a
hinderance for our current server, which only has a single core.
| EuAndreh | 2023-03-30 | 1 | -57/+152 |
| * | backup.sh: Fix capture of $STATUS to the desired behaviour | EuAndreh | 2023-03-30 | 1 | -2/+2 |
| * | report.sh: Add CSS dark mode support | EuAndreh | 2023-03-28 | 1 | -0/+23 |
| * | report.sh: Use "find | while read" over "for `find`" | EuAndreh | 2023-03-28 | 1 | -1/+1 |
| * | check.sh: Add btrfs-scrub(8) and btrfs-check(8) to routine | EuAndreh | 2023-03-28 | 1 | -1/+14 |
| * | src/infrastructure/scripts/report.sh: Auto-fetch missing commits | EuAndreh | 2023-03-27 | 1 | -1/+6 |
| * | src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) a... | EuAndreh | 2023-03-27 | 2 | -6/+18 |
| * | Use "deployer" as the owner of HTML files | EuAndreh | 2023-03-27 | 1 | -2/+2 |
| * | reconfigure.sh: Fix permissions of rsynced files | EuAndreh | 2023-03-27 | 1 | -1/+2 |
| * | Build HTML and install it via CI | EuAndreh | 2023-03-27 | 1 | -0/+5 |
| * | reconfigure.sh: Make "current" a relative symlink | EuAndreh | 2023-03-20 | 1 | -1/+1 |
| * | gc.sh: Do not "sudo -u deployer" since we are already root | EuAndreh | 2023-03-16 | 1 | -1/+1 |
| * | scripts/: Consistent spacing between usage and help strings | EuAndreh | 2023-03-16 | 2 | -0/+2 |
| * | src/infrastructure/scripts/r.sh: Remove unused script | EuAndreh | 2023-03-15 | 1 | -77/+0 |
| * | check.sh: Add from root@$HOSTNAME to Subject | EuAndreh | 2023-03-15 | 1 | -1/+1 |
| * | system.scm: Add daily cronjob for system checks•••check.sh: sends emails to important RFC aliases, so that one verifies it
daily.
| EuAndreh | 2023-03-15 | 1 | -0/+79 |
| * | cronjob.sh: Increase timeout to 2 hours | EuAndreh | 2023-03-15 | 1 | -1/+1 |
| * | cronjob.sh: Rename $ONE_HOUR to $TIMEOUT | EuAndreh | 2023-03-14 | 1 | -2/+2 |
| * | cronjob.sh: Fix space trimming on report output | EuAndreh | 2023-03-14 | 1 | -0/+1 |
| * | src/infrastructure/scripts/report.sh: Remove redundant margin CSS value | EuAndreh | 2023-03-13 | 1 | -1/+1 |
| * | {git-post-receive,cronjob}.sh: Improve portability•••- 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.
| EuAndreh | 2023-03-13 | 1 | -4/+13 |
| * | Copy files back | EuAndreh | 2023-03-11 | 7 | -0/+943 |