stop the run at the end of the rewritten sections
A WIP boundary after section 2 so the finished part can be run start to finish on its own, without the untouched sections below acting on the machine. It moves down as each section is worked through and goes away when the walk ends. Also ignores .setup-progress, which the script writes beside itself and is per-machine. The exit message names it, because with it in place a second run skips section 2 and the rewritten part cannot be re-felt from scratch. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -51,3 +51,6 @@ src/apps/officer-web/index.gen.html
|
|||||||
|
|
||||||
# Sidecar assets published at install time — copies of files that live in each sidecar's own tree.
|
# Sidecar assets published at install time — copies of files that live in each sidecar's own tree.
|
||||||
public/plugins/
|
public/plugins/
|
||||||
|
|
||||||
|
# Written by machine-setup.sh to record completed steps; per-machine, never shared.
|
||||||
|
.setup-progress
|
||||||
|
|||||||
@@ -120,6 +120,19 @@ if ! skip; then
|
|||||||
step_ok
|
step_ok
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# ─────────────────────────────────────────────────────────────────────────────
|
||||||
|
# WIP BOUNDARY — everything below is still the original script
|
||||||
|
# ─────────────────────────────────────────────────────────────────────────────
|
||||||
|
#
|
||||||
|
# Move this block down as each section is worked through, and delete it when the
|
||||||
|
# walk reaches the end. It exists so the rewritten part can be run start to
|
||||||
|
# finish on its own without the untouched sections acting on the machine.
|
||||||
|
echo ""
|
||||||
|
info "Stopping here — sections below this point have not been rewritten yet."
|
||||||
|
info "Run again from scratch with: sudo rm -f $PROGRESS_FILE"
|
||||||
|
echo ""
|
||||||
|
exit 0
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# 3. Locale
|
# 3. Locale
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user