From a574cffb871d0b4324494880ee589fb41e76ba58 Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Fri, 7 Aug 2026 00:50:35 +0300 Subject: [PATCH] README, landing page, CHANGELOG: document --exec, --optional, install.sh Rewrites the directory-caching and docker sections around --exec instead of the shell branch, replaces the bootstrap task in the full builds.sr.ht example with the install.sh one-liner, and records that the --exec script's exit status is propagated verbatim in the exit-code table. --- CHANGELOG.md | 24 +++++++++++ README.md | 108 ++++++++++++++++++++++++++++++++++-------------- docs/index.html | 12 +++++- 3 files changed, 112 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8b5dd667fef19fb8914e4c468c60983812c5dd..b9fd65c5a54b52d376d8aaf2b7bdb699f720db28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- `--exec