refactor(build): clearer skip-fetch flag names (--skip-fetch / -pkg / -memstick) #142
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "clearer-skip-fetch-flags"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Clearer, consistent names for the fetch-skip flags. The old
--skip-fetchalreadyskipped packages and (via the memstick branch) the memstick, but the name didn't
say so, and
--skip-memstick-fetchhad inconsistent word order.--skip-fetch--skip-fetch-pkg--skip-fetch-memstick--skip-memstick-fetch)How
SKIP_FETCH→ split intoSKIP_PKG_FETCH+SKIP_MEMSTICK_FETCH;--skip-fetchsets both.
branch only existed to couple the pkg-skip flag to memstick reuse).
Verified
sh -n build.shclean; no straySKIP_FETCH/--skip-memstick-fetchreferences.--skip-fetch→pkg=1/memstick=1,--skip-fetch-pkg→1/0,--skip-fetch-memstick→0/1.Independent of the firstboot/seed work — pure flag-naming refactor off
main.🤖 Generated with Claude Code