docs: record git-ignored deploy/ scrub gap + resolution (incl. LDAP directory rename)
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
set -euo pipefail
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
# NOTE: this script only sees git-TRACKED files (via git grep). Git-ignored
|
||||
# trees — notably /deploy/ (see .gitignore) — are out of its reach and were
|
||||
# scrubbed separately, by hand, with the same substitution set. A git-based
|
||||
# completeness gate likewise cannot see them; verify those trees with a plain
|
||||
# `grep -rniI scadalink <dir>`.
|
||||
|
||||
# Carve-outs (migration records): prior rename tooling/design, the DB-rename
|
||||
# helper, this script itself, and the rename design + plan docs (which document
|
||||
# the old→new mapping and would be self-corrupted by the substitution).
|
||||
|
||||
Reference in New Issue
Block a user