From 2b842fcd47ac24b9da7f192f64b78f83e8fc45af Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 23 Feb 2026 06:02:17 -0600 Subject: scrub personal info and make distribution targets configurable Remove personal email addresses, hardcoded paths, and infrastructure references to prepare for open-source release. Distribution targets in build-release are now configurable via environment variables, and archsetup inclusion is opt-in. --- custom/zfssnapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/zfssnapshot') diff --git a/custom/zfssnapshot b/custom/zfssnapshot index 98f8315..90331c3 100755 --- a/custom/zfssnapshot +++ b/custom/zfssnapshot @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Craig Jennings +# Craig Jennings (github.com/cjennings) # Create a ZFS snapshot across all datasets with a dated, descriptive name. set -euo pipefail -- cgit v1.2.3