aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* git mv src/infrastructure/guix/ src/EuAndreh2024-08-183-0/+0
|
* channels.scm: Point to new repositoryEuAndreh2024-08-181-2/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 25366e0a5548a66a7c6f41d491ab92516024c8a1 git notes --ref=refs/notes/ci-data show 25366e0a5548a66a7c6f41d491ab92516024c8a1 Exit status: 128 Duration: 0
* Revert "system.scm: Do not export all repositories over git:// by default"EuAndreh2024-07-101-1/+3
| | | | | | | | | | | | This reverts commit d48b95a3431d6dcb711970dc6848ecebc67dd6c6. Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 0a64614c91c0ea7bb8106e0f251b665c96484e15 git notes --ref=refs/notes/ci-data show 0a64614c91c0ea7bb8106e0f251b665c96484e15 Exit status: 128 Duration: 0
* system.scm: Stick to TLSv1.3 onlyEuAndreh2024-05-091-3/+1
|
* Stop using secret NGINX configurationEuAndreh2024-05-092-19/+0
|
* src/secrets/: mv *.txt.gpg .gpgEuAndreh2024-05-092-0/+0
|
* system.scm: Remove "nss-certs" packageEuAndreh2024-04-221-2/+1
| | | | | Some other package is propagating an older version of it, and failing the system build because of a conflict.
* reconfigure.sh: rm -f /etc/guix/channels.scm before copyingEuAndreh2024-04-011-2/+5
| | | | | | | | | | | | | IIUC some part of "guix pull" makes this a symlink to a file in the store, a read-only directory, which we can't copy into. Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show d758c4c4884c6ffc9bb6e7133e087a2b20286ee5 git notes --ref=refs/notes/ci-data show d758c4c4884c6ffc9bb6e7133e087a2b20286ee5 Exit status: 0 Duration: 63
* packages.scm: Remove org-euandre.td package dependencyEuAndreh2024-02-051-1/+0
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 646e77988797af570a6464fc68db0f6ca92aa0f0 git notes --ref=refs/notes/ci-data show 646e77988797af570a6464fc68db0f6ca92aa0f0 Exit status: 1 Duration: 34
* backup.sh: Do not run check by defaultEuAndreh2024-01-221-4/+4
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show d1c572c27784eb90f6ebe7a6f87f12c21fe16071 git notes --ref=refs/notes/ci-data show d1c572c27784eb90f6ebe7a6f87f12c21fe16071 Exit status: 0 Duration: 43
* 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
* re 's/servers/server/g'EuAndreh2023-10-193-5/+5
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 231a08fc73b4e3deddf7437cf6b67d3959b127c8 git notes --ref=refs/notes/ci-data show 231a08fc73b4e3deddf7437cf6b67d3959b127c8 Exit status: 128 Duration: 0
* system.scm: Enforce forward-secrecy cyphers on nginxEuAndreh2023-09-191-0/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 4ba7866b3ff3cda05a7bebedc052b647b75c91bc git notes --ref=refs/notes/ci-data show 4ba7866b3ff3cda05a7bebedc052b647b75c91bc Exit status: 0 Duration: 18
* system.scm: Add CAA record config to knotEuAndreh2023-09-191-0/+4
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 9228347a8f2e0cfffdb837d408a4e11a0c91350d git notes --ref=refs/notes/ci-data show 9228347a8f2e0cfffdb837d408a4e11a0c91350d Exit status: 0 Duration: 19
* system.scm: Explicitly disable compressionEuAndreh2023-09-181-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show f0bdc984464a917b6ea5276da69d9ecd8a846be5 git notes --ref=refs/notes/ci-data show f0bdc984464a917b6ea5276da69d9ecd8a846be5 Exit status: 1 Duration: 10436
* system.scm: Increase HSTS max-age to 1 yearEuAndreh2023-09-181-1/+1
|
* system.scm: Enable TLSv1.2 besides TLSv1.3EuAndreh2023-09-181-1/+3
|
* src/infrastructure/guix/system.scm: TLS 1.3 only on nginxEuAndreh2023-09-151-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show d61535170dfc8ef8607036a0e3cee895533f0ca7 git notes --ref=refs/notes/ci-data show d61535170dfc8ef8607036a0e3cee895533f0ca7 Exit status: 0 Duration: 22
* Add "--lock-wait 1200" restriction to the SSH key commandEuAndreh2023-06-211-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show ceba35b8b8bde6d3045050be613378f68574edf6 git notes --ref=refs/notes/ci-data show ceba35b8b8bde6d3045050be613378f68574edf6 Exit status: 0 Duration: 22
* src/secrets/nginx.conf.txt.gpg: Add private nginx config, and include it in ↵EuAndreh2023-05-232-0/+19
| | | | | | | | | | | | system.scm Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show dc815b998b212247c5c697e2de7fecbd8745a0b2 git notes --ref=refs/notes/ci-data show dc815b998b212247c5c697e2de7fecbd8745a0b2 Exit status: 0 Duration: 25
* backup.sh: Add -x flagEuAndreh2023-05-131-5/+19
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show ad1e029311f56eeb0fee619739f598a89732077a git notes --ref=refs/notes/ci-data show ad1e029311f56eeb0fee619739f598a89732077a Exit status: 0 Duration: 21
* system.scm: Add kdig(1) (TLS dig) and tcpdump(8) toolsEuAndreh2023-05-131-0/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 114330ce1be38ba67f7a67f3b493f7506b06c8e8 git notes --ref=refs/notes/ci-data show 114330ce1be38ba67f7a67f3b493f7506b06c8e8 Exit status: 143 Duration: 76
* 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
* gc.sh: Add 1 month window to keep Guix versionsEuAndreh2023-04-291-2/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show b7ae16aa283deffc145fdee6ccd7f5ea451e237d git notes --ref=refs/notes/ci-data show b7ae16aa283deffc145fdee6ccd7f5ea451e237d Exit status: 1 Duration: 276
* system.scm: Increase postfix size limitsEuAndreh2023-04-291-1/+7
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 154d46073e368c2aa42d55dece8bb67517c9ec8f git notes --ref=refs/notes/ci-data show 154d46073e368c2aa42d55dece8bb67517c9ec8f Exit status: 1 Duration: 277
* cicd.sh: Use stub Guix fallback shellEuAndreh2023-04-191-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 232644c3f6cc284675b824ff057b8cdf0cd3214a git notes --ref=refs/notes/ci-data show 232644c3f6cc284675b824ff057b8cdf0cd3214a Exit status: 0 Duration: 21
* cicd.sh: Update help stringEuAndreh2023-04-191-14/+28
|
* gc.sh: Add "-v" to gc_deployEuAndreh2023-04-161-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show b9ec1059b2fccdcbbfbee2ad41a370f31ae2c5a4 git notes --ref=refs/notes/ci-data show b9ec1059b2fccdcbbfbee2ad41a370f31ae2c5a4 Exit status: 0 Duration: 25
* WIP Git Guix shellEuAndreh2023-04-012-1/+156
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show af3075ec3d2e9e3a568e6b159a165298fa7851eb git notes --ref=refs/notes/ci-data show af3075ec3d2e9e3a568e6b159a165298fa7851eb Exit status: 0 Duration: 18
* system.scm: Allow "git" to run mkdir(1) as "deployer"EuAndreh2023-04-011-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show ffb4e2ea5b37dcb64bec697c6567de6adf18ea73 git notes --ref=refs/notes/ci-data show ffb4e2ea5b37dcb64bec697c6567de6adf18ea73 Exit status: 0 Duration: 19
* system.scm: Use "git" over "git-minimal" packageEuAndreh2023-03-311-1/+1
| | | | | | | | | | | | | | So we get the extra templates that exist in `$PREFIX/share/git-core/templates` and are used when `init`ing a new repository. Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 46cc48c0adaa69a636573f11e2b4516bd7a41464 git notes --ref=refs/notes/ci-data show 46cc48c0adaa69a636573f11e2b4516bd7a41464 Exit status: 0 Duration: 29
* 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
* reconfigure: Stop deleting CI directory againEuAndreh2023-03-302-2/+4
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 1931c36d6db7d08bf28c3fef8d9a67b8221d453f git notes --ref=refs/notes/ci-data show 1931c36d6db7d08bf28c3fef8d9a67b8221d453f Exit status: 1 Duration: 17
* conf.env: Separate $HTML_OUTDIR into $HTML_OUTDIR_{OUT,CI}EuAndreh2023-03-303-4/+5
| | | | | | | | | 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
* ci report.sh: Add link to files under data/EuAndreh2023-03-301-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show f0434ac60a16ca288bb14ce1c2f92bba95c88e8b git notes --ref=refs/notes/ci-data show f0434ac60a16ca288bb14ce1c2f92bba95c88e8b Exit status: 0 Duration: 20
* Revert "src/infrastructure/scripts/report.sh: v2"EuAndreh2023-03-301-152/+57
| | | | | | | | | | | | | | This reverts commit 11f3daea8627effd0127b28d2d46fb53af49a7fc. Not a good idea, after all. Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 5734d72d6dfcb52c96cd72469bd00d43c076e70f git notes --ref=refs/notes/ci-data show 5734d72d6dfcb52c96cd72469bd00d43c076e70f Exit status: 0 Duration: 20
* src/infrastructure/scripts/report.sh: v2EuAndreh2023-03-301-57/+152
| | | | | | | | | | | | | | | | | | 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.
* backup.sh: Fix capture of $STATUS to the desired behaviourEuAndreh2023-03-301-2/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show be84eba41f29df406d5bedc6a7228840c89f4e9f git notes --ref=refs/notes/ci-data show be84eba41f29df406d5bedc6a7228840c89f4e9f Exit status: 0 Duration: 22
* conf.env: Separate $RSYNC_ACCT from $RSYNC_ADDREuAndreh2023-03-281-1/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 14f999d2e8d6a07b38f5b40585c067a2fda2ea9b git notes --ref=refs/notes/ci-data show 14f999d2e8d6a07b38f5b40585c067a2fda2ea9b Exit status: 0 Duration: 23
* gitconfig: Use generic values for user.{email,name}EuAndreh2023-03-281-2/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 2405e9f6467dfe05e5c2241995f8a37b2c8c1e76 git notes --ref=refs/notes/ci-data show 2405e9f6467dfe05e5c2241995f8a37b2c8c1e76 Exit status: 0 Duration: 22
* report.sh: Add CSS dark mode supportEuAndreh2023-03-281-0/+23
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 3e3add45e429f6a7118d8fafde2dcb962383b925 git notes --ref=refs/notes/ci-data show 3e3add45e429f6a7118d8fafde2dcb962383b925 Exit status: 0 Duration: 21
* 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
|