| Commit message (Expand) | Author | Files | Lines |
| 2023-03-31 | system.scm: Use "git" over "git-minimal" package•••So we get the extra templates that exist in
`$PREFIX/share/git-core/templates` and are used when `init`ing a new
repository.
| EuAndreh | 1 | -1/+1 |
| 2023-03-30 | git-post-receive.sh: Add missing "$NAME" argument to log entry | EuAndreh | 1 | -1/+1 |
| 2023-03-30 | git-post-receive.sh: report s/finished/generated/ | EuAndreh | 1 | -1/+1 |
| 2023-03-30 | git-post-receive.sh: Include project name in CI log entry | EuAndreh | 1 | -3/+4 |
| 2023-03-30 | git-post-receive.sh: Notify start of CI HTML report | EuAndreh | 1 | -0/+1 |
| 2023-03-30 | git-post-receive.sh: Include PID on syslogd entry | EuAndreh | 1 | -1/+1 |
| 2023-03-30 | git-post-receive.sh: Notify when report generation ends | EuAndreh | 1 | -0/+1 |
| 2023-03-30 | git-post-receive.sh: Redirect STDOUT and STDERR so that the terminal SSH sess... | EuAndreh | 1 | -1/+1 |
| 2023-03-30 | git-post-receive.sh: Send CI report output to syslog over /dev/null | EuAndreh | 1 | -1/+1 |
| 2023-03-30 | reconfigure: Stop deleting CI directory again | EuAndreh | 2 | -2/+4 |
| 2023-03-30 | conf.env: Separate $HTML_OUTDIR into $HTML_OUTDIR_{OUT,CI} | EuAndreh | 3 | -4/+5 |
| 2023-03-30 | Makefile: Fix directory of CI output | EuAndreh | 1 | -2/+2 |
| 2023-03-30 | ci report.sh: Add link to files under data/ | EuAndreh | 1 | -0/+1 |
| 2023-03-30 | Revert "src/infrastructure/scripts/report.sh: v2"•••This reverts commit 11f3daea8627effd0127b28d2d46fb53af49a7fc.
Not a good idea, after all.
| EuAndreh | 1 | -152/+57 |
| 2023-03-30 | 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 | 1 | -57/+152 |
| 2023-03-30 | backup.sh: Fix capture of $STATUS to the desired behaviour | EuAndreh | 1 | -2/+2 |
| 2023-03-28 | conf.env: Separate $RSYNC_ACCT from $RSYNC_ADDR | EuAndreh | 1 | -1/+2 |
| 2023-03-28 | Makefile: generate .pub.stripped in "all" | EuAndreh | 1 | -1/+1 |
| 2023-03-28 | gitconfig: Use generic values for user.{email,name} | EuAndreh | 1 | -2/+2 |
| 2023-03-28 | report.sh: Add CSS dark mode support | EuAndreh | 1 | -0/+23 |
| 2023-03-28 | report.sh: Use "find | while read" over "for `find`" | EuAndreh | 1 | -1/+1 |
| 2023-03-28 | check.sh: Add btrfs-scrub(8) and btrfs-check(8) to routine | EuAndreh | 1 | -1/+14 |
| 2023-03-28 | md2html.sh: Fix cat of $HEAD content | EuAndreh | 1 | -1/+1 |
| 2023-03-28 | system.scm: Do not export all repositories over git:// by default | EuAndreh | 1 | -3/+1 |
| 2023-03-27 | conf.env: Use common $OUT_SUFFIX | EuAndreh | 1 | -2/+3 |
| 2023-03-27 | src/infrastructure/scripts/report.sh: Auto-fetch missing commits | EuAndreh | 2 | -1/+8 |
| 2023-03-27 | src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) a... | EuAndreh | 6 | -8/+32 |
| 2023-03-27 | rc.sh: Conditionally "mkdir -p $XDG_*" | EuAndreh | 1 | -6/+10 |
| 2023-03-27 | README.md: Add link to homepage | EuAndreh | 1 | -1/+3 |
| 2023-03-27 | README.md: Link to this repository, instead of CGit root | EuAndreh | 1 | -2/+2 |
| 2023-03-27 | Makefile: Add "public/dev/ci" as a dependency of "public" | EuAndreh | 1 | -1/+4 |
| 2023-03-27 | Use "deployer" as the owner of HTML files | EuAndreh | 2 | -3/+3 |
| 2023-03-27 | README.md: Add simplified content | EuAndreh | 2 | -3/+21 |
| 2023-03-27 | TODOs.md: Add missing paragraph separator | EuAndreh | 1 | -0/+1 |
| 2023-03-27 | packages.scm: Add missing input packages | EuAndreh | 1 | -0/+3 |
| 2023-03-27 | Add minimum support for generating actual HTML files in public/ | EuAndreh | 5 | -3/+212 |
| 2023-03-27 | reconfigure.sh: Fix permissions of rsynced files | EuAndreh | 1 | -1/+2 |
| 2023-03-27 | Build HTML and install it via CI | EuAndreh | 5 | -10/+118 |
| 2023-03-27 | Makefile: Rename "result" to "system" | EuAndreh | 1 | -2/+2 |
| 2023-03-27 | Makefile: Do not build "result" by default | EuAndreh | 1 | -1/+1 |
| 2023-03-27 | system.scm: Simpler code for extending the "user" list | EuAndreh | 1 | -2/+1 |
| 2023-03-27 | system.scm: Stop trimming slurped files by default | EuAndreh | 1 | -6/+4 |
| 2023-03-27 | Makefile: Remove result{,-next} shenanigans | EuAndreh | 1 | -4/+2 |
| 2023-03-25 | Makefile: Add "check-shellcheck" target | EuAndreh | 2 | -1/+10 |
| 2023-03-21 | system.scm: Strip "-latest" suffix from "guile-heredoc" | EuAndreh | 1 | -1/+1 |
| 2023-03-20 | known_hosts.txt: Add keys for "azula" | EuAndreh | 1 | -0/+10 |
| 2023-03-20 | Makefile: Recover clean-up of unencrypted secrets files•••It was erroneously removed in 7ffcd694068d484842be0b87a9aeeda0a7720568.
| EuAndreh | 1 | -1/+1 |
| 2023-03-20 | system.scm: Set (mail-in-home? #f) | EuAndreh | 1 | -7/+2 |
| 2023-03-20 | reconfigure.sh: Make "current" a relative symlink | EuAndreh | 1 | -1/+1 |
| 2023-03-20 | system.scm: Move nginx /r/velhinho config to the beginning of the list | EuAndreh | 1 | -8/+8 |