diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-23 06:02:17 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-23 06:02:17 -0600 |
| commit | 2b842fcd47ac24b9da7f192f64b78f83e8fc45af (patch) | |
| tree | 9e9bfd13c1fb47c1946f5c1953366f5b75856952 /custom/zfsrollback | |
| parent | 2faf2b088e67bb79d61b5e051a805aed60b85206 (diff) | |
| download | archangel-2b842fcd47ac24b9da7f192f64b78f83e8fc45af.tar.gz archangel-2b842fcd47ac24b9da7f192f64b78f83e8fc45af.zip | |
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.
Diffstat (limited to 'custom/zfsrollback')
| -rwxr-xr-x | custom/zfsrollback | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/zfsrollback b/custom/zfsrollback index 90be5d2..a99a4d3 100755 --- a/custom/zfsrollback +++ b/custom/zfsrollback @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Craig Jennings <c@cjennings.net> +# Craig Jennings (github.com/cjennings) # Roll back ZFS datasets to a selected snapshot using fzf. set -euo pipefail |
