diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-12 12:06:33 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-12 12:06:33 -0600 |
| commit | 5df64c76d386fd2de863d21a2b1269d53e1a39f9 (patch) | |
| tree | 7ed3e3a4cccbafe109ff8c87ec8b1e3cfb120141 /docs/protocols.org | |
| parent | 24a681c0696fbdad9c32073ffd24cf7218296ed2 (diff) | |
| download | archangel-5df64c76d386fd2de863d21a2b1269d53e1a39f9.tar.gz archangel-5df64c76d386fd2de863d21a2b1269d53e1a39f9.zip | |
fix: archzfs key prompt hang, test false positive, add local distribution
- Change archzfs SigLevel to Never (pacstrap -K empty keyring caused
interactive GPG prompt blocking unattended installs)
- Fix pgrep matching avahi-daemon's [archangel.local] in full-test.sh
- Bump install timeout to 30min for DKMS builds
- Add ~/downloads/isos and archsetup inbox to build-release distribution
- Sync templates
Diffstat (limited to 'docs/protocols.org')
| -rw-r--r-- | docs/protocols.org | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/protocols.org b/docs/protocols.org index bb52ae4..b3106b6 100644 --- a/docs/protocols.org +++ b/docs/protocols.org @@ -169,7 +169,9 @@ Execute the wrap-up workflow (details in Session Protocols section below): * User Information ** Calendar Location -Craig's calendar is available at: =/home/cjennings/sync/org/gcal.org= +Craig's calendars are at: =~/.emacs.d/data/*cal.org= (gcal.org, dcal.org, pcal.org) + +These files are **READ-ONLY** — NEVER add anything to them. Use this to: - Check meeting times and schedules @@ -327,12 +329,11 @@ When monitoring a long-running process (rsync, large downloads, builds, VM tests #+end_example ***At Completion:*** -1. Play notification sound three times: +1. Send notification via notify script: #+begin_src bash - paplay /usr/share/sounds/freedesktop/stereo/complete.oga - paplay /usr/share/sounds/freedesktop/stereo/complete.oga - paplay /usr/share/sounds/freedesktop/stereo/complete.oga + notify success "Task Complete" "Description of what finished" #+end_src + Use =fail= type instead of =success= if the task failed. 2. Provide summary of success or failure #+begin_example |
