CanbiZ (MickLesk) and Sam Heinz
b098501a37
tools.func: centralize deploy tail + trap-based tmpdir cleanup ( #15872 )
...
* tools.func: replace rm -rf with find for safer directory cleanup
* tools.func: replace rm -rf with find for safer directory cleanup
* refactor(tools.func): centralize deploy tail + trap-based tmpdir cleanup
Extract the duplicated post-download logic of the fetch_and_deploy_*
helpers into two shared functions and switch per-branch cleanup to a
single RETURN trap.
- _deploy_source_tarball: shared source-tarball tail (6 call sites)
- _deploy_unpacked_archive: shared prebuild-archive tail (3 call sites)
- RETURN trap per function guarantees tmpdir/unpack_tmp cleanup on every
return path, replacing ~40 manual `rm -rf "$tmpdir"` lines
- CLEAN_INSTALL now lives in the helpers instead of 12 copies
Behavior-preserving except: codeberg prebuild gains .txz support and
uses helper return codes; from_url resets shopt on error paths.
* Add _download_source_tarball with retry/validation
Introduce `_download_source_tarball` helper that validates gzip integrity after download and retries up to 3 times. This guards against truncated-but-valid-HTTP responses from GitHub/GitLab/Codeberg on-the-fly archive generation. Replace ad-hoc curl/curl_download calls in fetch_and_deploy_* functions with the new helper. Also remove redundant tmpdir cleanup before early returns (tmpdir is cleaned up at function exit).
* Fix Manyfold Ruby setup home initialization
Create the `manyfold` service user before calling `setup_ruby` so `/home/manyfold` exists when rbenv profile snippets are written. Also harden `setup_ruby` by creating `$HOME` if missing, preventing profile-write failures for installers that pass a home directory before creating the user.
* Update install/manyfold-install.sh
---------
Co-authored-by: Sam Heinz <sam@samheinz.com >
2026-07-19 22:53:46 +10:00
..
2026-07-15 21:36:13 +02:00
2026-07-11 20:07:05 +02:00
2026-07-17 21:05:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-28 23:02:08 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-20 19:46:09 +10:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-07-19 13:21:14 +02:00
2026-06-30 13:01:18 +02:00
2026-07-16 18:01:44 +10:00
2026-07-14 21:58:22 +10:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-26 14:57:46 +02:00
2026-06-22 20:13:27 +02:00
2026-06-27 21:07:03 +02:00
2026-06-22 21:12:42 +02:00
2026-06-20 17:48:59 +02:00
2026-07-17 21:13:19 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-07-04 21:49:09 +02:00
2026-07-04 11:55:36 +02:00
2026-06-30 14:28:40 +02:00
2026-07-17 11:59:05 +02:00
2026-06-29 22:30:31 +02:00
2026-07-05 21:34:42 +02:00
2026-06-21 22:24:10 +02:00
2026-07-14 22:01:16 +10:00
2026-07-10 10:53:51 +02:00
2026-06-29 09:59:43 +02:00
2026-06-30 19:44:42 +10:00
2026-06-21 22:24:10 +02:00
2026-07-07 22:45:52 +02:00
2026-07-02 09:11:58 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-30 13:01:18 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-21 22:24:10 +02:00
2026-07-14 14:16:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-20 00:34:00 +02:00
2026-07-05 22:28:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-30 13:01:18 +02:00
2026-07-13 11:12:10 +02:00
2026-06-21 02:56:49 +10:00
2026-07-16 17:30:38 +10:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-07-17 14:30:55 +02:00
2026-06-21 22:24:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 02:56:49 +10:00
2026-07-01 21:13:48 +02:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-30 13:01:18 +02:00
2026-06-29 23:11:26 +02:00
2026-06-21 02:56:49 +10:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-07-13 17:39:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 22:24:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-07-11 20:00:36 +02:00
2026-06-28 23:02:08 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-30 13:01:18 +02:00
2026-07-19 22:53:46 +10:00
2026-06-21 00:21:58 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 22:24:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-07-17 12:52:57 +02:00
2026-06-30 13:01:18 +02:00
2026-07-15 20:55:10 +10:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-06-29 22:44:21 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:42:17 +02:00
2026-06-30 13:01:18 +02:00
2026-07-16 18:01:24 +10:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:45:41 +02:00
2026-06-28 23:02:08 +02:00
2026-06-21 20:45:41 +02:00
2026-06-30 13:01:18 +02:00
2026-07-17 09:00:32 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 22:24:10 +02:00
2026-06-21 20:45:41 +02:00
2026-07-17 14:30:27 +02:00
2026-07-14 22:54:55 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:44:06 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-07-09 11:28:40 +10:00
2026-06-25 14:06:24 +02:00
2026-07-06 15:00:41 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:44:06 +02:00
2026-07-10 20:47:58 +02:00
2026-06-22 21:11:47 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-07-02 11:06:43 +02:00
2026-06-21 23:11:47 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 22:24:10 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-07-13 11:05:11 +02:00
2026-06-22 21:10:14 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-07-17 14:29:59 +02:00
2026-06-21 23:11:47 +02:00
2026-07-13 11:11:08 +02:00
2026-06-21 23:11:47 +02:00
2026-07-14 22:00:17 +10:00
2026-06-21 23:11:47 +02:00
2026-07-16 09:01:53 +02:00
2026-06-22 11:41:14 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 11:41:14 +02:00
2026-07-10 10:57:27 +02:00
2026-06-22 11:41:14 +02:00
2026-07-01 22:40:55 +02:00
2026-07-13 11:56:12 +02:00
2026-06-22 11:41:14 +02:00
2026-07-16 18:02:13 +10:00
2026-06-22 11:41:14 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-21 22:24:10 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-07-19 14:02:56 +02:00
2026-06-22 13:27:16 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 13:27:16 +02:00
2026-06-21 22:24:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 22:00:23 +02:00
2026-06-22 13:27:16 +02:00
2026-07-14 14:14:20 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 21:13:32 +02:00
2026-07-17 21:16:15 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-07-06 23:28:48 +02:00
2026-06-24 11:37:18 +10:00
2026-06-22 21:13:32 +02:00
2026-06-30 13:01:18 +02:00
2026-07-14 14:15:32 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 21:13:32 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 21:13:32 +02:00