| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(etc-drift): match real pacman -Qkk "backup file:" prefix format | 47 hours | 1 | -2/+5 | |
| | | | | | | | | | | Pacman emits lines like "backup file: <pkg>: <path> (<reason>)", not the "(Modified backup file)" suffix format. Anchor the path extraction to /etc/ to avoid catching stderr warnings interleaved into a line. Also extend etc/.ignore with /etc/{passwd,group,shells} — system-managed identity files that surfaced in the new drift output. | ||||
| * | feat(etc/.ignore): exclude wireguard .network (contains public IPs) | 47 hours | 1 | -4/+4 | |
| | | |||||
| * | feat(etc/.ignore): exclude wireguard .netdev (contains PrivateKey) | 47 hours | 1 | -0/+5 | |
| | | |||||
| * | feat(etc/.ignore): filter pacsave/pacnew, hostname, xml/catalog | 47 hours | 1 | -0/+8 | |
| | | |||||
| * | feat(etc): drift detection + auto-enumerating deploy template | 47 hours | 1 | -0/+35 | |
| - `just etc-drift` reports /etc files modified from pacman defaults (via pacman -Qii) and user-created files (via pacman -Qo), subtracting already-managed paths and patterns listed in etc/.ignore. - Refactor run_onchange_after_deploy-etc.sh.tmpl to enumerate files under etc/ automatically via find; single combined hash via chezmoi output + sha256sum, so new files only need to be dropped into etc/. - etc/.ignore seeds noise filters: machine-id, ssh host keys, pacman keyring, mirrorlist, shadow/passwd backups, sbctl keys, ca-certs. | |||||
