diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-13 12:48:57 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-13 12:48:57 +0200 |
| commit | e513a3ea2bdd722735a2e453fb9653137c52f5b9 (patch) | |
| tree | 7f76f04cacd76b79126f68e5542745cf8ed073ce /.extras | |
| parent | 7363f454dc08054a935aa832a1901ca2a3b89788 (diff) | |
| download | sbo-slackbuilds-e513a3ea2bdd722735a2e453fb9653137c52f5b9.tar.gz sbo-slackbuilds-e513a3ea2bdd722735a2e453fb9653137c52f5b9.zip | |
image-builder: require_mount in changelog gate so unmounted NAS fails loud
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.extras')
| -rwxr-xr-x | .extras/image-builder/bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.extras/image-builder/bootstrap.sh b/.extras/image-builder/bootstrap.sh index 63b5c17..0698d55 100755 --- a/.extras/image-builder/bootstrap.sh +++ b/.extras/image-builder/bootstrap.sh @@ -156,6 +156,7 @@ fi # changelog_changed VERSION -> 0 if changed (or --force), else 1 changelog_changed() { local version="$1" + require_mount "${version}" # loud fail if NAS unmounted, not silent skip local repo_key="slackware64-${version}" local hash_file="${HASH_DIR}/${repo_key}.sha256" local url; url="$(mirror_path "${MIRROR}" "${repo_key}/ChangeLog.txt")" |
