docs(app-store): document PILOT_APP_UPDATE_OPT_OUT opt-out / opt-in#134
Open
Alexgodoroja wants to merge 3 commits into
Open
docs(app-store): document PILOT_APP_UPDATE_OPT_OUT opt-out / opt-in#134Alexgodoroja wants to merge 3 commits into
Alexgodoroja wants to merge 3 commits into
Conversation
Adds a dedicated 'Opting out of app auto-updates' section (plus TOC entry and a cross-link from the auto-update callout) to the app-store docs page explaining how to set APP_UPDATE_OPT_OUT=true to pin installed apps, and how to switch app updates back on. Documents the systemd/launchd env placement and the truthy values, matching the pilotprotocol updater behavior.
Contributor
|
🔄 Plain twins auto-regenerated The machine-UI mirrors under Please review the bot commit. Prose is an LLM summary of the source; commands, flags, and numeric specs are copied verbatim. If the |
Match the pilotprotocol PILOT_-prefix env-var convention. Updates the human page and its regenerated /plain/ twin (with refreshed provenance stamp).
Contributor
|
🚀 Preview deployed to Cloudflare Pages
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document
PILOT_APP_UPDATE_OPT_OUTon the app-store docs pageCompanion to the pilotprotocol change that adds
PILOT_APP_UPDATE_OPT_OUT(pilot-protocol/pilotprotocol#400) — a global opt-out for app auto-updates. Adds
a dedicated "Opting out of app auto-updates" section to
docs/app-store.astro(the docs page, not the app-store landing page):
PILOT_APP_UPDATE_OPT_OUT=true— systemd andlaunchd env placement, restart-to-apply.
PILOT_UPDATER_NO_APP_UPGRADEback-compat alias./plain/machine-UI twin.Builds clean (
astro build, 345 pages);check:plaincoverage passes.