aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* backup.sh: Add -x flagEuAndreh2023-05-131-5/+19
* cronjob.sh: Increase timeout to 3 hoursEuAndreh2023-05-051-1/+1
* gc.sh: Add 1 month window to keep Guix versionsEuAndreh2023-04-291-2/+2
* cicd.sh: Use stub Guix fallback shellEuAndreh2023-04-191-1/+1
* cicd.sh: Update help stringEuAndreh2023-04-191-12/+26
* gc.sh: Add "-v" to gc_deployEuAndreh2023-04-161-1/+1
* WIP Git Guix shellEuAndreh2023-04-011-0/+154
* reconfigure: Stop deleting CI directory againEuAndreh2023-03-301-0/+1
* conf.env: Separate $HTML_OUTDIR into $HTML_OUTDIR_{OUT,CI}EuAndreh2023-03-301-2/+2
* ci report.sh: Add link to files under data/EuAndreh2023-03-301-0/+1
* Revert "src/infrastructure/scripts/report.sh: v2"•••This reverts commit 11f3daea8627effd0127b28d2d46fb53af49a7fc. Not a good idea, after all. EuAndreh2023-03-301-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. EuAndreh2023-03-301-57/+152
* backup.sh: Fix capture of $STATUS to the desired behaviourEuAndreh2023-03-301-2/+2
* report.sh: Add CSS dark mode supportEuAndreh2023-03-281-0/+23
* report.sh: Use "find | while read" over "for `find`"EuAndreh2023-03-281-1/+1
* check.sh: Add btrfs-scrub(8) and btrfs-check(8) to routineEuAndreh2023-03-281-1/+14
* src/infrastructure/scripts/report.sh: Auto-fetch missing commitsEuAndreh2023-03-271-1/+6
* src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) a...EuAndreh2023-03-272-6/+18
* Use "deployer" as the owner of HTML filesEuAndreh2023-03-271-2/+2
* reconfigure.sh: Fix permissions of rsynced filesEuAndreh2023-03-271-1/+2
* Build HTML and install it via CIEuAndreh2023-03-271-0/+5
* reconfigure.sh: Make "current" a relative symlinkEuAndreh2023-03-201-1/+1
* gc.sh: Do not "sudo -u deployer" since we are already rootEuAndreh2023-03-161-1/+1
* scripts/: Consistent spacing between usage and help stringsEuAndreh2023-03-162-0/+2
* src/infrastructure/scripts/r.sh: Remove unused scriptEuAndreh2023-03-151-77/+0
* check.sh: Add from root@$HOSTNAME to SubjectEuAndreh2023-03-151-1/+1
* system.scm: Add daily cronjob for system checks•••check.sh: sends emails to important RFC aliases, so that one verifies it daily. EuAndreh2023-03-151-0/+79
* cronjob.sh: Increase timeout to 2 hoursEuAndreh2023-03-151-1/+1
* cronjob.sh: Rename $ONE_HOUR to $TIMEOUTEuAndreh2023-03-141-2/+2
* cronjob.sh: Fix space trimming on report outputEuAndreh2023-03-141-0/+1
* src/infrastructure/scripts/report.sh: Remove redundant margin CSS valueEuAndreh2023-03-131-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. EuAndreh2023-03-131-4/+13
* Copy files backEuAndreh2023-03-117-0/+943